Various different changes
This commit is contained in:
@@ -152,7 +152,7 @@ PyuTest.make_building_blocks("pyutest_blocks:ice", "Ice", { "pyutest-ice.png" },
|
||||
acid_vulnerable = 1,
|
||||
slippery = 4,
|
||||
cracky = PyuTest.BLOCK_FAST,
|
||||
thawable = 1
|
||||
thawable = 1,
|
||||
})
|
||||
|
||||
PyuTest.make_building_blocks("pyutest_blocks:molten_rock", "Molten Rock", { "pyutest-molten-rock.png" }, nil, {
|
||||
|
@@ -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