Various different changes

This commit is contained in:
IamPyu
2024-11-01 23:10:36 -06:00
parent 2301679757
commit 5d2866ddf2
6 changed files with 44 additions and 6 deletions

View File

@@ -33,7 +33,8 @@ PyuTest.make_spellbook = function (nsname, desc, color, craftitem, action)
end
PyuTest.make_spellbook("pyutest_magic:explosions_spellbook", "Spellbook of Explosions", "gray", "pyutest_tools:bomb", function (itemstack, user)
PyuTest.create_explosion(user:get_pos(), 3, false, 7, user)
PyuTest.create_explosion(user:get_pos(), 3, false, 7, {user})
end)
PyuTest.make_spellbook("pyutest_magic:fire_spellbook", "Spellbook of Fire", "crimson", "pyutest_blocks:magma", function (itemstack, user)