Add Mushroom World
This commit is contained in:
@@ -201,12 +201,16 @@ PyuTest.make_building_blocks("pyutest_blocks:mushroom_stem", "Mushroom Stem", {
|
||||
choppy = PyuTest.BLOCK_FAST
|
||||
}, { is_ground_content = false })
|
||||
|
||||
PyuTest.make_building_blocks("pyutest_blocks:purple_mushroom", "Purple Mushroom", {
|
||||
PyuTest.make_building_blocks("pyutest_blocks:glowshroom", "Glowshroom", {
|
||||
"pyutest-purple-mushroom.png"
|
||||
}, nil, {
|
||||
flammable = 1,
|
||||
choppy = PyuTest.BLOCK_FAST
|
||||
}, { is_ground_content = false })
|
||||
}, {
|
||||
is_ground_content = false,
|
||||
paramtype = "light",
|
||||
light_source = minetest.LIGHT_MAX
|
||||
})
|
||||
|
||||
-- Breakable by hand
|
||||
PyuTest.make_building_blocks("pyutest_blocks:haybale", "Haybale", {
|
||||
|
@@ -44,7 +44,7 @@ PyuTest.make_node("pyutest_blocks:glass", "Glass", {
|
||||
sunlight_propagates = true
|
||||
})
|
||||
|
||||
-- FIXME: This has been in the game for a month, implement it already!
|
||||
-- FIXME: This has been in the game for months, implement it already!
|
||||
PyuTest.make_node("pyutest_blocks:trapdoor", "Trapdoor", {
|
||||
choppy = PyuTest.BLOCK_NORMAL,
|
||||
flammable = 1
|
||||
|
Reference in New Issue
Block a user