Cake+cauldron+endportalfr. put signal 4 comparator

This commit is contained in:
Wuzzy 2018-05-13 00:23:34 +02:00
parent acd58f6fe5
commit a62b5de79e
5 changed files with 24 additions and 15 deletions

View file

@ -79,7 +79,7 @@ local register_filled_cauldron = function(water_level, description, river_water)
drawtype = "nodebox",
paramtype = "light",
is_ground_content = false,
groups = {pickaxey=1, not_in_creative_inventory=1, cauldron=(1+water_level)},
groups = {pickaxey=1, not_in_creative_inventory=1, cauldron=(1+water_level), comparator_signal=water_level},
node_box = cauldron_nodeboxes[water_level],
collision_box = cauldron_nodeboxes[0],
selection_box = { type = "regular" },