Brewing glacier ice tea requires arctic fur

pull/1/head
copygirl 2 years ago
parent ae095c7f23
commit 47aa604220
  1. 2
      kubejs/server_scripts/recipes/kettle_brewing.js

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

Loading…
Cancel
Save