Change a bit of TNT

This commit is contained in:
IamPyu
2024-10-02 20:28:41 -06:00
parent b2e0b10214
commit eaf5841824
3 changed files with 9 additions and 18 deletions

View File

@@ -89,7 +89,7 @@ PyuTest.make_node("pyutest_blocks:tnt", "TNT", {
if minetest.get_node(pos).name ~= "pyutest_blocks:tnt" then
return
end
PyuTest.create_explosion(pos, 3, true, 7, clicker, true)
PyuTest.create_explosion(pos, 3, true, 12)
end)
end,
@@ -98,7 +98,7 @@ PyuTest.make_node("pyutest_blocks:tnt", "TNT", {
if minetest.get_node(pos).name ~= "pyutest_blocks:tnt" then
return
end
PyuTest.create_explosion(pos, 3, true, 7)
PyuTest.create_explosion(pos, 3, true, 12)
end)
end,
})