Brewing glacier ice tea requires arctic fur

carryon-pedestal
copygirl 2 years ago
parent ae095c7f23
commit 47aa604220
  1. 12
      kubejs/server_scripts/recipes/kettle_brewing.js

@ -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" });

Loading…
Cancel
Save