mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
add unit repair for spears
This commit is contained in:
parent
eb24fb4be8
commit
8582038c71
1 changed files with 19 additions and 0 deletions
|
|
@ -38,7 +38,26 @@ public class Update_1_21_11 extends MCUpdate{
|
||||||
addAbsentToList(conflictConfig, "restriction_fire_aspect.notAffectedGroups", "spears");
|
addAbsentToList(conflictConfig, "restriction_fire_aspect.notAffectedGroups", "spears");
|
||||||
|
|
||||||
// Unit repair for spears
|
// Unit repair for spears
|
||||||
|
unitConfig.set("gold_ingot.golden_spear", 0.25);
|
||||||
|
unitConfig.set("copper_ingot.copper_spear", 0.25);
|
||||||
|
unitConfig.set("iron_ingot.iron_spear", 0.25);
|
||||||
|
unitConfig.set("diamond.diamond_spear", 0.25);
|
||||||
|
unitConfig.set("netherite_ingot.netherite_spear", 0.25);
|
||||||
|
|
||||||
|
unitConfig.set("cobblestone.stone_spear", 0.25);
|
||||||
|
unitConfig.set("cobbled_deepslate.stone_spear", 0.25);
|
||||||
|
|
||||||
|
unitConfig.set("oak_planks.wooden_spear", 0.25);
|
||||||
|
unitConfig.set("spruce_planks.wooden_spear", 0.25);
|
||||||
|
unitConfig.set("birch_planks.wooden_spear", 0.25);
|
||||||
|
unitConfig.set("jungle_planks.wooden_spear", 0.25);
|
||||||
|
unitConfig.set("acacia_planks.wooden_spear", 0.25);
|
||||||
|
unitConfig.set("dark_oak_planks.wooden_spear", 0.25);
|
||||||
|
unitConfig.set("mangrove_planks.wooden_spear", 0.25);
|
||||||
|
unitConfig.set("cherry_planks.wooden_spear", 0.25);
|
||||||
|
unitConfig.set("bamboo_planks.wooden_spear", 0.25);
|
||||||
|
unitConfig.set("crimson_planks.wooden_spear", 0.25);
|
||||||
|
unitConfig.set("warped_planks.wooden_spear", 0.25);
|
||||||
|
|
||||||
// Create lunge enchant value and group
|
// Create lunge enchant value and group
|
||||||
baseConfig.set("enchant_limits.minecraft:lunge", 3);
|
baseConfig.set("enchant_limits.minecraft:lunge", 3);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue