Various different changes
This commit is contained in:
@@ -196,6 +196,14 @@ PyuTest.make_node("pyutest_blocks:bedrock", "Bedrock", {
|
||||
is_ground_content = false
|
||||
})
|
||||
|
||||
PyuTest.make_node("pyutest_blocks:weak_ice", "Weak Ice", {
|
||||
cracky = PyuTest.BLOCK_FAST
|
||||
}, {"pyutest-ice.png"}, {
|
||||
on_walk_over = function(pos)
|
||||
minetest.set_node(pos, {name = "pyutest_blocks:water_source"})
|
||||
end
|
||||
})
|
||||
|
||||
minetest.register_abm({
|
||||
label = "Sponge Loop",
|
||||
nodenames = { "pyutest_blocks:sponge" },
|
||||
|
Reference in New Issue
Block a user