mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-12 17:38:26 +00:00
TU19: merge Minecraft.World/Blocks
This commit is contained in:
@@ -22,6 +22,7 @@ int CarrotTile::getBasePlantId() { return Item::carrots_Id; }
|
||||
|
||||
void CarrotTile::registerIcons(IconRegister* iconRegister) {
|
||||
for (int i = 0; i < 4; i++) {
|
||||
icons[i] = iconRegister->registerIcon(L"carrots_" + _toString(i));
|
||||
icons[i] = iconRegister->registerIcon(getIconName() + L"_stage_" +
|
||||
_toString(i));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user