mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
218 lines
4.3 KiB
YAML
218 lines
4.3 KiB
YAML
#
|
|
# It is recommended that you use /configanvil to edit theses config.
|
|
# You can still manually edit here if you like to. but if you do, don't forget to /anvilconfigreload after you changes !
|
|
#
|
|
# This config use the item namespace. or assume minecraft: namespace if absent.
|
|
|
|
# An empty Exclude group exclude nothing, so it contain everything
|
|
everything:
|
|
type: exclude
|
|
|
|
# An empty include group will include nothing
|
|
nothing:
|
|
type: include
|
|
|
|
# This group is an example of a group including only stone and polished granite
|
|
example_include:
|
|
type: include
|
|
items:
|
|
- minecraft:stone
|
|
- minecraft:polished_granite
|
|
|
|
# This group contain everything except polished granite and elements of example_include
|
|
example_exclude:
|
|
type: exclude
|
|
items:
|
|
- minecraft:polished_granite
|
|
groups:
|
|
- example_include
|
|
|
|
# Default configuration should be vanilla enchantment conflict group
|
|
# there may have error, if you find one you can fix it !
|
|
# https://minecraft.fandom.com/wiki/Enchanting
|
|
|
|
swords:
|
|
type: include
|
|
items:
|
|
- minecraft:wooden_sword
|
|
- minecraft:stone_sword
|
|
- minecraft:iron_sword
|
|
- minecraft:diamond_sword
|
|
- minecraft:golden_sword
|
|
- minecraft:netherite_sword
|
|
|
|
axes:
|
|
type: include
|
|
items:
|
|
- minecraft:wooden_axe
|
|
- minecraft:stone_axe
|
|
- minecraft:iron_axe
|
|
- minecraft:diamond_axe
|
|
- minecraft:golden_axe
|
|
- minecraft:netherite_axe
|
|
|
|
melee_weapons:
|
|
type: include
|
|
groups:
|
|
- swords
|
|
- axes
|
|
|
|
helmets:
|
|
type: include
|
|
items:
|
|
- minecraft:leather_helmet
|
|
- minecraft:chainmail_helmet
|
|
- minecraft:iron_helmet
|
|
- minecraft:diamond_helmet
|
|
- minecraft:golden_helmet
|
|
- minecraft:netherite_helmet
|
|
- minecraft:turtle_helmet
|
|
|
|
chestplate:
|
|
type: include
|
|
items:
|
|
- minecraft:leather_chestplate
|
|
- minecraft:chainmail_chestplate
|
|
- minecraft:iron_chestplate
|
|
- minecraft:diamond_chestplate
|
|
- minecraft:golden_chestplate
|
|
- minecraft:netherite_chestplate
|
|
|
|
leggings:
|
|
type: include
|
|
items:
|
|
- minecraft:leather_leggings
|
|
- minecraft:chainmail_leggings
|
|
- minecraft:iron_leggings
|
|
- minecraft:diamond_leggings
|
|
- minecraft:golden_leggings
|
|
- minecraft:netherite_leggings
|
|
|
|
boots:
|
|
type: include
|
|
items:
|
|
- minecraft:leather_boots
|
|
- minecraft:chainmail_boots
|
|
- minecraft:iron_boots
|
|
- minecraft:diamond_boots
|
|
- minecraft:golden_boots
|
|
- minecraft:netherite_boots
|
|
|
|
armors:
|
|
type: include
|
|
groups:
|
|
- helmets
|
|
- chestplate
|
|
- leggings
|
|
- boots
|
|
|
|
wearable:
|
|
type: include
|
|
items:
|
|
- minecraft:elytra
|
|
- minecraft:carved_pumpkin
|
|
- minecraft:skeleton_skull
|
|
- minecraft:wither_skeleton_skull
|
|
- minecraft:zombie_head
|
|
- minecraft:player_head
|
|
- minecraft:creeper_head
|
|
- minecraft:dragon_head
|
|
- minecraft:piglin_head
|
|
groups:
|
|
- armors
|
|
|
|
pickaxes:
|
|
type: include
|
|
items:
|
|
- minecraft:wooden_pickaxe
|
|
- minecraft:stone_pickaxe
|
|
- minecraft:iron_pickaxe
|
|
- minecraft:diamond_pickaxe
|
|
- minecraft:golden_pickaxe
|
|
- minecraft:netherite_pickaxe
|
|
|
|
shovels:
|
|
type: include
|
|
items:
|
|
- minecraft:wooden_shovel
|
|
- minecraft:stone_shovel
|
|
- minecraft:iron_shovel
|
|
- minecraft:diamond_shovel
|
|
- minecraft:golden_shovel
|
|
- minecraft:netherite_shovel
|
|
|
|
hoes:
|
|
type: include
|
|
items:
|
|
- minecraft:wooden_hoe
|
|
- minecraft:stone_hoe
|
|
- minecraft:iron_hoe
|
|
- minecraft:diamond_hoe
|
|
- minecraft:golden_hoe
|
|
- minecraft:netherite_hoe
|
|
|
|
tools:
|
|
type: include
|
|
groups:
|
|
- minecraft:pickaxes
|
|
- minecraft:shovels
|
|
- minecraft:hoes
|
|
- minecraft:axes
|
|
|
|
enchanted_book:
|
|
type: include
|
|
items:
|
|
- minecraft:enchanted_book
|
|
|
|
trident:
|
|
type: include
|
|
items:
|
|
- minecraft:trident
|
|
|
|
bow:
|
|
type: include
|
|
items:
|
|
- minecraft:bow
|
|
|
|
crossbow:
|
|
type: include
|
|
items:
|
|
- minecraft:crossbow
|
|
|
|
fishing_rod:
|
|
type: include
|
|
items:
|
|
- minecraft:fishing_rod
|
|
|
|
shears:
|
|
type: include
|
|
items:
|
|
- minecraft:shears
|
|
|
|
can_unbreak:
|
|
type: include
|
|
items:
|
|
- minecraft:elytra
|
|
- minecraft:flint_and_steel
|
|
- minecraft:shield
|
|
- minecraft:carrot_on_a_stick
|
|
- minecraft:warped_fungus_on_a_stick
|
|
- minecraft:brush
|
|
groups:
|
|
- melee_weapons
|
|
- tools
|
|
- armors
|
|
- trident
|
|
- bow
|
|
- crossbow
|
|
- fishing_rod
|
|
- shears
|
|
|
|
can_vanish:
|
|
type: include
|
|
items:
|
|
- minecraft:compass
|
|
groups:
|
|
- wearable
|
|
- can_unbreak
|
|
|