Add Blaze kit

master
Code-Sploit 2021-05-16 10:24:59 +00:00 committed by GitHub
parent 9dd8102dfc
commit 1b78a1a0e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -49,3 +49,13 @@ kitpvp.api.register_kit({
armor = "gold",
armor_enchantments = {{protection = 1}, {protection = 1}, {protection = 1}, {protection = 1}}
})
kitpvp.api.register_kit({
name = "blaze",
items = {
item("mcl_tools:sword_iron", {sharpness = 1, fire_aspect = 2})
},
default_items = true,
armor = "gold",
armor_enchantments = {{fire_protection = 5}, {fire_protection = 5}, {fire_protection = 5}, {fire_protection = 5}}
})