Fix vanilla tripwire hook texture when using custom tripwire hooks
knokko opened this issue ยท 0 comments
Currently, the resource pack generator breaks the vanilla tripwire hook texture whenever it exports at least 1 custom item that uses a tripwire hook as internal item type. This happens because the generator simply uses item/tripwire_hook
as 'vanilla texture', but it should be block/tripwire_hook
. I should probably determine the right texture automatically rather than hardcoding item/item_name
.