#functional storage compacting drawer
19 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
You can use event.custom
You can add, remove, and modify recipes with KubeJS. The wiki has a page on that!
If you want to learn how to add recipes to any mod, click the Custom button.
There was a suggestion there to add a tag to the item functionalstorage:ignore_crafting_check for it to function
Now how do I add the tag to the item?
But let me try the custom first
This Tag is probably to make the compacting drawer Not Work with a specific Item.
Okay I may have to give up on this functional storage qol. I cant seem to find the right file to change
Use this and modify the String saying "mod:id" with your tinycoal item
event.custom({
type: "functionalstorage:custom_compacting",
higher_input: {
count: 1,
item: "minecraft:coal"
},
lower_input: {
count: 9,
item: "mod:id"
}
})
And put it inside the recipes event
Send your code here instead of a screenshot
It makes it easier to diagnose your code and help you fix it or make the required changes/additions.
Manage to find the src for compacting drawer and found the tag needed for tinycoal to work but now im stuck with how to add tags to an item
Paste version of CompactingUtil.java from @cursive onyx
link the github, not upload the file
This works actually I misspelled input apparently lmaooo. Thank you for the help. God speed to you guys