Add Fish Types

This commit is contained in:
piebot
2026-03-19 06:57:24 +03:00
parent 7953241731
commit 451891909a
9 changed files with 175 additions and 6 deletions
+4 -3
View File
@@ -510,7 +510,7 @@ void PreStitchedTextureMap::loadUVs()
ADD_ICON(10, 3, L"name_tag")
ADD_ICON(10, 4, L"lead")
ADD_ICON(10, 5, L"netherbrick")
//ADD_ICON(10, 6, L"unused")
ADD_ICON(10, 6, L"clownfish")
ADD_ICON(10, 7, L"minecart_furnace")
ADD_ICON(10, 8, L"charcoal")
ADD_ICON(10, 9, L"monsterPlacer_overlay")
@@ -524,7 +524,7 @@ void PreStitchedTextureMap::loadUVs()
ADD_ICON(11, 0, L"leggingsCloth_overlay")
ADD_ICON(11, 4, L"muttonRaw")
ADD_ICON(11, 5, L"rabbitRaw")
//ADD_ICON(11, 6, L"unused")
ADD_ICON(11, 6, L"pufferfish")
ADD_ICON(11, 7, L"minecart_hopper")
ADD_ICON(11, 8, L"hopper")
ADD_ICON(11, 9, L"nether_star")
@@ -541,7 +541,7 @@ void PreStitchedTextureMap::loadUVs()
//ADD_ICON(12, 3, L"unused")
ADD_ICON(12, 4, L"muttonCooked")
ADD_ICON(12, 5, L"rabbitCooked")
//ADD_ICON(12, 6, L"unused")
ADD_ICON(12, 6, L"salmonRaw")
ADD_ICON(12, 7, L"minecart_tnt")
ADD_ICON(12, 8, L"armorStand")
ADD_ICON(12, 9, L"fireworks")
@@ -557,6 +557,7 @@ void PreStitchedTextureMap::loadUVs()
ADD_ICON(13, 2, L"doorDark")
ADD_ICON(13, 3, L"doorJungle")
ADD_ICON(13, 4, L"doorSpruce")
ADD_ICON(13, 6, L"salmonCooked")
ADD_ICON(14, 0, L"skull_skeleton")