Im making the plate textures like thermal series mod. When running, it only show the "plate_0" when increase the amount. What did i do wrong ?
// priority: 0
onEvent('item.registry', event => {
event.create('zinc_plate').texture("kubejs:item/zinc_plate").displayName("Zinc Plate")
})
onEvent('block.registry', event => {
})