#Alright peeps I got another evil idea.

6 messages · Page 1 of 1 (latest)

barren scroll
#

From the guy who gave you create mod wrench durability my next goal will be to add durability to the tinkers casts.

idle meteorBOT
#

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

barren scroll
#

ok so far we have tried this with no result

#

ServerEvents.recipes(event => { event.remove('tconstruct:smeltery/casting/metal/steel/coin_gold_cast') event.custom( { "type": "tconstruct:casting_table", "cast": { "item": "tconstruct:coin_cast" }, "conditions": [ { "type": "mantle:tag_filled", "tag": "forge:coins/steel" } ], "cooling_time": 37, "fluid": { "amount": 30, "tag": "forge:molten_steel" }, "result": { "tag": "forge:coins/steel" } }).damageIngredient(ingredient => { // Define the damage behavior here ingredient.item = 'tconstruct:coin_cast'; ingredient.damage = 1; }) })

barren scroll
#

bunch of issues with that code long story short the recipe type doesnt support interacting with the cast apart from just consuming it

barren scroll
#

Update - Not possible to be done with kubeJS - Effectively I would need to make an addon that modifies the recipe to damage the cast. For a number of reasons this is far outside what I am capable of so im just gonna close this