#how can i manipulate recipes in tinkers tool/forge station
6 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
https://github.com/SlimeKnights/TinkersConstruct/tree/1.18.2/src/generated/resources/data/tconstruct/recipes/tools/modifiers
modifier recipes are all data-driven, so you can modify their requirements to your heart's content, even make em use different or multiple slots
how do i go about doin this with kubejs? im not really sure how to convert json into a js script without a example. im pretty bad a js
for this, you'll want to use event.custom() in a recipes event
event.custom() basically takes a whole data file as arguments, and you can also use script variables instead of other values.
thank you so much!