#help with item textures

7 messages · Page 1 of 1 (latest)

fallow eagle
#

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 => {

})
vapid glacierBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

little compass
#

I don't think kjs supports that

wintry dune
#

It does Just you need to do some work

#

#1132323621801562183 message This is an almost working Version in 1.19 though 1.18 is probably very similar If Not even the Same after replacing with onEvent

#

You should Look at the entire Thread though, so you know what you need to Look at

fallow eagle
#

thanks for the post! Now it working