mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
add namespace for item default groups
This commit is contained in:
parent
f3e4fd5d5c
commit
e235fa07ef
1 changed files with 84 additions and 86 deletions
|
|
@ -20,14 +20,14 @@ nothing:
|
||||||
example_include:
|
example_include:
|
||||||
type: include
|
type: include
|
||||||
items:
|
items:
|
||||||
- stone
|
- minecraft:stone
|
||||||
- polished_granite
|
- minecraft:polished_granite
|
||||||
|
|
||||||
# This group contain everything except polished granite and elements of example_include
|
# This group contain everything except polished granite and elements of example_include
|
||||||
example_exclude:
|
example_exclude:
|
||||||
type: exclude
|
type: exclude
|
||||||
items:
|
items:
|
||||||
- polished_granite
|
- minecraft:polished_granite
|
||||||
groups:
|
groups:
|
||||||
- example_include
|
- example_include
|
||||||
|
|
||||||
|
|
@ -38,22 +38,22 @@ example_exclude:
|
||||||
swords:
|
swords:
|
||||||
type: include
|
type: include
|
||||||
items:
|
items:
|
||||||
- wooden_sword
|
- minecraft:wooden_sword
|
||||||
- stone_sword
|
- minecraft:stone_sword
|
||||||
- iron_sword
|
- minecraft:iron_sword
|
||||||
- diamond_sword
|
- minecraft:diamond_sword
|
||||||
- golden_sword
|
- minecraft:golden_sword
|
||||||
- netherite_sword
|
- minecraft:netherite_sword
|
||||||
|
|
||||||
axes:
|
axes:
|
||||||
type: include
|
type: include
|
||||||
items:
|
items:
|
||||||
- wooden_axe
|
- minecraft:wooden_axe
|
||||||
- stone_axe
|
- minecraft:stone_axe
|
||||||
- iron_axe
|
- minecraft:iron_axe
|
||||||
- diamond_axe
|
- minecraft:diamond_axe
|
||||||
- golden_axe
|
- minecraft:golden_axe
|
||||||
- netherite_axe
|
- minecraft:netherite_axe
|
||||||
|
|
||||||
melee_weapons:
|
melee_weapons:
|
||||||
type: include
|
type: include
|
||||||
|
|
@ -64,43 +64,43 @@ melee_weapons:
|
||||||
helmets:
|
helmets:
|
||||||
type: include
|
type: include
|
||||||
items:
|
items:
|
||||||
- leather_helmet
|
- minecraft:leather_helmet
|
||||||
- chainmail_helmet
|
- minecraft:chainmail_helmet
|
||||||
- iron_helmet
|
- minecraft:iron_helmet
|
||||||
- diamond_helmet
|
- minecraft:diamond_helmet
|
||||||
- golden_helmet
|
- minecraft:golden_helmet
|
||||||
- netherite_helmet
|
- minecraft:netherite_helmet
|
||||||
- turtle_helmet
|
- minecraft:turtle_helmet
|
||||||
|
|
||||||
chestplate:
|
chestplate:
|
||||||
type: include
|
type: include
|
||||||
items:
|
items:
|
||||||
- leather_chestplate
|
- minecraft:leather_chestplate
|
||||||
- chainmail_chestplate
|
- minecraft:chainmail_chestplate
|
||||||
- iron_chestplate
|
- minecraft:iron_chestplate
|
||||||
- diamond_chestplate
|
- minecraft:diamond_chestplate
|
||||||
- golden_chestplate
|
- minecraft:golden_chestplate
|
||||||
- netherite_chestplate
|
- minecraft:netherite_chestplate
|
||||||
|
|
||||||
leggings:
|
leggings:
|
||||||
type: include
|
type: include
|
||||||
items:
|
items:
|
||||||
- leather_leggings
|
- minecraft:leather_leggings
|
||||||
- chainmail_leggings
|
- minecraft:chainmail_leggings
|
||||||
- iron_leggings
|
- minecraft:iron_leggings
|
||||||
- diamond_leggings
|
- minecraft:diamond_leggings
|
||||||
- golden_leggings
|
- minecraft:golden_leggings
|
||||||
- netherite_leggings
|
- minecraft:netherite_leggings
|
||||||
|
|
||||||
boots:
|
boots:
|
||||||
type: include
|
type: include
|
||||||
items:
|
items:
|
||||||
- leather_boots
|
- minecraft:leather_boots
|
||||||
- chainmail_boots
|
- minecraft:chainmail_boots
|
||||||
- iron_boots
|
- minecraft:iron_boots
|
||||||
- diamond_boots
|
- minecraft:diamond_boots
|
||||||
- golden_boots
|
- minecraft:golden_boots
|
||||||
- netherite_boots
|
- minecraft:netherite_boots
|
||||||
|
|
||||||
armors:
|
armors:
|
||||||
type: include
|
type: include
|
||||||
|
|
@ -113,97 +113,95 @@ armors:
|
||||||
wearable:
|
wearable:
|
||||||
type: include
|
type: include
|
||||||
items:
|
items:
|
||||||
- elytra
|
- minecraft:elytra
|
||||||
- carved_pumpkin
|
- minecraft:carved_pumpkin
|
||||||
- skeleton_skull
|
- minecraft:skeleton_skull
|
||||||
- wither_skeleton_skull
|
- minecraft:wither_skeleton_skull
|
||||||
- zombie_head
|
- minecraft:zombie_head
|
||||||
- player_head
|
- minecraft:player_head
|
||||||
- creeper_head
|
- minecraft:creeper_head
|
||||||
- dragon_head
|
- minecraft:dragon_head
|
||||||
# do not exist in 1.18 but exist in future update
|
- minecraft:piglin_head
|
||||||
- piglin_head
|
|
||||||
groups:
|
groups:
|
||||||
- armors
|
- armors
|
||||||
|
|
||||||
pickaxes:
|
pickaxes:
|
||||||
type: include
|
type: include
|
||||||
items:
|
items:
|
||||||
- wooden_pickaxe
|
- minecraft:wooden_pickaxe
|
||||||
- stone_pickaxe
|
- minecraft:stone_pickaxe
|
||||||
- iron_pickaxe
|
- minecraft:iron_pickaxe
|
||||||
- diamond_pickaxe
|
- minecraft:diamond_pickaxe
|
||||||
- golden_pickaxe
|
- minecraft:golden_pickaxe
|
||||||
- netherite_pickaxe
|
- minecraft:netherite_pickaxe
|
||||||
|
|
||||||
shovels:
|
shovels:
|
||||||
type: include
|
type: include
|
||||||
items:
|
items:
|
||||||
- wooden_shovel
|
- minecraft:wooden_shovel
|
||||||
- stone_shovel
|
- minecraft:stone_shovel
|
||||||
- iron_shovel
|
- minecraft:iron_shovel
|
||||||
- diamond_shovel
|
- minecraft:diamond_shovel
|
||||||
- golden_shovel
|
- minecraft:golden_shovel
|
||||||
- netherite_shovel
|
- minecraft:netherite_shovel
|
||||||
|
|
||||||
hoes:
|
hoes:
|
||||||
type: include
|
type: include
|
||||||
items:
|
items:
|
||||||
- wooden_hoe
|
- minecraft:wooden_hoe
|
||||||
- stone_hoe
|
- minecraft:stone_hoe
|
||||||
- iron_hoe
|
- minecraft:iron_hoe
|
||||||
- diamond_hoe
|
- minecraft:diamond_hoe
|
||||||
- golden_hoe
|
- minecraft:golden_hoe
|
||||||
- netherite_hoe
|
- minecraft:netherite_hoe
|
||||||
|
|
||||||
tools:
|
tools:
|
||||||
type: include
|
type: include
|
||||||
groups:
|
groups:
|
||||||
- pickaxes
|
- minecraft:pickaxes
|
||||||
- shovels
|
- minecraft:shovels
|
||||||
- hoes
|
- minecraft:hoes
|
||||||
- axes
|
- minecraft:axes
|
||||||
|
|
||||||
enchanted_book:
|
enchanted_book:
|
||||||
type: include
|
type: include
|
||||||
items:
|
items:
|
||||||
- enchanted_book
|
- minecraft:enchanted_book
|
||||||
|
|
||||||
trident:
|
trident:
|
||||||
type: include
|
type: include
|
||||||
items:
|
items:
|
||||||
- trident
|
- minecraft:trident
|
||||||
|
|
||||||
bow:
|
bow:
|
||||||
type: include
|
type: include
|
||||||
items:
|
items:
|
||||||
- bow
|
- minecraft:bow
|
||||||
|
|
||||||
crossbow:
|
crossbow:
|
||||||
type: include
|
type: include
|
||||||
items:
|
items:
|
||||||
- crossbow
|
- minecraft:crossbow
|
||||||
|
|
||||||
fishing_rod:
|
fishing_rod:
|
||||||
type: include
|
type: include
|
||||||
items:
|
items:
|
||||||
- fishing_rod
|
- minecraft:fishing_rod
|
||||||
|
|
||||||
shears:
|
shears:
|
||||||
type: include
|
type: include
|
||||||
items:
|
items:
|
||||||
- shears
|
- minecraft:shears
|
||||||
|
|
||||||
can_unbreak:
|
can_unbreak:
|
||||||
type: include
|
type: include
|
||||||
items:
|
items:
|
||||||
- elytra
|
- minecraft:elytra
|
||||||
- flint_and_steel
|
- minecraft:flint_and_steel
|
||||||
- shield
|
- minecraft:shield
|
||||||
- carrot_on_a_stick
|
- minecraft:carrot_on_a_stick
|
||||||
- warped_fungus_on_a_stick
|
- minecraft:warped_fungus_on_a_stick
|
||||||
# do not exist in 1.18 but exist in future update
|
- minecraft:brush
|
||||||
- brush
|
|
||||||
groups:
|
groups:
|
||||||
- melee_weapons
|
- melee_weapons
|
||||||
- tools
|
- tools
|
||||||
|
|
@ -217,7 +215,7 @@ can_unbreak:
|
||||||
can_vanish:
|
can_vanish:
|
||||||
type: include
|
type: include
|
||||||
items:
|
items:
|
||||||
- compass
|
- minecraft:compass
|
||||||
groups:
|
groups:
|
||||||
- wearable
|
- wearable
|
||||||
- can_unbreak
|
- can_unbreak
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue