Add new icons for NPC spawn eggs
This commit is contained in:
parent
69f4a621e5
commit
33dc3ae8c5
@ -119,5 +119,5 @@ for _, npc_type_table in pairs(npc_types) do
|
||||
end,
|
||||
})
|
||||
|
||||
mobs:register_egg("mobs:npc_" .. npc_type, npc_name, "default_brick.png^mobs_egg.png")
|
||||
mobs:register_egg("mobs:npc_" .. npc_type, npc_name, "mobs_npc_"..npc_type.."_inventory.png")
|
||||
end
|
||||
|
BIN
mods/mobs/textures/mobs_npc_blacksmith_inventory.png
Normal file
BIN
mods/mobs/textures/mobs_npc_blacksmith_inventory.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
BIN
mods/mobs/textures/mobs_npc_butcher_inventory.png
Normal file
BIN
mods/mobs/textures/mobs_npc_butcher_inventory.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
BIN
mods/mobs/textures/mobs_npc_farmer_inventory.png
Normal file
BIN
mods/mobs/textures/mobs_npc_farmer_inventory.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
BIN
mods/mobs/textures/mobs_npc_tavernkeeper_inventory.png
Normal file
BIN
mods/mobs/textures/mobs_npc_tavernkeeper_inventory.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
Loading…
x
Reference in New Issue
Block a user