Progress on the entity system and improve death messages

This commit is contained in:
IamPyu
2024-10-22 19:44:01 -06:00
parent 33eb16544b
commit ca753d2803
8 changed files with 228 additions and 74 deletions

View File

@@ -15,7 +15,7 @@ PyuTest.make_building_blocks("pyutest_blocks:podzol", "Podzol", { "pyutest-dirt.
})
PyuTest.make_building_blocks("pyutest_blocks:snow", "Snow", { "pyutest-snow.png" }, nil, {
ground = 1,
ground = 1,
acid_vulnerable = 1,
crumbly = PyuTest.BLOCK_FAST
})