Add recipes to World Tokens, add Flint and Flint and Steel, remove

waypoints
This commit is contained in:
IamPyu
2024-10-05 14:09:36 -06:00
parent bd75bcf381
commit 66c400d215
15 changed files with 60 additions and 68 deletions

View File

@@ -64,7 +64,8 @@ PyuTest.make_node("pyutest_blocks:contagious_acid", "Contagious Acid", {
}, { "pyutest-acid.png" }, {})
PyuTest.make_node("pyutest_blocks:fire", "Fire", {
dig_immediate = 1
dig_immediate = 1,
oddly_breakable_by_hand = PyuTest.BLOCK_FAST
}, { "pyutest-fire.png" }, {
drawtype = "firelike",
walkable = false,
@@ -73,7 +74,7 @@ PyuTest.make_node("pyutest_blocks:fire", "Fire", {
sunlight_propagates = true,
damage_per_second = 2,
light_source = 8,
drop = "pyutest_blocks:ash 4"
drop = "pyutest_tools:ash 4"
})
PyuTest.make_node("pyutest_blocks:tnt", "TNT", {