Fix create fluids being tagged as water

pull/1/head
copygirl 2 years ago
parent 98b491b4bb
commit 150c973ddf
  1. 11
      kubejs/server_scripts/fixes/create_fluids_are_not_water.js

@ -0,0 +1,11 @@
// priority: 0
onEvent("fluid.tags", event => {
event.remove("minecraft:water", "create:chocolate");
event.remove("minecraft:water", "create:honey");
event.remove("minecraft:water", "create_confectionery:black_chocolate");
event.remove("minecraft:water", "create_confectionery:caramel");
event.remove("minecraft:water", "create_confectionery:hot_chocolate");
event.remove("minecraft:water", "create_confectionery:ruby_chocolate");
event.remove("minecraft:water", "create_confectionery:white_chocolate");
});
Loading…
Cancel
Save