update to 1.6.1
This commit is contained in:
@ -0,0 +1,65 @@
|
||||
{
|
||||
"type": "minecraft:chest",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 0,
|
||||
"bonus_rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"name": "minecraft:diamond",
|
||||
"type": "minecraft:item",
|
||||
"weight": 15,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 2.0,
|
||||
"max": 5.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "minecraft:iron_ingot",
|
||||
"type": "minecraft:item",
|
||||
"weight": 20,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 4.0,
|
||||
"max": 10.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:enchant_randomly"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:book"
|
||||
},
|
||||
{
|
||||
"name": "minecraft:diamond_pickaxe",
|
||||
"type": "minecraft:item",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:enchant_randomly"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:empty",
|
||||
"weight": 60
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,122 @@
|
||||
{
|
||||
"type": "minecraft:chest",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 0,
|
||||
"bonus_rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"name": "minecraft:diamond",
|
||||
"type": "minecraft:item",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 2.0,
|
||||
"max": 5.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "minecraft:iron_ingot",
|
||||
"type": "minecraft:item",
|
||||
"weight": 10,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 4.0,
|
||||
"max": 10.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "minecraft:emerald",
|
||||
"type": "minecraft:item",
|
||||
"weight": 10,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 2.0,
|
||||
"max": 8.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "minecraft:gold_ingot",
|
||||
"type": "minecraft:item",
|
||||
"weight": 10,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 2.0,
|
||||
"max": 8.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "minecraft:gold_ingot",
|
||||
"type": "minecraft:item",
|
||||
"weight": 10,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 2.0,
|
||||
"max": 8.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:enchant_randomly"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:book"
|
||||
},
|
||||
{
|
||||
"name": "minecraft:diamond_axe",
|
||||
"type": "minecraft:item",
|
||||
"weight": 10,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_damage",
|
||||
"damage": {
|
||||
"min": 0.6,
|
||||
"max": 0.9
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "minecraft:enchant_with_levels",
|
||||
"levels": {
|
||||
"min": 5.0,
|
||||
"max": 10.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:empty",
|
||||
"weight": 40
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,55 @@
|
||||
{
|
||||
"type": "minecraft:chest",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 0,
|
||||
"bonus_rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"name": "minecraft:diamond",
|
||||
"type": "minecraft:item",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 2.0,
|
||||
"max": 5.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "minecraft:iron_ingot",
|
||||
"type": "minecraft:item",
|
||||
"weight": 20,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 4.0,
|
||||
"max": 10.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:enchant_randomly"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:book"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:empty",
|
||||
"weight": 70
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,128 @@
|
||||
{
|
||||
"type": "minecraft:chest",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 0,
|
||||
"bonus_rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"name": "minecraft:iron_ingot",
|
||||
"type": "minecraft:item",
|
||||
"weight": 20,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 0.0,
|
||||
"max": 10.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:enchant_randomly"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:book"
|
||||
},
|
||||
{
|
||||
"name": "minecraft:leather_leggings",
|
||||
"type": "minecraft:item",
|
||||
"weight": 2,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_damage",
|
||||
"damage": {
|
||||
"min": 0.1,
|
||||
"max": 0.4
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "minecraft:enchant_with_levels",
|
||||
"levels": {
|
||||
"min": 10.0,
|
||||
"max": 30.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "minecraft:leather_chestplate",
|
||||
"type": "minecraft:item",
|
||||
"weight": 2,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_damage",
|
||||
"damage": {
|
||||
"min": 0.1,
|
||||
"max": 0.4
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "minecraft:enchant_with_levels",
|
||||
"levels": {
|
||||
"min": 10.0,
|
||||
"max": 30.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "minecraft:leather_boots",
|
||||
"type": "minecraft:item",
|
||||
"weight": 2,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_damage",
|
||||
"damage": {
|
||||
"min": 0.1,
|
||||
"max": 0.4
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "minecraft:enchant_with_levels",
|
||||
"levels": {
|
||||
"min": 10.0,
|
||||
"max": 30.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "minecraft:iron_shovel",
|
||||
"type": "minecraft:item",
|
||||
"weight": 4,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_damage",
|
||||
"damage": {
|
||||
"min": 0.3,
|
||||
"max": 0.6
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "minecraft:enchant_with_levels",
|
||||
"levels": {
|
||||
"min": 10.0,
|
||||
"max": 30.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:empty",
|
||||
"weight": 40
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,143 @@
|
||||
{
|
||||
"type": "minecraft:chest",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 0,
|
||||
"bonus_rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"name": "minecraft:diamond",
|
||||
"type": "minecraft:item",
|
||||
"weight": 15,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 2.0,
|
||||
"max": 5.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "minecraft:iron_ingot",
|
||||
"type": "minecraft:item",
|
||||
"weight": 20,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 4.0,
|
||||
"max": 10.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:enchant_randomly"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:book"
|
||||
},
|
||||
{
|
||||
"name": "minecraft:chainmail_helmet",
|
||||
"type": "minecraft:item",
|
||||
"weight": 2,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_damage",
|
||||
"damage": {
|
||||
"min": 0.1,
|
||||
"max": 0.4
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "minecraft:enchant_with_levels",
|
||||
"levels": {
|
||||
"min": 10.0,
|
||||
"max": 30.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "minecraft:chainmail_chestplate",
|
||||
"type": "minecraft:item",
|
||||
"weight": 2,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_damage",
|
||||
"damage": {
|
||||
"min": 0.1,
|
||||
"max": 0.4
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "minecraft:enchant_with_levels",
|
||||
"levels": {
|
||||
"min": 10.0,
|
||||
"max": 30.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "minecraft:chainmail_leggings",
|
||||
"type": "minecraft:item",
|
||||
"weight": 2,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_damage",
|
||||
"damage": {
|
||||
"min": 0.1,
|
||||
"max": 0.4
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "minecraft:enchant_with_levels",
|
||||
"levels": {
|
||||
"min": 10.0,
|
||||
"max": 30.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "minecraft:chainmail_boots",
|
||||
"type": "minecraft:item",
|
||||
"weight": 2,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_damage",
|
||||
"damage": {
|
||||
"min": 0.1,
|
||||
"max": 0.4
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "minecraft:enchant_with_levels",
|
||||
"levels": {
|
||||
"min": 10.0,
|
||||
"max": 30.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:empty",
|
||||
"weight": 52
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,140 @@
|
||||
{
|
||||
"type": "minecraft:chest",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 0,
|
||||
"bonus_rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"name": "minecraft:iron_ingot",
|
||||
"type": "minecraft:item",
|
||||
"weight": 20,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 4.0,
|
||||
"max": 10.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "minecraft:iron_helmet",
|
||||
"type": "minecraft:item",
|
||||
"weight": 2,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_damage",
|
||||
"damage": {
|
||||
"min": 0.4,
|
||||
"max": 0.8
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "minecraft:enchant_with_levels",
|
||||
"levels": {
|
||||
"min": 10.0,
|
||||
"max": 30.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "minecraft:iron_chestplate",
|
||||
"type": "minecraft:item",
|
||||
"weight": 2,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_damage",
|
||||
"damage": {
|
||||
"min": 0.4,
|
||||
"max": 0.8
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "minecraft:enchant_with_levels",
|
||||
"levels": {
|
||||
"min": 10.0,
|
||||
"max": 30.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "minecraft:iron_leggings",
|
||||
"type": "minecraft:item",
|
||||
"weight": 2,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_damage",
|
||||
"damage": {
|
||||
"min": 0.4,
|
||||
"max": 0.8
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "minecraft:enchant_with_levels",
|
||||
"levels": {
|
||||
"min": 10.0,
|
||||
"max": 30.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "minecraft:iron_boots",
|
||||
"type": "minecraft:item",
|
||||
"weight": 2,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_damage",
|
||||
"damage": {
|
||||
"min": 0.4,
|
||||
"max": 0.8
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "minecraft:enchant_with_levels",
|
||||
"levels": {
|
||||
"min": 10.0,
|
||||
"max": 30.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "minecraft:crossbow",
|
||||
"type": "minecraft:item",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_damage",
|
||||
"damage": {
|
||||
"min": 0.4,
|
||||
"max": 0.8
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "minecraft:enchant_with_levels",
|
||||
"levels": {
|
||||
"min": 10.0,
|
||||
"max": 30.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:empty",
|
||||
"weight": 67
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,60 @@
|
||||
{
|
||||
"type": "minecraft:chest",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 0,
|
||||
"bonus_rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"name": "minecraft:obsidian",
|
||||
"type": "minecraft:item",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 2.0,
|
||||
"max": 5.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "minecraft:iron_ingot",
|
||||
"type": "minecraft:item",
|
||||
"weight": 20,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 4.0,
|
||||
"max": 10.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "minecraft:ancient_debris",
|
||||
"type": "minecraft:item",
|
||||
"weight": 1,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 0.0,
|
||||
"max": 1.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:empty",
|
||||
"weight": 75
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,191 @@
|
||||
{
|
||||
"type": "minecraft:chest",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 0,
|
||||
"bonus_rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"name": "minecraft:diamond_axe",
|
||||
"type": "minecraft:item",
|
||||
"weight": 2,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_damage",
|
||||
"damage": {
|
||||
"min": 0.6,
|
||||
"max": 0.9
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "minecraft:enchant_with_levels",
|
||||
"levels": {
|
||||
"min": 5.0,
|
||||
"max": 10.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "minecraft:diamond_sword",
|
||||
"type": "minecraft:item",
|
||||
"weight": 1,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_damage",
|
||||
"damage": {
|
||||
"min": 0.6,
|
||||
"max": 0.9
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "minecraft:enchant_with_levels",
|
||||
"levels": {
|
||||
"min": 1.0,
|
||||
"max": 5.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "minecraft:iron_axe",
|
||||
"type": "minecraft:item",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_damage",
|
||||
"damage": {
|
||||
"min": 0.6,
|
||||
"max": 0.9
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "minecraft:enchant_with_levels",
|
||||
"levels": {
|
||||
"min": 1.0,
|
||||
"max": 25.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "minecraft:iron_sword",
|
||||
"type": "minecraft:item",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_damage",
|
||||
"damage": {
|
||||
"min": 0.6,
|
||||
"max": 0.9
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "minecraft:enchant_with_levels",
|
||||
"levels": {
|
||||
"min": 1.0,
|
||||
"max": 25.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "minecraft:iron_helmet",
|
||||
"type": "minecraft:item",
|
||||
"weight": 2,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_damage",
|
||||
"damage": {
|
||||
"min": 0.4,
|
||||
"max": 0.8
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "minecraft:enchant_with_levels",
|
||||
"levels": {
|
||||
"min": 10.0,
|
||||
"max": 30.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "minecraft:iron_chestplate",
|
||||
"type": "minecraft:item",
|
||||
"weight": 2,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_damage",
|
||||
"damage": {
|
||||
"min": 0.4,
|
||||
"max": 0.8
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "minecraft:enchant_with_levels",
|
||||
"levels": {
|
||||
"min": 10.0,
|
||||
"max": 30.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "minecraft:iron_leggings",
|
||||
"type": "minecraft:item",
|
||||
"weight": 2,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_damage",
|
||||
"damage": {
|
||||
"min": 0.4,
|
||||
"max": 0.8
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "minecraft:enchant_with_levels",
|
||||
"levels": {
|
||||
"min": 10.0,
|
||||
"max": 30.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "minecraft:iron_boots",
|
||||
"type": "minecraft:item",
|
||||
"weight": 2,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_damage",
|
||||
"damage": {
|
||||
"min": 0.4,
|
||||
"max": 0.8
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "minecraft:enchant_with_levels",
|
||||
"levels": {
|
||||
"min": 10.0,
|
||||
"max": 30.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:empty",
|
||||
"weight": 79
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,75 @@
|
||||
{
|
||||
"type": "minecraft:chest",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 0,
|
||||
"bonus_rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"name": "minecraft:diamond",
|
||||
"type": "minecraft:item",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 2.0,
|
||||
"max": 5.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "minecraft:iron_ingot",
|
||||
"type": "minecraft:item",
|
||||
"weight": 10,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 4.0,
|
||||
"max": 10.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "minecraft:emerald",
|
||||
"type": "minecraft:item",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 2.0,
|
||||
"max": 8.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "minecraft:gold_ingot",
|
||||
"type": "minecraft:item",
|
||||
"weight": 10,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 2.0,
|
||||
"max": 8.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:empty",
|
||||
"weight": 70
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,77 @@
|
||||
{
|
||||
"type": "minecraft:chest",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 0,
|
||||
"bonus_rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"name": "minecraft:diamond",
|
||||
"type": "minecraft:item",
|
||||
"weight": 15,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 2.0,
|
||||
"max": 5.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "minecraft:iron_ingot",
|
||||
"type": "minecraft:item",
|
||||
"weight": 20,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 4.0,
|
||||
"max": 10.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "minecraft:diamond_sword",
|
||||
"type": "minecraft:item",
|
||||
"weight": 1,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_damage",
|
||||
"damage": {
|
||||
"min": 0.3,
|
||||
"max": 0.9
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "minecraft:enchant_with_levels",
|
||||
"levels": {
|
||||
"min": 1.0,
|
||||
"max": 14.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:enchant_randomly"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:book"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:empty",
|
||||
"weight": 60
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,55 @@
|
||||
{
|
||||
"type": "minecraft:chest",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 0,
|
||||
"bonus_rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"name": "minecraft:diamond",
|
||||
"type": "minecraft:item",
|
||||
"weight": 15,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 1.0,
|
||||
"max": 5.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "minecraft:iron_ingot",
|
||||
"type": "minecraft:item",
|
||||
"weight": 20,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 4.0,
|
||||
"max": 10.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:enchant_randomly"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:book"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:empty",
|
||||
"weight": 60
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,60 @@
|
||||
{
|
||||
"type": "minecraft:chest",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 0,
|
||||
"bonus_rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"name": "minecraft:diamond",
|
||||
"type": "minecraft:item",
|
||||
"weight": 2,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 1.0,
|
||||
"max": 5.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "minecraft:iron_ingot",
|
||||
"type": "minecraft:item",
|
||||
"weight": 20,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 4.0,
|
||||
"max": 10.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "minecraft:ender_pearl",
|
||||
"type": "minecraft:item",
|
||||
"weight": 20,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 1.0,
|
||||
"max": 4.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:empty",
|
||||
"weight": 58
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,25 @@
|
||||
{
|
||||
"type": "minecraft:chest",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 0,
|
||||
"bonus_rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:enchant_randomly"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:book"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:empty",
|
||||
"weight": 95
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,55 @@
|
||||
{
|
||||
"type": "minecraft:chest",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 0,
|
||||
"bonus_rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"name": "minecraft:diamond",
|
||||
"type": "minecraft:item",
|
||||
"weight": 10,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 2.0,
|
||||
"max": 5.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "minecraft:iron_ingot",
|
||||
"type": "minecraft:item",
|
||||
"weight": 20,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 4.0,
|
||||
"max": 10.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:enchant_randomly"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:book"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:empty",
|
||||
"weight": 70
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,55 @@
|
||||
{
|
||||
"type": "minecraft:chest",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 0,
|
||||
"bonus_rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"name": "minecraft:diamond",
|
||||
"type": "minecraft:item",
|
||||
"weight": 10,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 2.0,
|
||||
"max": 5.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "minecraft:iron_ingot",
|
||||
"type": "minecraft:item",
|
||||
"weight": 20,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 4.0,
|
||||
"max": 10.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:enchant_randomly"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:book"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:empty",
|
||||
"weight": 70
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,67 @@
|
||||
{
|
||||
"type": "minecraft:chest",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 0,
|
||||
"bonus_rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"name": "minecraft:diamond",
|
||||
"type": "minecraft:item",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 2.0,
|
||||
"max": 5.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "minecraft:totem_of_undying",
|
||||
"type": "minecraft:item",
|
||||
"weight": 3,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 1.0,
|
||||
"max": 1.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "minecraft:iron_axe",
|
||||
"type": "minecraft:item",
|
||||
"weight": 10,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_damage",
|
||||
"damage": {
|
||||
"min": 0.6,
|
||||
"max": 0.9
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "minecraft:enchant_with_levels",
|
||||
"levels": {
|
||||
"min": 1.0,
|
||||
"max": 35.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:empty",
|
||||
"weight": 67
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,91 @@
|
||||
{
|
||||
"client_settings": {
|
||||
"color_settings": {
|
||||
"moon_texture_color": "790099",
|
||||
"sky_light_color": "790099"
|
||||
},
|
||||
"moon_size": 20.0,
|
||||
"moon_texture_location": "minecraft:textures/environment/moon_phases.png",
|
||||
"sound_track": {
|
||||
"sound_id": "enhancedcelestials:blue_moon"
|
||||
}
|
||||
},
|
||||
"dimension_chances": {
|
||||
"minecraft:overworld": {
|
||||
"chance": 0.1,
|
||||
"min_number_of_nights_between": 4,
|
||||
"valid_moon_phases": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
6,
|
||||
7
|
||||
]
|
||||
}
|
||||
},
|
||||
"drops": {
|
||||
"drop_enhancer": {
|
||||
"#enhancedcelestials:harvest_moon_crops": 2.0
|
||||
}
|
||||
},
|
||||
"mob_settings": {
|
||||
"blocks_sleeping": {
|
||||
"type": "corgilib:flipped",
|
||||
"condition_to_flip": {
|
||||
"type": "corgilib:any"
|
||||
}
|
||||
},
|
||||
"lunar_spawn_settings": {
|
||||
"force_surface_spawning": false,
|
||||
"mob_spawn_settings": {
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [],
|
||||
"axolotls": [],
|
||||
"creature": [],
|
||||
"misc": [],
|
||||
"monster": [],
|
||||
"underground_water_creature": [],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
}
|
||||
},
|
||||
"slimes_spawn_everywhere": false,
|
||||
"use_biome_spawn_settings": true
|
||||
},
|
||||
"mob_effects": [],
|
||||
"spawn_category_multiplier": {}
|
||||
},
|
||||
"text_components": {
|
||||
"end_notification": {
|
||||
"type": "CHAT",
|
||||
"component": {
|
||||
"key": "enhancedcelestials.notification.aurora_moon.set",
|
||||
"style": {
|
||||
"bold": true,
|
||||
"color": "c655ff"
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": {
|
||||
"key": "enhancedcelestials.name.aurora_moon",
|
||||
"style": {
|
||||
"bold": true,
|
||||
"color": "c655ff"
|
||||
}
|
||||
},
|
||||
"start_notification": {
|
||||
"type": "CHAT",
|
||||
"component": {
|
||||
"key": "enhancedcelestials.notification.aurora_moon.rise",
|
||||
"style": {
|
||||
"bold": true,
|
||||
"color": "c655ff"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,91 @@
|
||||
{
|
||||
"client_settings": {
|
||||
"color_settings": {
|
||||
"moon_texture_color": "990000",
|
||||
"sky_light_color": "990000"
|
||||
},
|
||||
"moon_size": 20.0,
|
||||
"moon_texture_location": "minecraft:textures/environment/moon_phases.png",
|
||||
"sound_track": {
|
||||
"sound_id": "enhancedcelestials:blood_moon"
|
||||
}
|
||||
},
|
||||
"dimension_chances": {
|
||||
"minecraft:overworld": {
|
||||
"chance": 0.1,
|
||||
"min_number_of_nights_between": 4,
|
||||
"valid_moon_phases": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
6,
|
||||
7
|
||||
]
|
||||
}
|
||||
},
|
||||
"drops": {
|
||||
"drop_enhancer": {}
|
||||
},
|
||||
"mob_settings": {
|
||||
"blocks_sleeping": {
|
||||
"type": "corgilib:flipped",
|
||||
"condition_to_flip": {
|
||||
"type": "corgilib:any"
|
||||
}
|
||||
},
|
||||
"lunar_spawn_settings": {
|
||||
"force_surface_spawning": true,
|
||||
"mob_spawn_settings": {
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [],
|
||||
"axolotls": [],
|
||||
"creature": [],
|
||||
"misc": [],
|
||||
"monster": [],
|
||||
"underground_water_creature": [],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
}
|
||||
},
|
||||
"slimes_spawn_everywhere": false,
|
||||
"use_biome_spawn_settings": true
|
||||
},
|
||||
"mob_effects": [],
|
||||
"spawn_category_multiplier": {
|
||||
"monster": 2.25
|
||||
}
|
||||
},
|
||||
"text_components": {
|
||||
"end_notification": {
|
||||
"type": "CHAT",
|
||||
"component": {
|
||||
"key": "enhancedcelestials.notification.blood_moon.set",
|
||||
"style": {
|
||||
"bold": true,
|
||||
"color": "ff5555"
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": {
|
||||
"key": "enhancedcelestials.name.blood_moon",
|
||||
"style": {
|
||||
"bold": true,
|
||||
"color": "ff5555"
|
||||
}
|
||||
},
|
||||
"start_notification": {
|
||||
"type": "CHAT",
|
||||
"component": {
|
||||
"key": "enhancedcelestials.notification.blood_moon.rise",
|
||||
"style": {
|
||||
"bold": true,
|
||||
"color": "ff5555"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,103 @@
|
||||
{
|
||||
"client_settings": {
|
||||
"color_settings": {
|
||||
"moon_texture_color": "9999",
|
||||
"sky_light_color": "9999"
|
||||
},
|
||||
"moon_size": 20.0,
|
||||
"moon_texture_location": "minecraft:textures/environment/moon_phases.png",
|
||||
"sound_track": {
|
||||
"sound_id": "enhancedcelestials:blue_moon"
|
||||
}
|
||||
},
|
||||
"dimension_chances": {
|
||||
"minecraft:overworld": {
|
||||
"chance": 0.1,
|
||||
"min_number_of_nights_between": 4,
|
||||
"valid_moon_phases": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
6,
|
||||
7
|
||||
]
|
||||
}
|
||||
},
|
||||
"drops": {
|
||||
"drop_enhancer": {}
|
||||
},
|
||||
"mob_settings": {
|
||||
"blocks_sleeping": {
|
||||
"type": "corgilib:flipped",
|
||||
"condition_to_flip": {
|
||||
"type": "corgilib:any"
|
||||
}
|
||||
},
|
||||
"lunar_spawn_settings": {
|
||||
"force_surface_spawning": false,
|
||||
"mob_spawn_settings": {
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [],
|
||||
"axolotls": [],
|
||||
"creature": [],
|
||||
"misc": [],
|
||||
"monster": [],
|
||||
"underground_water_creature": [],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
}
|
||||
},
|
||||
"slimes_spawn_everywhere": false,
|
||||
"use_biome_spawn_settings": true
|
||||
},
|
||||
"mob_effects": [
|
||||
{
|
||||
"filter": {
|
||||
"type": "corgilib:any"
|
||||
},
|
||||
"mob_effect": {
|
||||
"ambient": true,
|
||||
"amplifier": 0,
|
||||
"duration_in_ticks": 1210,
|
||||
"effect": "minecraft:luck",
|
||||
"show_icon": false,
|
||||
"visible": false
|
||||
}
|
||||
}
|
||||
],
|
||||
"spawn_category_multiplier": {}
|
||||
},
|
||||
"text_components": {
|
||||
"end_notification": {
|
||||
"type": "CHAT",
|
||||
"component": {
|
||||
"key": "enhancedcelestials.notification.blue_moon.set",
|
||||
"style": {
|
||||
"bold": true,
|
||||
"color": "55ffff"
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": {
|
||||
"key": "enhancedcelestials.name.blue_moon",
|
||||
"style": {
|
||||
"bold": true,
|
||||
"color": "55ffff"
|
||||
}
|
||||
},
|
||||
"start_notification": {
|
||||
"type": "CHAT",
|
||||
"component": {
|
||||
"key": "enhancedcelestials.notification.blue_moon.rise",
|
||||
"style": {
|
||||
"bold": true,
|
||||
"color": "55ffff"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,59 @@
|
||||
{
|
||||
"client_settings": {
|
||||
"color_settings": {
|
||||
"moon_texture_color": "ffffff",
|
||||
"sky_light_color": "3333ff"
|
||||
},
|
||||
"moon_size": 20.0,
|
||||
"moon_texture_location": "minecraft:textures/environment/moon_phases.png"
|
||||
},
|
||||
"dimension_chances": {},
|
||||
"drops": {
|
||||
"drop_enhancer": {}
|
||||
},
|
||||
"mob_settings": {
|
||||
"blocks_sleeping": {
|
||||
"type": "corgilib:flipped",
|
||||
"condition_to_flip": {
|
||||
"type": "corgilib:any"
|
||||
}
|
||||
},
|
||||
"lunar_spawn_settings": {
|
||||
"force_surface_spawning": false,
|
||||
"mob_spawn_settings": {
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [],
|
||||
"axolotls": [],
|
||||
"creature": [],
|
||||
"misc": [],
|
||||
"monster": [],
|
||||
"underground_water_creature": [],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
}
|
||||
},
|
||||
"slimes_spawn_everywhere": false,
|
||||
"use_biome_spawn_settings": true
|
||||
},
|
||||
"mob_effects": [],
|
||||
"spawn_category_multiplier": {}
|
||||
},
|
||||
"text_components": {
|
||||
"end_notification": {
|
||||
"type": "CHAT",
|
||||
"component": {
|
||||
"key": ""
|
||||
}
|
||||
},
|
||||
"name": {
|
||||
"key": "enhancedcelestials.name.moon"
|
||||
},
|
||||
"start_notification": {
|
||||
"type": "CHAT",
|
||||
"component": {
|
||||
"key": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,91 @@
|
||||
{
|
||||
"client_settings": {
|
||||
"color_settings": {
|
||||
"moon_texture_color": "665828",
|
||||
"sky_light_color": "99833b"
|
||||
},
|
||||
"moon_size": 20.0,
|
||||
"moon_texture_location": "minecraft:textures/environment/moon_phases.png",
|
||||
"sound_track": {
|
||||
"sound_id": "enhancedcelestials:harvest_moon"
|
||||
}
|
||||
},
|
||||
"dimension_chances": {
|
||||
"minecraft:overworld": {
|
||||
"chance": 0.1,
|
||||
"min_number_of_nights_between": 4,
|
||||
"valid_moon_phases": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
6,
|
||||
7
|
||||
]
|
||||
}
|
||||
},
|
||||
"drops": {
|
||||
"drop_enhancer": {
|
||||
"#enhancedcelestials:harvest_moon_crops": 2.0
|
||||
}
|
||||
},
|
||||
"mob_settings": {
|
||||
"blocks_sleeping": {
|
||||
"type": "corgilib:flipped",
|
||||
"condition_to_flip": {
|
||||
"type": "corgilib:any"
|
||||
}
|
||||
},
|
||||
"lunar_spawn_settings": {
|
||||
"force_surface_spawning": false,
|
||||
"mob_spawn_settings": {
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [],
|
||||
"axolotls": [],
|
||||
"creature": [],
|
||||
"misc": [],
|
||||
"monster": [],
|
||||
"underground_water_creature": [],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
}
|
||||
},
|
||||
"slimes_spawn_everywhere": false,
|
||||
"use_biome_spawn_settings": true
|
||||
},
|
||||
"mob_effects": [],
|
||||
"spawn_category_multiplier": {}
|
||||
},
|
||||
"text_components": {
|
||||
"end_notification": {
|
||||
"type": "CHAT",
|
||||
"component": {
|
||||
"key": "enhancedcelestials.notification.harvest_moon.set",
|
||||
"style": {
|
||||
"bold": true,
|
||||
"color": "ffff55"
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": {
|
||||
"key": "enhancedcelestials.name.harvest_moon",
|
||||
"style": {
|
||||
"bold": true,
|
||||
"color": "ffff55"
|
||||
}
|
||||
},
|
||||
"start_notification": {
|
||||
"type": "CHAT",
|
||||
"component": {
|
||||
"key": "enhancedcelestials.notification.harvest_moon.rise",
|
||||
"style": {
|
||||
"bold": true,
|
||||
"color": "ffff55"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,84 @@
|
||||
{
|
||||
"client_settings": {
|
||||
"color_settings": {
|
||||
"moon_texture_color": "790099",
|
||||
"sky_light_color": "790099"
|
||||
},
|
||||
"moon_size": 40.0,
|
||||
"moon_texture_location": "minecraft:textures/environment/moon_phases.png",
|
||||
"sound_track": {
|
||||
"sound_id": "enhancedcelestials:blue_moon"
|
||||
}
|
||||
},
|
||||
"dimension_chances": {
|
||||
"minecraft:overworld": {
|
||||
"chance": 0.05,
|
||||
"min_number_of_nights_between": 20,
|
||||
"valid_moon_phases": [
|
||||
0
|
||||
]
|
||||
}
|
||||
},
|
||||
"drops": {
|
||||
"drop_enhancer": {
|
||||
"#enhancedcelestials:harvest_moon_crops": 4.0
|
||||
}
|
||||
},
|
||||
"mob_settings": {
|
||||
"blocks_sleeping": {
|
||||
"type": "corgilib:flipped",
|
||||
"condition_to_flip": {
|
||||
"type": "corgilib:any"
|
||||
}
|
||||
},
|
||||
"lunar_spawn_settings": {
|
||||
"force_surface_spawning": false,
|
||||
"mob_spawn_settings": {
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [],
|
||||
"axolotls": [],
|
||||
"creature": [],
|
||||
"misc": [],
|
||||
"monster": [],
|
||||
"underground_water_creature": [],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
}
|
||||
},
|
||||
"slimes_spawn_everywhere": false,
|
||||
"use_biome_spawn_settings": true
|
||||
},
|
||||
"mob_effects": [],
|
||||
"spawn_category_multiplier": {}
|
||||
},
|
||||
"text_components": {
|
||||
"end_notification": {
|
||||
"type": "CHAT",
|
||||
"component": {
|
||||
"key": "enhancedcelestials.notification.super_aurora_moon.set",
|
||||
"style": {
|
||||
"bold": true,
|
||||
"color": "c655ff"
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": {
|
||||
"key": "enhancedcelestials.name.super_aurora_moon",
|
||||
"style": {
|
||||
"bold": true,
|
||||
"color": "c655ff"
|
||||
}
|
||||
},
|
||||
"start_notification": {
|
||||
"type": "CHAT",
|
||||
"component": {
|
||||
"key": "enhancedcelestials.notification.super_aurora_moon.rise",
|
||||
"style": {
|
||||
"bold": true,
|
||||
"color": "c655ff"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,84 @@
|
||||
{
|
||||
"client_settings": {
|
||||
"color_settings": {
|
||||
"moon_texture_color": "ff0000",
|
||||
"sky_light_color": "ff0000"
|
||||
},
|
||||
"moon_size": 40.0,
|
||||
"moon_texture_location": "minecraft:textures/environment/moon_phases.png",
|
||||
"sound_track": {
|
||||
"sound_id": "enhancedcelestials:blood_moon"
|
||||
}
|
||||
},
|
||||
"dimension_chances": {
|
||||
"minecraft:overworld": {
|
||||
"chance": 0.05,
|
||||
"min_number_of_nights_between": 20,
|
||||
"valid_moon_phases": [
|
||||
0
|
||||
]
|
||||
}
|
||||
},
|
||||
"drops": {
|
||||
"drop_enhancer": {}
|
||||
},
|
||||
"mob_settings": {
|
||||
"blocks_sleeping": {
|
||||
"type": "corgilib:flipped",
|
||||
"condition_to_flip": {
|
||||
"type": "corgilib:any"
|
||||
}
|
||||
},
|
||||
"lunar_spawn_settings": {
|
||||
"force_surface_spawning": true,
|
||||
"mob_spawn_settings": {
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [],
|
||||
"axolotls": [],
|
||||
"creature": [],
|
||||
"misc": [],
|
||||
"monster": [],
|
||||
"underground_water_creature": [],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
}
|
||||
},
|
||||
"slimes_spawn_everywhere": false,
|
||||
"use_biome_spawn_settings": true
|
||||
},
|
||||
"mob_effects": [],
|
||||
"spawn_category_multiplier": {
|
||||
"monster": 4.5
|
||||
}
|
||||
},
|
||||
"text_components": {
|
||||
"end_notification": {
|
||||
"type": "CHAT",
|
||||
"component": {
|
||||
"key": "enhancedcelestials.notification.blood_moon.set",
|
||||
"style": {
|
||||
"bold": true,
|
||||
"color": "ff5555"
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": {
|
||||
"key": "enhancedcelestials.name.super_blood_moon",
|
||||
"style": {
|
||||
"bold": true,
|
||||
"color": "ff5555"
|
||||
}
|
||||
},
|
||||
"start_notification": {
|
||||
"type": "CHAT",
|
||||
"component": {
|
||||
"key": "enhancedcelestials.notification.super_blood_moon.rise",
|
||||
"style": {
|
||||
"bold": true,
|
||||
"color": "ff5555"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,96 @@
|
||||
{
|
||||
"client_settings": {
|
||||
"color_settings": {
|
||||
"moon_texture_color": "ffff",
|
||||
"sky_light_color": "ffff"
|
||||
},
|
||||
"moon_size": 40.0,
|
||||
"moon_texture_location": "minecraft:textures/environment/moon_phases.png",
|
||||
"sound_track": {
|
||||
"sound_id": "enhancedcelestials:blue_moon"
|
||||
}
|
||||
},
|
||||
"dimension_chances": {
|
||||
"minecraft:overworld": {
|
||||
"chance": 0.05,
|
||||
"min_number_of_nights_between": 20,
|
||||
"valid_moon_phases": [
|
||||
0
|
||||
]
|
||||
}
|
||||
},
|
||||
"drops": {
|
||||
"drop_enhancer": {}
|
||||
},
|
||||
"mob_settings": {
|
||||
"blocks_sleeping": {
|
||||
"type": "corgilib:flipped",
|
||||
"condition_to_flip": {
|
||||
"type": "corgilib:any"
|
||||
}
|
||||
},
|
||||
"lunar_spawn_settings": {
|
||||
"force_surface_spawning": false,
|
||||
"mob_spawn_settings": {
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [],
|
||||
"axolotls": [],
|
||||
"creature": [],
|
||||
"misc": [],
|
||||
"monster": [],
|
||||
"underground_water_creature": [],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
}
|
||||
},
|
||||
"slimes_spawn_everywhere": false,
|
||||
"use_biome_spawn_settings": true
|
||||
},
|
||||
"mob_effects": [
|
||||
{
|
||||
"filter": {
|
||||
"type": "corgilib:any"
|
||||
},
|
||||
"mob_effect": {
|
||||
"ambient": true,
|
||||
"amplifier": 4,
|
||||
"duration_in_ticks": 1210,
|
||||
"effect": "minecraft:luck",
|
||||
"show_icon": false,
|
||||
"visible": false
|
||||
}
|
||||
}
|
||||
],
|
||||
"spawn_category_multiplier": {}
|
||||
},
|
||||
"text_components": {
|
||||
"end_notification": {
|
||||
"type": "CHAT",
|
||||
"component": {
|
||||
"key": "enhancedcelestials.notification.super_blue_moon.set",
|
||||
"style": {
|
||||
"bold": true,
|
||||
"color": "55ffff"
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": {
|
||||
"key": "enhancedcelestials.name.super_blue_moon",
|
||||
"style": {
|
||||
"bold": true,
|
||||
"color": "55ffff"
|
||||
}
|
||||
},
|
||||
"start_notification": {
|
||||
"type": "CHAT",
|
||||
"component": {
|
||||
"key": "enhancedcelestials.notification.super_blue_moon.rise",
|
||||
"style": {
|
||||
"bold": true,
|
||||
"color": "55ffff"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,84 @@
|
||||
{
|
||||
"client_settings": {
|
||||
"color_settings": {
|
||||
"moon_texture_color": "ffdb63",
|
||||
"sky_light_color": "ffdb63"
|
||||
},
|
||||
"moon_size": 40.0,
|
||||
"moon_texture_location": "minecraft:textures/environment/moon_phases.png",
|
||||
"sound_track": {
|
||||
"sound_id": "enhancedcelestials:harvest_moon"
|
||||
}
|
||||
},
|
||||
"dimension_chances": {
|
||||
"minecraft:overworld": {
|
||||
"chance": 0.05,
|
||||
"min_number_of_nights_between": 20,
|
||||
"valid_moon_phases": [
|
||||
0
|
||||
]
|
||||
}
|
||||
},
|
||||
"drops": {
|
||||
"drop_enhancer": {
|
||||
"#enhancedcelestials:harvest_moon_crops": 4.0
|
||||
}
|
||||
},
|
||||
"mob_settings": {
|
||||
"blocks_sleeping": {
|
||||
"type": "corgilib:flipped",
|
||||
"condition_to_flip": {
|
||||
"type": "corgilib:any"
|
||||
}
|
||||
},
|
||||
"lunar_spawn_settings": {
|
||||
"force_surface_spawning": false,
|
||||
"mob_spawn_settings": {
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [],
|
||||
"axolotls": [],
|
||||
"creature": [],
|
||||
"misc": [],
|
||||
"monster": [],
|
||||
"underground_water_creature": [],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
}
|
||||
},
|
||||
"slimes_spawn_everywhere": false,
|
||||
"use_biome_spawn_settings": true
|
||||
},
|
||||
"mob_effects": [],
|
||||
"spawn_category_multiplier": {}
|
||||
},
|
||||
"text_components": {
|
||||
"end_notification": {
|
||||
"type": "CHAT",
|
||||
"component": {
|
||||
"key": "enhancedcelestials.notification.super_harvest_moon.set",
|
||||
"style": {
|
||||
"bold": true,
|
||||
"color": "ffff55"
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": {
|
||||
"key": "enhancedcelestials.name.super_harvest_moon",
|
||||
"style": {
|
||||
"bold": true,
|
||||
"color": "ffff55"
|
||||
}
|
||||
},
|
||||
"start_notification": {
|
||||
"type": "CHAT",
|
||||
"component": {
|
||||
"key": "enhancedcelestials.notification.super_harvest_moon.rise",
|
||||
"style": {
|
||||
"bold": true,
|
||||
"color": "ffff55"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,80 @@
|
||||
{
|
||||
"client_settings": {
|
||||
"color_settings": {
|
||||
"moon_texture_color": "ffffff",
|
||||
"sky_light_color": "6766ff"
|
||||
},
|
||||
"moon_size": 40.0,
|
||||
"moon_texture_location": "minecraft:textures/environment/moon_phases.png"
|
||||
},
|
||||
"dimension_chances": {
|
||||
"minecraft:overworld": {
|
||||
"chance": 0.05,
|
||||
"min_number_of_nights_between": 20,
|
||||
"valid_moon_phases": [
|
||||
0
|
||||
]
|
||||
}
|
||||
},
|
||||
"drops": {
|
||||
"drop_enhancer": {}
|
||||
},
|
||||
"mob_settings": {
|
||||
"blocks_sleeping": {
|
||||
"type": "corgilib:flipped",
|
||||
"condition_to_flip": {
|
||||
"type": "corgilib:any"
|
||||
}
|
||||
},
|
||||
"lunar_spawn_settings": {
|
||||
"force_surface_spawning": false,
|
||||
"mob_spawn_settings": {
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [],
|
||||
"axolotls": [],
|
||||
"creature": [],
|
||||
"misc": [],
|
||||
"monster": [],
|
||||
"underground_water_creature": [],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
}
|
||||
},
|
||||
"slimes_spawn_everywhere": true,
|
||||
"use_biome_spawn_settings": true
|
||||
},
|
||||
"mob_effects": [],
|
||||
"spawn_category_multiplier": {}
|
||||
},
|
||||
"text_components": {
|
||||
"end_notification": {
|
||||
"type": "CHAT",
|
||||
"component": {
|
||||
"key": "enhancedcelestials.notification.super_moon.set",
|
||||
"style": {
|
||||
"bold": true,
|
||||
"color": "ffffff"
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": {
|
||||
"key": "enhancedcelestials.name.super_moon",
|
||||
"style": {
|
||||
"bold": true,
|
||||
"color": "ffffff"
|
||||
}
|
||||
},
|
||||
"start_notification": {
|
||||
"type": "CHAT",
|
||||
"component": {
|
||||
"bold": true,
|
||||
"key": "enhancedcelestials.notification.super_moon.rise",
|
||||
"style": {
|
||||
"bold": true,
|
||||
"color": "ffffff"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"values": [
|
||||
"enhancedcelestials:aurora_moon",
|
||||
"enhancedcelestials:super_aurora_moon"
|
||||
]
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"values": [
|
||||
"enhancedcelestials:blood_moon",
|
||||
"enhancedcelestials:super_blood_moon"
|
||||
]
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"values": [
|
||||
"enhancedcelestials:blue_moon",
|
||||
"enhancedcelestials:super_blue_moon"
|
||||
]
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"values": [
|
||||
"enhancedcelestials:harvest_moon",
|
||||
"enhancedcelestials:super_harvest_moon"
|
||||
]
|
||||
}
|
@ -0,0 +1,9 @@
|
||||
{
|
||||
"values": [
|
||||
"enhancedcelestials:blood_moon",
|
||||
"enhancedcelestials:blue_moon",
|
||||
"enhancedcelestials:harvest_moon",
|
||||
"enhancedcelestials:aurora_moon",
|
||||
"enhancedcelestials:default"
|
||||
]
|
||||
}
|
@ -0,0 +1,9 @@
|
||||
{
|
||||
"values": [
|
||||
"enhancedcelestials:super_blood_moon",
|
||||
"enhancedcelestials:super_blue_moon",
|
||||
"enhancedcelestials:super_harvest_moon",
|
||||
"enhancedcelestials:super_aurora_moon",
|
||||
"enhancedcelestials:super_moon"
|
||||
]
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"values": [
|
||||
{
|
||||
"id": "#c:crop",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"id": "#forge:crop",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"id": "#minecraft:crop",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"id": "#c:crops",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"id": "#forge:crops",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"id": "#minecraft:crops",
|
||||
"required": false
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user