BlakeBr0 / PickleTweaks

A bunch of features and tweaks that I don't think need their own mods.
https://blakesmods.com/pickle-tweaks
MIT License
5 stars 8 forks source link

How consume item without reduce durability ? #76

Closed MickeyMouseYT closed 3 years ago

MickeyMouseYT commented 3 years ago

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

MickeyMouseYT commented 3 years ago

@BlakeBr0

BlakeBr0 commented 3 years ago

If there is a way to specify the container item for recipe ingredients (like the ingredient transformers in crafttweaker), you would be able to set it to minecraft:air to have it return nothing. I've never used kubejs so I'm not sure what functionality it has.