Closed fluxionary closed 2 years ago
The replacer's current behavior checks whether the node is diggable before digging it (part of the minetest.node_dig logic).
minetest.node_dig
This could be solved by adopting my "bucket is a normal tool" mechanic idea.
Alternately, make a non-creative version of the replacer which isn't liquid_pointable, and a creative version which is and deals w/ liquid nodes better.
done
The replacer's current behavior checks whether the node is diggable before digging it (part of the
minetest.node_dig
logic).This could be solved by adopting my "bucket is a normal tool" mechanic idea.