Add Mushroom World

This commit is contained in:
IamPyu
2024-10-02 21:26:16 -06:00
parent eaf5841824
commit 45b001ffa4
14 changed files with 176 additions and 103 deletions

View File

@@ -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", {

View File

@@ -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