mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-15 23:20:44 +00:00
more fixes
This commit is contained in:
@@ -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"))
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
BIN
ansible/src/paper-plugins/finale-paper-2.1.0.jar
Normal file
BIN
ansible/src/paper-plugins/finale-paper-2.1.0.jar
Normal file
Binary file not shown.
Reference in New Issue
Block a user