#functional storage compacting drawer

19 messages · Page 1 of 1 (latest)

cursive onyx
#

Idk if this is the right place to ask this but is there a way to add script for lets say 'tinycoal' to be added in compacting drawer along with coal and coal block?

dull coralBOT
#

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

tired mantle
#

You can use event.custom

paper bearBOT
#

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.

cursive onyx
#

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

tired mantle
cursive onyx
#

Okay I may have to give up on this functional storage qol. I cant seem to find the right file to change

tired mantle
#

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

cursive onyx
#

It didnt work sadly

#

I tried also the string/wool but still nein

paper bearBOT
#

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.

cursive onyx
#

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

paper bearBOT
#

Paste version of CompactingUtil.java from @cursive onyx

south drum
#

link the github, not upload the file

cursive onyx
cursive onyx