|
|
|
@ -24,12 +24,12 @@ onEvent("recipes", event => { |
|
|
|
|
event.remove({ output: "twilightdelight:phytochemical_juice" }); |
|
|
|
|
event.remove({ output: "twilightdelight:tear_drink" }); |
|
|
|
|
event.remove({ output: "twilightdelight:glacier_ice_tea" }); |
|
|
|
|
brewing("twilightdelight:thorn_rose_tea" , [ "twilightforest:thorn_rose" , "minecraft:sugar" ]); |
|
|
|
|
brewing("twilightdelight:torchberry_juice" , [ "twilightforest:torchberries" , "minecraft:sugar" ]); |
|
|
|
|
brewing("twilightdelight:twilight_spring" , [ "twilightforest:raw_ironwood" , "minecraft:ice" ], { needwater: false }); |
|
|
|
|
brewing("twilightdelight:phytochemical_juice", [ "twilightforest:steeleaf_ingot", "twilightforest:liveroot" ]); |
|
|
|
|
brewing("twilightdelight:tear_drink" , [ "twilightforest:fiery_tears" , "minecraft:ghast_tear" ]); |
|
|
|
|
brewing("twilightdelight:glacier_ice_tea" , [ "twilightforest:ice_bomb" , "minecraft:ice" ], { needwater: false }); |
|
|
|
|
brewing("twilightdelight:thorn_rose_tea" , [ "twilightforest:thorn_rose" , "minecraft:sugar" ]); |
|
|
|
|
brewing("twilightdelight:torchberry_juice" , [ "twilightforest:torchberries" , "minecraft:sugar" ]); |
|
|
|
|
brewing("twilightdelight:twilight_spring" , [ "twilightforest:raw_ironwood" , "minecraft:ice" ], { needwater: false }); |
|
|
|
|
brewing("twilightdelight:phytochemical_juice", [ "twilightforest:steeleaf_ingot", "twilightforest:liveroot" ]); |
|
|
|
|
brewing("twilightdelight:tear_drink" , [ "twilightforest:fiery_tears" , "minecraft:ghast_tear" ]); |
|
|
|
|
brewing("twilightdelight:glacier_ice_tea" , [ "twilightforest:ice_bomb" , "twilightforest:arctic_fur" ]); |
|
|
|
|
|
|
|
|
|
// Corn Delight
|
|
|
|
|
event.remove({ output: "corn_delight:creamy_corn_drink" }); |
|
|
|
|