Add recipes to World Tokens, add Flint and Flint and Steel, remove
waypoints
This commit is contained in:
@@ -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", {
|
||||
|
Reference in New Issue
Block a user