more fixes

This commit is contained in:
okx-code
2024-11-02 15:18:56 +00:00
parent bf02c3d6bc
commit 550894f91c
3 changed files with 25 additions and 1 deletions

View File

@@ -15,7 +15,6 @@ dependencies {
paperPlugin(project(path = ":plugins:essenceglue-paper")) paperPlugin(project(path = ":plugins:essenceglue-paper"))
paperPlugin(project(path = ":plugins:exilepearl-paper")) paperPlugin(project(path = ":plugins:exilepearl-paper"))
paperPlugin(project(path = ":plugins:factorymod-paper")) paperPlugin(project(path = ":plugins:factorymod-paper"))
paperPlugin(project(path = ":plugins:finale-paper"))
paperPlugin(project(path = ":plugins:hiddenore-paper")) paperPlugin(project(path = ":plugins:hiddenore-paper"))
paperPlugin(project(path = ":plugins:itemexchange-paper")) paperPlugin(project(path = ":plugins:itemexchange-paper"))
paperPlugin(project(path = ":plugins:jukealert-paper")) paperPlugin(project(path = ":plugins:jukealert-paper"))

View File

@@ -130,6 +130,10 @@ weaponModification:
trident: trident:
material: TRIDENT material: TRIDENT
damage: 8 damage: 8
meteoricIronSword:
key: meteoric_iron_sword
damage: 7
bonusDamagePerNetheritePiece: 0.75
armourModification: armourModification:
diamondHelmet: diamondHelmet:
@@ -175,6 +179,26 @@ armourModification:
toughness: 3 toughness: 3
extraDurabilityHits: 1 extraDurabilityHits: 1
knockbackResistance: 0 knockbackResistance: 0
meteoricIronHelmet:
key: meteoric_iron_helmet
armour: 3
toughness: 2
extraDurabilityHits: 1
meteoricIronChestplate:
key: meteoric_iron_chestplate
armour: 8
toughness: 2
extraDurabilityHits: 1
meteoricIronLeggings:
key: meteoric_iron_leggings
armour: 6
toughness: 2
extraDurabilityHits: 1
meteoricIronBoots:
key: meteoric_iron_boots
armour: 3
toughness: 2
extraDurabilityHits: 1
#allows disabling enchantments. Use official spigot identifiers from https://hub.spigotmc.org/javadocs/spigot/org/bukkit/enchantments/Enchantment.html #allows disabling enchantments. Use official spigot identifiers from https://hub.spigotmc.org/javadocs/spigot/org/bukkit/enchantments/Enchantment.html
#This will not remove them from enchanting, but simply remove the enchant as soon as the item is touched #This will not remove them from enchanting, but simply remove the enchant as soon as the item is touched
@@ -570,3 +594,4 @@ blockPlacementRestrictions:
type: OBSIDIAN type: OBSIDIAN
cooldown: 1s cooldown: 1s
netheriteFireResistance: true

Binary file not shown.