-
-
Notifications
You must be signed in to change notification settings - Fork 242
Datapack Customization
Cadentem edited this page Jan 16, 2024
·
1 revision
Can be done through datapacks by modifying these tags (adding or removing entries) The default values are shown here for some of these tags
There are three rarity type block tags and three additional tags (one tag per dragon type) These tags contain the ores which will generate in dragon caves
It's a 50:50 whether an entry from one of the rarity type tags gets chosen or one of the dragon type tag
{
"values": [
"minecraft:coal_ore",
"minecraft:copper_ore",
"minecraft:iron_ore"
]
}
{
"values": [
"minecraft:lapis_ore",
"minecraft:redstone_ore",
"minecraft:gold_ore",
"iceandfire:silver_ore"
]
}
{
"values": [
"minecraft:diamond_ore",
"minecraft:emerald_ore"
]
}
{
"values": [
"minecraft:emerald_ore"
]
}
{
"values": [
"iceandfire:sapphire_ore"
]
}
{
"values": [
"minecraft:budding_amethyst"
]
}
Block Tag: dragon_block_break_blacklist
{
"values": [
"#forge:chests",
"minecraft:end_stone",
"minecraft:iron_bars"
]
}
Block Tag: dragon_block_break_no_drops
{
"values": [
"#minecraft:dirt",
"#forge:stone",
"#forge:cobblestone",
"#iceandfire:dragon_environment_blocks",
"minecraft:grass_block"
]
}
- breed_ampithere
- breed_hippocampus
- breed_hippogryph
- heal_ampithere
- heal_cockatrice
- heal_hippocampus
- heal_pixie
- tame_hippogryph
- tame_pixie
- tempt_dragon
- tempt_hippocampus
- tempt_hippogryph