A lot more changes, notably adding shears and a failed attempt to fix
bedrock spawning
This commit is contained in:
@@ -36,7 +36,8 @@ end
|
||||
|
||||
PyuTest.make_sword = function (nsname, desc, texture, damage, durability, atkspeed)
|
||||
PyuTest.make_tool(nsname, desc, {
|
||||
weapon = 1
|
||||
weapon = 1,
|
||||
sword = 1
|
||||
}, texture, {
|
||||
stack_max = 1,
|
||||
tool_capabilities = PyuTest.tool_caps({
|
||||
|
Reference in New Issue
Block a user