mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/LegacyNetherFork.git
synced 2026-05-21 23:55:10 +00:00
Update PackedGlassTile.cpp
This commit is contained in:
@@ -13,7 +13,7 @@ int PackedGlassTile::getResourceCount(Random *random)
|
||||
|
||||
shared_ptr<ItemInstance> PackedGlassTile::getSilkTouchItemInstance(int data)
|
||||
{
|
||||
return shared_ptr<ItemInstance>(new ItemInstance(Tile::blueIce));
|
||||
return shared_ptr<ItemInstance>(new ItemInstance(Tile::packedGlass));
|
||||
}
|
||||
|
||||
int PackedGlassTile::getColor(LevelSource *level, int x, int y, int z)
|
||||
|
||||
Reference in New Issue
Block a user