File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
src/main/java/dev/xpple/seedmapper/command/arguments Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 101101--include-constant MC_1_21_3
102102--include-constant MC_1_21_4
103103--include-constant MC_1_21_5
104+ --include-constant MC_1_21_6
104105--include-constant MC_1_21_9
105106--include-constant MC_1_21_WD
106107--include-constant MC_1_2_5
684685--include-constant ITEM_COOKED_COD
685686--include-constant ITEM_COOKED_PORKCHOP
686687--include-constant ITEM_COOKED_SALMON
688+ --include-constant ITEM_COPPER_HORSE_ARMOR
687689--include-constant ITEM_CROSSBOW
688690--include-constant ITEM_CRYING_OBSIDIAN
689691--include-constant ITEM_DARK_OAK_LOG
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ public class ItemAndEnchantmentsPredicateArgument implements ArgumentType<ItemAn
5656 .put ("cooked_cod" , Cubiomes .ITEM_COOKED_COD ())
5757 .put ("cooked_porkchop" , Cubiomes .ITEM_COOKED_PORKCHOP ())
5858 .put ("cooked_salmon" , Cubiomes .ITEM_COOKED_SALMON ())
59+ .put ("copper_horse_armor" , Cubiomes .ITEM_COPPER_HORSE_ARMOR ())
5960 .put ("crossbow" , Cubiomes .ITEM_CROSSBOW ())
6061 .put ("crying_obsidian" , Cubiomes .ITEM_CRYING_OBSIDIAN ())
6162 .put ("dark_oak_log" , Cubiomes .ITEM_DARK_OAK_LOG ())
@@ -170,6 +171,7 @@ public class ItemAndEnchantmentsPredicateArgument implements ArgumentType<ItemAn
170171 .put (Cubiomes .ITEM_COOKED_COD (), Items .COOKED_COD )
171172 .put (Cubiomes .ITEM_COOKED_PORKCHOP (), Items .COOKED_PORKCHOP )
172173 .put (Cubiomes .ITEM_COOKED_SALMON (), Items .COOKED_SALMON )
174+ .put (Cubiomes .ITEM_COPPER_HORSE_ARMOR (), Items .COPPER_HORSE_ARMOR )
173175 .put (Cubiomes .ITEM_CROSSBOW (), Items .CROSSBOW )
174176 .put (Cubiomes .ITEM_CRYING_OBSIDIAN (), Items .CRYING_OBSIDIAN )
175177 .put (Cubiomes .ITEM_DARK_OAK_LOG (), Items .DARK_OAK_LOG )
You can’t perform that action at this time.
0 commit comments