Add new metal, wood, stone, and leaves types for various mods including BetterEnd, Natures Spirit, and Quark; enhance configuration clarity and organization across multiple files.
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"effects": {
|
||||
"wizards:frozen": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.movement_speed",
|
||||
"value": -10.0,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "minecraft:generic.jump_strength",
|
||||
"value": -10.0,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"wizards:frost_shield": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.movement_speed",
|
||||
"value": -0.5,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"wizards:frost_slowness": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.movement_speed",
|
||||
"value": -0.15,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"wizards:arcane_charge": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 0.15,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,660 @@
|
||||
{
|
||||
"weapons": {
|
||||
"wand_novice": {
|
||||
"attack_damage": 2.0,
|
||||
"attack_speed": -2.4,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:fire",
|
||||
"value": 3.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"wand_arcane": {
|
||||
"attack_damage": 2.0,
|
||||
"attack_speed": -2.4,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 5.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"wand_fire": {
|
||||
"attack_damage": 2.0,
|
||||
"attack_speed": -2.4,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:fire",
|
||||
"value": 5.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"wand_frost": {
|
||||
"attack_damage": 2.0,
|
||||
"attack_speed": -2.4,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:frost",
|
||||
"value": 5.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"wand_netherite_arcane": {
|
||||
"attack_damage": 2.0,
|
||||
"attack_speed": -2.4,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 5.5,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"wand_netherite_fire": {
|
||||
"attack_damage": 2.0,
|
||||
"attack_speed": -2.4,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:fire",
|
||||
"value": 5.5,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"wand_netherite_frost": {
|
||||
"attack_damage": 2.0,
|
||||
"attack_speed": -2.4,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:frost",
|
||||
"value": 5.5,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"staff_wizard": {
|
||||
"attack_damage": 4.0,
|
||||
"attack_speed": -3.0,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 5.0,
|
||||
"operation": "ADD_VALUE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:fire",
|
||||
"value": 5.0,
|
||||
"operation": "ADD_VALUE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:frost",
|
||||
"value": 5.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"staff_arcane": {
|
||||
"attack_damage": 4.0,
|
||||
"attack_speed": -3.0,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 6.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"staff_fire": {
|
||||
"attack_damage": 4.0,
|
||||
"attack_speed": -3.0,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:fire",
|
||||
"value": 6.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"staff_frost": {
|
||||
"attack_damage": 4.0,
|
||||
"attack_speed": -3.0,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:frost",
|
||||
"value": 6.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"staff_netherite_arcane": {
|
||||
"attack_damage": 4.0,
|
||||
"attack_speed": -3.0,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 7.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"staff_netherite_fire": {
|
||||
"attack_damage": 4.0,
|
||||
"attack_speed": -3.0,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:fire",
|
||||
"value": 7.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"staff_netherite_frost": {
|
||||
"attack_damage": 4.0,
|
||||
"attack_speed": -3.0,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:frost",
|
||||
"value": 7.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"staff_crystal_arcane": {
|
||||
"attack_damage": 4.0,
|
||||
"attack_speed": -3.0,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 8.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"staff_smaragdant_frost": {
|
||||
"attack_damage": 4.0,
|
||||
"attack_speed": -3.0,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:frost",
|
||||
"value": 8.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"armor_sets": {
|
||||
"wizard_robe": {
|
||||
"armor_toughness": 0.0,
|
||||
"knockback_resistance": 0.0,
|
||||
"head": {
|
||||
"armor": 1,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:fire",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:frost",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"chest": {
|
||||
"armor": 3,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:fire",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:frost",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"legs": {
|
||||
"armor": 2,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:fire",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:frost",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"feet": {
|
||||
"armor": 1,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:fire",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:frost",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"arcane_robe": {
|
||||
"armor_toughness": 0.0,
|
||||
"knockback_resistance": 0.0,
|
||||
"head": {
|
||||
"armor": 1,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 0.25,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:haste",
|
||||
"value": 0.02,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"chest": {
|
||||
"armor": 3,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 0.25,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:haste",
|
||||
"value": 0.02,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"legs": {
|
||||
"armor": 2,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 0.25,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:haste",
|
||||
"value": 0.02,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"feet": {
|
||||
"armor": 1,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 0.25,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:haste",
|
||||
"value": 0.02,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"fire_robe": {
|
||||
"armor_toughness": 0.0,
|
||||
"knockback_resistance": 0.0,
|
||||
"head": {
|
||||
"armor": 1,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:fire",
|
||||
"value": 0.25,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:critical_chance",
|
||||
"value": 0.02,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"chest": {
|
||||
"armor": 3,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:fire",
|
||||
"value": 0.25,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:critical_chance",
|
||||
"value": 0.02,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"legs": {
|
||||
"armor": 2,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:fire",
|
||||
"value": 0.25,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:critical_chance",
|
||||
"value": 0.02,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"feet": {
|
||||
"armor": 1,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:fire",
|
||||
"value": 0.25,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:critical_chance",
|
||||
"value": 0.02,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"frost_robe": {
|
||||
"armor_toughness": 0.0,
|
||||
"knockback_resistance": 0.0,
|
||||
"head": {
|
||||
"armor": 1,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:frost",
|
||||
"value": 0.25,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:critical_damage",
|
||||
"value": 0.05,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"chest": {
|
||||
"armor": 3,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:frost",
|
||||
"value": 0.25,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:critical_damage",
|
||||
"value": 0.05,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"legs": {
|
||||
"armor": 2,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:frost",
|
||||
"value": 0.25,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:critical_damage",
|
||||
"value": 0.05,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"feet": {
|
||||
"armor": 1,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:frost",
|
||||
"value": 0.25,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:critical_damage",
|
||||
"value": 0.05,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"netherite_arcane_robe": {
|
||||
"armor_toughness": 0.0,
|
||||
"knockback_resistance": 0.0,
|
||||
"head": {
|
||||
"armor": 1,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 0.3,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:haste",
|
||||
"value": 0.03,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"chest": {
|
||||
"armor": 3,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 0.3,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:haste",
|
||||
"value": 0.03,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"legs": {
|
||||
"armor": 2,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 0.3,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:haste",
|
||||
"value": 0.03,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"feet": {
|
||||
"armor": 1,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 0.3,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:haste",
|
||||
"value": 0.03,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"netherite_fire_robe": {
|
||||
"armor_toughness": 0.0,
|
||||
"knockback_resistance": 0.0,
|
||||
"head": {
|
||||
"armor": 1,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:fire",
|
||||
"value": 0.3,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:critical_chance",
|
||||
"value": 0.03,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"chest": {
|
||||
"armor": 3,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:fire",
|
||||
"value": 0.3,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:critical_chance",
|
||||
"value": 0.03,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"legs": {
|
||||
"armor": 2,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:fire",
|
||||
"value": 0.3,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:critical_chance",
|
||||
"value": 0.03,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"feet": {
|
||||
"armor": 1,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:fire",
|
||||
"value": 0.3,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:critical_chance",
|
||||
"value": 0.03,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"netherite_frost_robe": {
|
||||
"armor_toughness": 0.0,
|
||||
"knockback_resistance": 0.0,
|
||||
"head": {
|
||||
"armor": 1,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:frost",
|
||||
"value": 0.3,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:critical_damage",
|
||||
"value": 0.06,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"chest": {
|
||||
"armor": 3,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:frost",
|
||||
"value": 0.3,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:critical_damage",
|
||||
"value": 0.06,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"legs": {
|
||||
"armor": 2,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:frost",
|
||||
"value": 0.3,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:critical_damage",
|
||||
"value": 0.06,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"feet": {
|
||||
"armor": 1,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:frost",
|
||||
"value": 0.3,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:critical_damage",
|
||||
"value": 0.06,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"ignore_items_required_mods": false,
|
||||
"arcane_charge_damage_per_stack": 0.15
|
||||
}
|
||||
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"entries": [
|
||||
{
|
||||
"pool": "minecraft:village/desert/houses",
|
||||
"structures": [
|
||||
{
|
||||
"id": "wizards:village/desert/wizard_tower",
|
||||
"weight": 1,
|
||||
"limit": 1
|
||||
},
|
||||
{
|
||||
"id": "wizards:village/desert/wizard_tower_2",
|
||||
"weight": 3,
|
||||
"limit": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"pool": "minecraft:village/savanna/houses",
|
||||
"structures": [
|
||||
{
|
||||
"id": "wizards:village/savanna/wizard_tower",
|
||||
"weight": 3,
|
||||
"limit": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"pool": "minecraft:village/plains/houses",
|
||||
"structures": [
|
||||
{
|
||||
"id": "wizards:village/plains/wizard_tower",
|
||||
"weight": 3,
|
||||
"limit": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"pool": "minecraft:village/taiga/houses",
|
||||
"structures": [
|
||||
{
|
||||
"id": "wizards:village/taiga/wizard_tower",
|
||||
"weight": 3,
|
||||
"limit": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"pool": "minecraft:village/snowy/houses",
|
||||
"structures": [
|
||||
{
|
||||
"id": "wizards:village/snowy/wizard_tower",
|
||||
"weight": 1,
|
||||
"limit": 1
|
||||
},
|
||||
{
|
||||
"id": "wizards:village/snowy/wizard_tower_2",
|
||||
"weight": 3,
|
||||
"limit": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user