#Help with a custom Recipe

4 messages · Page 1 of 1 (latest)

remote ridge
#

(Sorry for my english i speak spanish)
I have the create mod mechanical extruder addon and i want to make a custom recipe for limestone but i dont know how to make it with kubejs
Can someone help me with that?
Thanks

iron fjordBOT
#

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

remote ridge
#

Help with a custom Recipe

waxen bloom
#

you can do something like that using event.custom(<json>)

ServerEvents.recipes(event => {
event.custom({
  "type": "create_mechanical_extruder:extruding",
  "ingredients": [
    {
      "item": "minecraft:stone"
    },
    {
      "fluid": "minecraft:lava",
      "amount": 1000
    }
  ],
  "result": {
    "item": "create:limestone"
  }
})
})

extruder repo

GitHub

Mechanical extruder for the amazing Create mod. Contribute to oierbravo/create-mechanical-extruder development by creating an account on GitHub.