How consume item without reduce durability ?
MickeyMouseYT opened this issue ยท 2 comments
Hello, how did I consume an item on kubejs because I have an item problem that has durability so how do i consume items without reduce durability ?
Kubejs :
event.shaped(item.of('pickletweaks:mesh',1), ['scs','cgc','scs'],{g: 'pickletweaks:grass_fiber_mesh', s: 'minecraft:stick', c: 'minecraft:string',})
event.shaped(item.of('waterstrainer:string_mesh',1), ['sss','sps','sss'],{s: 'minecraft:string', p: 'pickletweaks:mesh',})
i want : "pickletweaks:mesh" and "pickletweaks:grass_fiber_mesh" are now consomed item but no reduce durability.
Thank you.
MickeyMouseYT