Added mod files
This commit is contained in:
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"type": "minecraft:archaeology",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "create:shaft"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "create:cogwheel"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "create:sail_frame"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "thermal:silver_coin",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 2,
|
||||
"max": 12
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:brick"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:wheat"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "create:andesite_alloy"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "kubejs:cozy_pottery_sherd"
|
||||
}
|
||||
],
|
||||
"rolls": 1
|
||||
}
|
||||
],
|
||||
"random_sequence": "cabin:archaeology/windmill"
|
||||
}
|
||||
@@ -0,0 +1,86 @@
|
||||
{
|
||||
"type": "minecraft:chest",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 3,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:cooked_cod",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 3
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:cooked_salmon",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 3
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:cooked_mutton",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 3
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:cooked_chicken",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 3
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:cooked_rabbit",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 3
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"random_sequence": "cabin:chests/reliquary_overworld_drop"
|
||||
}
|
||||
@@ -0,0 +1,257 @@
|
||||
{
|
||||
"type": "minecraft:chest",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"bonus_rolls": 0,
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:random_chance",
|
||||
"chance": 0.25
|
||||
}
|
||||
],
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "tconstruct:add_tool_data",
|
||||
"materials": [
|
||||
{
|
||||
"type": "tconstruct:random"
|
||||
},
|
||||
{
|
||||
"type": "tconstruct:random"
|
||||
},
|
||||
{
|
||||
"type": "tconstruct:random"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"name": "tconstruct:war_pick"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": 3,
|
||||
"bonus_rolls": 0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:rotten_flesh",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 2,
|
||||
"max": 4
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:bone",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 2,
|
||||
"max": 4
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:gunpowder",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 2,
|
||||
"max": 4
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 0,
|
||||
"max": 1
|
||||
},
|
||||
"bonus_rolls": 0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:loot_table",
|
||||
"name": "cabin:chests/reliquary_overworld_drop",
|
||||
"weight": 20,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 2
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 0,
|
||||
"max": 2
|
||||
},
|
||||
"bonus_rolls": 0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:loot_table",
|
||||
"name": "cabin:chests/railshaft/potion"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": 1,
|
||||
"bonus_rolls": 0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:emerald",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 4,
|
||||
"max": 8
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "thermal:silver_coin",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 8,
|
||||
"max": 24
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:diamond",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 2
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 4
|
||||
},
|
||||
"bonus_rolls": 0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:copper_ingot",
|
||||
"weight": 20,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 6
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "create:zinc_ingot",
|
||||
"weight": 20,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 6
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:iron_ingot",
|
||||
"weight": 20,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 6
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:gold_ingot",
|
||||
"weight": 10,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 4
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"random_sequence": "cabin:chests/railshaft/bad_end"
|
||||
}
|
||||
@@ -0,0 +1,272 @@
|
||||
{
|
||||
"type": "minecraft:chest",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"bonus_rolls": 0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:tuff",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 2,
|
||||
"max": 6
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": 1,
|
||||
"bonus_rolls": 0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "create:tuff_pillar",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 2,
|
||||
"max": 6
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 2,
|
||||
"max": 3
|
||||
},
|
||||
"bonus_rolls": 0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "create:crushed_raw_copper",
|
||||
"weight": 10,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 6
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "create:crushed_raw_zinc",
|
||||
"weight": 10,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 6
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "create:crushed_raw_iron",
|
||||
"weight": 15,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 6
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "create:crushed_raw_gold",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 6
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "create:crushed_raw_lead",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 6
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "create:crushed_raw_nickel",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 6
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": 4,
|
||||
"bonus_rolls": 0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:lantern",
|
||||
"weight": 15,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 6
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:coal",
|
||||
"weight": 10,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 2,
|
||||
"max": 10
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:lapis_lazuli",
|
||||
"weight": 10,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 2,
|
||||
"max": 10
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "thermal:apatite",
|
||||
"weight": 10,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 2,
|
||||
"max": 10
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "thermal:niter",
|
||||
"weight": 10,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 2,
|
||||
"max": 10
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "thermal:sulfur",
|
||||
"weight": 10,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 6
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "thermal:cinnabar",
|
||||
"weight": 10,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 4
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"random_sequence": "cabin:chests/railshaft/bad_end_barrel"
|
||||
}
|
||||
@@ -0,0 +1,185 @@
|
||||
{
|
||||
"type": "minecraft:chest",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:random_chance",
|
||||
"chance": 0.25
|
||||
}
|
||||
],
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "quark:ancient_tome",
|
||||
"functions": [
|
||||
{
|
||||
"function": "quark:tome_enchant",
|
||||
"levels": 10
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 0,
|
||||
"max": 2
|
||||
},
|
||||
"bonus_rolls": 0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:loot_table",
|
||||
"name": "cabin:chests/reliquary_overworld_drop",
|
||||
"weight": 20,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 3
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 3
|
||||
},
|
||||
"bonus_rolls": 0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:emerald",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 4,
|
||||
"max": 8
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "thermal:silver_coin",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 8,
|
||||
"max": 24
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:diamond",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 2
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 3,
|
||||
"max": 6
|
||||
},
|
||||
"bonus_rolls": 0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:copper_ingot",
|
||||
"weight": 20,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 6
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "create:zinc_ingot",
|
||||
"weight": 20,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 6
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:iron_ingot",
|
||||
"weight": 20,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 6
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:gold_ingot",
|
||||
"weight": 10,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 4
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"random_sequence": "cabin:chests/railshaft/good_end"
|
||||
}
|
||||
@@ -0,0 +1,256 @@
|
||||
{
|
||||
"type": "minecraft:chest",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"bonus_rolls": 0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:loot_table",
|
||||
"name": "cabin:chests/reliquary_overworld_drop",
|
||||
"weight": 20,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 3
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:name_tag",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:book",
|
||||
"weight": 10,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:enchant_randomly"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:iron_pickaxe",
|
||||
"weight": 20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 2,
|
||||
"max": 4
|
||||
},
|
||||
"bonus_rolls": 0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:iron_ingot",
|
||||
"weight": 10,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 5
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:gold_ingot",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 3
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:redstone",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 4,
|
||||
"max": 9
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:lapis_lazuli",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 4,
|
||||
"max": 9
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "thermal:silver_coin",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 4,
|
||||
"max": 12
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:coal",
|
||||
"weight": 10,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 3,
|
||||
"max": 8
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:bread",
|
||||
"weight": 15,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 3
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": 3,
|
||||
"bonus_rolls": 0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "moreminecarts:wooden_rail",
|
||||
"weight": 20,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 8,
|
||||
"max": 16
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "create:controller_rail",
|
||||
"weight": 10,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 4
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:detector_rail",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 4
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:activator_rail",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 4
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:lantern",
|
||||
"weight": 15,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 4
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"random_sequence": "cabin:chests/railshaft/house"
|
||||
}
|
||||
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"type": "minecraft:chest",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:potion",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_potion",
|
||||
"id": "minecraft:night_vision"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:potion",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_potion",
|
||||
"id": "minecraft:swiftness"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:potion",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_potion",
|
||||
"id": "minecraft:strength"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:potion",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_potion",
|
||||
"id": "kubejs:haste"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"random_sequence": "cabin:chests/railshaft/potion"
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"type": "minecraft:chest",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "reliquary:zombie_heart"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "reliquary:rib_bone"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "reliquary:catalyzing_gland"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "reliquary:chelicerae"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "reliquary:slime_pearl"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "reliquary:nebulous_heart"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"random_sequence": "cabin:chests/reliquary_overworld_drop"
|
||||
}
|
||||
Binary file not shown.
BIN
overrides/kubejs/data/cabin/structures/blacksmith_shop.nbt
Normal file
BIN
overrides/kubejs/data/cabin/structures/blacksmith_shop.nbt
Normal file
Binary file not shown.
BIN
overrides/kubejs/data/cabin/structures/broken_windmill.nbt
Normal file
BIN
overrides/kubejs/data/cabin/structures/broken_windmill.nbt
Normal file
Binary file not shown.
BIN
overrides/kubejs/data/cabin/structures/campsite.nbt
Normal file
BIN
overrides/kubejs/data/cabin/structures/campsite.nbt
Normal file
Binary file not shown.
BIN
overrides/kubejs/data/cabin/structures/log_cabin.nbt
Normal file
BIN
overrides/kubejs/data/cabin/structures/log_cabin.nbt
Normal file
Binary file not shown.
BIN
overrides/kubejs/data/cabin/structures/mountain_cabin.nbt
Normal file
BIN
overrides/kubejs/data/cabin/structures/mountain_cabin.nbt
Normal file
Binary file not shown.
BIN
overrides/kubejs/data/cabin/structures/railshaft/bad_ending.nbt
Normal file
BIN
overrides/kubejs/data/cabin/structures/railshaft/bad_ending.nbt
Normal file
Binary file not shown.
BIN
overrides/kubejs/data/cabin/structures/railshaft/good_ending.nbt
Normal file
BIN
overrides/kubejs/data/cabin/structures/railshaft/good_ending.nbt
Normal file
Binary file not shown.
BIN
overrides/kubejs/data/cabin/structures/railshaft/house.nbt
Normal file
BIN
overrides/kubejs/data/cabin/structures/railshaft/house.nbt
Normal file
Binary file not shown.
BIN
overrides/kubejs/data/cabin/structures/railshaft/slope_both.nbt
Normal file
BIN
overrides/kubejs/data/cabin/structures/railshaft/slope_both.nbt
Normal file
Binary file not shown.
BIN
overrides/kubejs/data/cabin/structures/railshaft/slope_left.nbt
Normal file
BIN
overrides/kubejs/data/cabin/structures/railshaft/slope_left.nbt
Normal file
Binary file not shown.
BIN
overrides/kubejs/data/cabin/structures/railshaft/slope_right.nbt
Normal file
BIN
overrides/kubejs/data/cabin/structures/railshaft/slope_right.nbt
Normal file
Binary file not shown.
Binary file not shown.
BIN
overrides/kubejs/data/cabin/structures/railshaft/watery.nbt
Normal file
BIN
overrides/kubejs/data/cabin/structures/railshaft/watery.nbt
Normal file
Binary file not shown.
BIN
overrides/kubejs/data/cabin/structures/railshaft/weak_slope.nbt
Normal file
BIN
overrides/kubejs/data/cabin/structures/railshaft/weak_slope.nbt
Normal file
Binary file not shown.
BIN
overrides/kubejs/data/cabin/structures/ruins/dripstone/arch.nbt
Normal file
BIN
overrides/kubejs/data/cabin/structures/ruins/dripstone/arch.nbt
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
overrides/kubejs/data/cabin/structures/ruins/dripstone/end.nbt
Normal file
BIN
overrides/kubejs/data/cabin/structures/ruins/dripstone/end.nbt
Normal file
Binary file not shown.
Binary file not shown.
BIN
overrides/kubejs/data/cabin/structures/ruins/dripstone/house.nbt
Normal file
BIN
overrides/kubejs/data/cabin/structures/ruins/dripstone/house.nbt
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
overrides/kubejs/data/cabin/structures/ruins/dripstone/tower.nbt
Normal file
BIN
overrides/kubejs/data/cabin/structures/ruins/dripstone/tower.nbt
Normal file
Binary file not shown.
BIN
overrides/kubejs/data/cabin/structures/ruins/dripstone/turn.nbt
Normal file
BIN
overrides/kubejs/data/cabin/structures/ruins/dripstone/turn.nbt
Normal file
Binary file not shown.
BIN
overrides/kubejs/data/cabin/structures/slime/earth.nbt
Normal file
BIN
overrides/kubejs/data/cabin/structures/slime/earth.nbt
Normal file
Binary file not shown.
BIN
overrides/kubejs/data/cabin/structures/slime/earth_small.nbt
Normal file
BIN
overrides/kubejs/data/cabin/structures/slime/earth_small.nbt
Normal file
Binary file not shown.
BIN
overrides/kubejs/data/cabin/structures/slime/ender.nbt
Normal file
BIN
overrides/kubejs/data/cabin/structures/slime/ender.nbt
Normal file
Binary file not shown.
BIN
overrides/kubejs/data/cabin/structures/slime/ender_small.nbt
Normal file
BIN
overrides/kubejs/data/cabin/structures/slime/ender_small.nbt
Normal file
Binary file not shown.
BIN
overrides/kubejs/data/cabin/structures/slime/sky.nbt
Normal file
BIN
overrides/kubejs/data/cabin/structures/slime/sky.nbt
Normal file
Binary file not shown.
BIN
overrides/kubejs/data/cabin/structures/slime/sky_1.nbt
Normal file
BIN
overrides/kubejs/data/cabin/structures/slime/sky_1.nbt
Normal file
Binary file not shown.
BIN
overrides/kubejs/data/cabin/structures/slime/sky_2.nbt
Normal file
BIN
overrides/kubejs/data/cabin/structures/slime/sky_2.nbt
Normal file
Binary file not shown.
BIN
overrides/kubejs/data/cabin/structures/slime/sky_small.nbt
Normal file
BIN
overrides/kubejs/data/cabin/structures/slime/sky_small.nbt
Normal file
Binary file not shown.
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"values": [
|
||||
"#forge:is_spooky"
|
||||
],
|
||||
"remove": [
|
||||
"#forge:is_underground",
|
||||
"#minecraft:is_ocean",
|
||||
"#minecraft:is_river"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"values": [
|
||||
"#minecraft:is_forest",
|
||||
"#minecraft:is_hill",
|
||||
"#minecraft:is_jungle",
|
||||
"#forge:is_plains",
|
||||
"#forge:is_lush",
|
||||
"#forge:is_cold/overworld",
|
||||
"#minecraft:is_savanna",
|
||||
"#minecraft:is_mountain"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"values": [
|
||||
"#minecraft:is_forest",
|
||||
"#minecraft:is_taiga",
|
||||
"#minecraft:is_hill",
|
||||
"#minecraft:is_jungle",
|
||||
"#forge:is_plains",
|
||||
"#forge:is_swamp",
|
||||
"#forge:is_lush",
|
||||
"#minecraft:is_savanna",
|
||||
"#minecraft:is_mountain"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"values": [
|
||||
"#minecraft:is_forest",
|
||||
"#minecraft:is_taiga",
|
||||
"#minecraft:is_hill",
|
||||
"#minecraft:is_jungle",
|
||||
"#forge:is_plains",
|
||||
"#forge:is_swamp",
|
||||
"#forge:is_lush",
|
||||
"#forge:is_cold/overworld",
|
||||
"#minecraft:is_savanna",
|
||||
"#minecraft:is_mountain"
|
||||
],
|
||||
"remove": [
|
||||
"#minecraft:is_ocean",
|
||||
"#minecraft:is_river"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"values": [
|
||||
"#minecraft:is_forest",
|
||||
"#minecraft:is_taiga",
|
||||
"#minecraft:is_hill",
|
||||
"#minecraft:is_jungle",
|
||||
"#forge:is_plains",
|
||||
"#forge:is_swamp",
|
||||
"#forge:is_lush",
|
||||
"#forge:is_cold/overworld",
|
||||
"#minecraft:is_savanna",
|
||||
"#minecraft:is_mountain"
|
||||
],
|
||||
"remove": [
|
||||
"#minecraft:is_ocean",
|
||||
"#minecraft:is_river"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"values": [
|
||||
"minecraft:snowy_slopes",
|
||||
"minecraft:frozen_peaks",
|
||||
"minecraft:jagged_peaks",
|
||||
"biomesoplenty:jade_cliffs"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"values": [
|
||||
"#minecraft:is_forest",
|
||||
"#minecraft:is_taiga",
|
||||
"#minecraft:is_jungle",
|
||||
"#forge:is_plains",
|
||||
"#forge:is_lush",
|
||||
"#minecraft:is_savanna"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"values": [
|
||||
"#minecraft:is_forest",
|
||||
"#minecraft:is_taiga",
|
||||
"#minecraft:is_hill",
|
||||
"#minecraft:is_jungle",
|
||||
"#forge:is_plains",
|
||||
"#forge:is_swamp",
|
||||
"#forge:is_lush",
|
||||
|
||||
"minecraft:savanna",
|
||||
"minecraft:meadow",
|
||||
"minecraft:cherry_grove"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"values": [
|
||||
"#forge:is_plains",
|
||||
"#forge:is_swamp",
|
||||
"#minecraft:is_savanna"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"values": [
|
||||
"#minecraft:is_forest",
|
||||
"#minecraft:is_jungle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"values": [
|
||||
"#minecraft:is_taiga",
|
||||
"#minecraft:is_hill",
|
||||
"#minecraft:is_mountain"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"values": [
|
||||
"minecraft:strongholds",
|
||||
|
||||
{
|
||||
"id": "integrated_stronghold:stronghold",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"id": "betterstrongholds:stronghold",
|
||||
"required": false
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"values": [
|
||||
"#cabin:overworld_surface_avoid",
|
||||
"cabin:ruins",
|
||||
"cabin:railshaft",
|
||||
"cabin:slime"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"values": [
|
||||
"#cabin:overworld_surface_avoid",
|
||||
"cabin:ruins",
|
||||
"cabin:railshaft",
|
||||
"cabin:slime",
|
||||
"cabin:windmills",
|
||||
"cabin:mega_structures"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"values": [
|
||||
"minecraft:desert_pyramids",
|
||||
"minecraft:jungle_temples",
|
||||
"minecraft:pillager_outposts",
|
||||
"minecraft:villages",
|
||||
"minecraft:swamp_huts",
|
||||
"minecraft:woodland_mansions",
|
||||
|
||||
{
|
||||
"id": "repurposed_structures:fortresses_overworld",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"id": "repurposed_structures:mansions_overworld",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"id": "repurposed_structures:mansions_mangrove",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"id": "repurposed_structures:villages_overworld",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"id": "repurposed_structures:outposts_overworld",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"id": "repurposed_structures:cities_overworld",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"id": "repurposed_structures:pyramids_overworld",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"id": "repurposed_structures:witch_huts_overworld",
|
||||
"required": false
|
||||
},
|
||||
|
||||
{
|
||||
"id": "dungeoncrawl:dungeons",
|
||||
"required": false
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"values": [
|
||||
"#cabin:overworld_surface_avoid",
|
||||
"cabin:ruins"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"values": [
|
||||
"#cabin:overworld_surface_avoid"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"values": [
|
||||
"#cabin:overworld_surface_avoid",
|
||||
"cabin:ruins",
|
||||
"cabin:railshaft"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"values": [
|
||||
"minecraft:strongholds",
|
||||
|
||||
{
|
||||
"id": "integrated_stronghold:stronghold",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"id": "betterstrongholds:stronghold",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"id": "dungeoncrawl:dungeons",
|
||||
"required": false
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"values": [
|
||||
"#cabin:overworld_surface_avoid",
|
||||
"cabin:ruins",
|
||||
"cabin:railshaft",
|
||||
"cabin:slime",
|
||||
"cabin:mega_structures"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"processors": [
|
||||
{
|
||||
"processor_type": "integrated_api:waterlogging_fix_processor"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"processors": [
|
||||
{
|
||||
"processor_type": "minecraft:capped",
|
||||
"limit": 8,
|
||||
"delegate": {
|
||||
"processor_type": "minecraft:rule",
|
||||
"rules": [
|
||||
{
|
||||
"block_entity_modifier": {
|
||||
"type": "minecraft:append_loot",
|
||||
"loot_table": "cabin:archaeology/windmill"
|
||||
},
|
||||
"input_predicate": {
|
||||
"predicate_type": "minecraft:tag_match",
|
||||
"tag": "minecraft:trail_ruins_replaceable"
|
||||
},
|
||||
"location_predicate": {
|
||||
"predicate_type": "minecraft:always_true"
|
||||
},
|
||||
"output_state": {
|
||||
"Name": "minecraft:suspicious_gravel",
|
||||
"Properties": {
|
||||
"dusted": "0"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"processor_type": "minecraft:capped",
|
||||
"limit": 6,
|
||||
"delegate": {
|
||||
"processor_type": "minecraft:rule",
|
||||
"rules": [
|
||||
{
|
||||
"input_predicate": {
|
||||
"predicate_type": "minecraft:block_match",
|
||||
"block": "minecraft:andesite"
|
||||
},
|
||||
"location_predicate": {
|
||||
"predicate_type": "minecraft:always_true"
|
||||
},
|
||||
"output_state": {
|
||||
"Name": "minecraft:gravel"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"processor_type": "integrated_api:waterlogging_fix_processor"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:jigsaw",
|
||||
"biomes": "#cabin:has_structure/abandoned_engineer_house",
|
||||
"max_distance_from_center": 80,
|
||||
"project_start_to_heightmap": "WORLD_SURFACE_WG",
|
||||
"size": 1,
|
||||
"spawn_overrides": {},
|
||||
"start_height": {
|
||||
"absolute": 0
|
||||
},
|
||||
"start_pool": "cabin:abandoned_engineer_house",
|
||||
"step": "surface_structures",
|
||||
"terrain_adaptation": "beard_thin",
|
||||
"use_expansion_hack": true
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:jigsaw",
|
||||
"biomes": "#cabin:has_structure/blacksmith_shop",
|
||||
"max_distance_from_center": 80,
|
||||
"project_start_to_heightmap": "WORLD_SURFACE_WG",
|
||||
"size": 1,
|
||||
"spawn_overrides": {},
|
||||
"start_height": {
|
||||
"absolute": 0
|
||||
},
|
||||
"start_pool": "cabin:blacksmith_shop",
|
||||
"step": "surface_structures",
|
||||
"terrain_adaptation": "beard_thin",
|
||||
"use_expansion_hack": true
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:jigsaw",
|
||||
"biomes": "#cabin:has_structure/broken_windmill",
|
||||
"max_distance_from_center": 80,
|
||||
"project_start_to_heightmap": "WORLD_SURFACE_WG",
|
||||
"size": 1,
|
||||
"spawn_overrides": {},
|
||||
"start_height": {
|
||||
"absolute": -7
|
||||
},
|
||||
"start_pool": "cabin:broken_windmill",
|
||||
"step": "surface_structures",
|
||||
"terrain_adaptation": "none",
|
||||
"use_expansion_hack": true
|
||||
}
|
||||
15
overrides/kubejs/data/cabin/worldgen/structure/campsite.json
Normal file
15
overrides/kubejs/data/cabin/worldgen/structure/campsite.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:jigsaw",
|
||||
"biomes": "#cabin:has_structure/campsite",
|
||||
"max_distance_from_center": 80,
|
||||
"project_start_to_heightmap": "WORLD_SURFACE_WG",
|
||||
"size": 1,
|
||||
"spawn_overrides": {},
|
||||
"start_height": {
|
||||
"absolute": 0
|
||||
},
|
||||
"start_pool": "cabin:campsite",
|
||||
"step": "surface_structures",
|
||||
"terrain_adaptation": "beard_thin",
|
||||
"use_expansion_hack": true
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:jigsaw",
|
||||
"biomes": "#cabin:has_structure/log_cabin",
|
||||
"max_distance_from_center": 80,
|
||||
"project_start_to_heightmap": "WORLD_SURFACE_WG",
|
||||
"size": 1,
|
||||
"spawn_overrides": {},
|
||||
"start_height": {
|
||||
"absolute": 0
|
||||
},
|
||||
"start_pool": "cabin:log_cabin",
|
||||
"step": "surface_structures",
|
||||
"terrain_adaptation": "beard_thin",
|
||||
"use_expansion_hack": true
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:jigsaw",
|
||||
"biomes": "#cabin:has_structure/mountain_cabin",
|
||||
"max_distance_from_center": 80,
|
||||
"project_start_to_heightmap": "WORLD_SURFACE_WG",
|
||||
"size": 1,
|
||||
"spawn_overrides": {},
|
||||
"start_height": {
|
||||
"absolute": 0
|
||||
},
|
||||
"start_pool": "cabin:mountain_cabin",
|
||||
"step": "surface_structures",
|
||||
"terrain_adaptation": "beard_thin",
|
||||
"use_expansion_hack": true
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "lithostitched:jigsaw",
|
||||
"biomes": "#cabin:has_structure/railshaft",
|
||||
"max_distance_from_center": 128,
|
||||
"project_start_to_heightmap": "WORLD_SURFACE_WG",
|
||||
"size": 12,
|
||||
"spawn_overrides": {},
|
||||
"start_height": {
|
||||
"absolute": -8
|
||||
},
|
||||
"start_pool": "cabin:railshaft/house",
|
||||
"step": "surface_structures",
|
||||
"terrain_adaptation": "none",
|
||||
"use_expansion_hack": true
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:jigsaw",
|
||||
"biomes": "#cabin:has_structure/ruins/dripstone",
|
||||
"max_distance_from_center": 80,
|
||||
"project_start_to_heightmap": "WORLD_SURFACE_WG",
|
||||
"size": 7,
|
||||
"spawn_overrides": {},
|
||||
"start_height": {
|
||||
"absolute": 0
|
||||
},
|
||||
"start_pool": "cabin:ruins/dripstone_start",
|
||||
"step": "surface_structures",
|
||||
"terrain_adaptation": "beard_thin",
|
||||
"use_expansion_hack": true
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "minecraft:jigsaw",
|
||||
"biomes": "#cabin:has_structure/slime/earth",
|
||||
"max_distance_from_center": 80,
|
||||
"project_start_to_heightmap": "WORLD_SURFACE_WG",
|
||||
"size": 1,
|
||||
"spawn_overrides": {
|
||||
"monster": {
|
||||
"bounding_box": "full",
|
||||
"spawns": [
|
||||
{
|
||||
"type": "minecraft:slime",
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"start_height": {
|
||||
"absolute": 0
|
||||
},
|
||||
"start_pool": "cabin:slime/earth",
|
||||
"step": "surface_structures",
|
||||
"terrain_adaptation": "beard_thin",
|
||||
"use_expansion_hack": true
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "minecraft:jigsaw",
|
||||
"biomes": "#cabin:has_structure/slime/ender",
|
||||
"max_distance_from_center": 80,
|
||||
"project_start_to_heightmap": "WORLD_SURFACE_WG",
|
||||
"size": 1,
|
||||
"spawn_overrides": {
|
||||
"monster": {
|
||||
"bounding_box": "full",
|
||||
"spawns": [
|
||||
{
|
||||
"type": "tconstruct:ender_slime",
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"start_height": {
|
||||
"absolute": 0
|
||||
},
|
||||
"start_pool": "cabin:slime/ender",
|
||||
"step": "surface_structures",
|
||||
"terrain_adaptation": "beard_thin",
|
||||
"use_expansion_hack": true
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "minecraft:jigsaw",
|
||||
"biomes": "#cabin:has_structure/slime/sky",
|
||||
"max_distance_from_center": 80,
|
||||
"project_start_to_heightmap": "WORLD_SURFACE_WG",
|
||||
"size": 2,
|
||||
"spawn_overrides": {
|
||||
"monster": {
|
||||
"bounding_box": "full",
|
||||
"spawns": [
|
||||
{
|
||||
"type": "tconstruct:sky_slime",
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"start_height": {
|
||||
"absolute": 0
|
||||
},
|
||||
"start_pool": "cabin:slime/sky",
|
||||
"step": "surface_structures",
|
||||
"terrain_adaptation": "beard_thin",
|
||||
"use_expansion_hack": true
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"placement": {
|
||||
"type": "integrated_api:advanced_random_spread",
|
||||
"super_exclusion_zone": {
|
||||
"chunk_count": 8,
|
||||
"other_set": "#cabin:mega_structure_avoid"
|
||||
},
|
||||
"salt": 1691172088,
|
||||
"separation": 8,
|
||||
"spacing": 32,
|
||||
"spread_type": "triangular"
|
||||
},
|
||||
"structures": [
|
||||
{
|
||||
"structure": "cabin:abandoned_engineer_house",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"structure": "cabin:blacksmith_shop",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"placement": {
|
||||
"type": "integrated_api:advanced_random_spread",
|
||||
"super_exclusion_zone": {
|
||||
"chunk_count": 4,
|
||||
"other_set": "#cabin:mini_structure_avoid"
|
||||
},
|
||||
"salt": 84374826,
|
||||
"separation": 8,
|
||||
"spacing": 18,
|
||||
"spread_type": "triangular"
|
||||
},
|
||||
"structures": [
|
||||
{
|
||||
"structure": "cabin:campsite",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"structure": "cabin:log_cabin",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"placement": {
|
||||
"type": "integrated_api:advanced_random_spread",
|
||||
"super_exclusion_zone": {
|
||||
"chunk_count": 6,
|
||||
"other_set": "#cabin:railshaft_avoid"
|
||||
},
|
||||
"salt": 1776584262,
|
||||
"separation": 12,
|
||||
"spacing": 30,
|
||||
"spread_type": "triangular"
|
||||
},
|
||||
"structures": [
|
||||
{
|
||||
"structure": "cabin:railshaft",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"placement": {
|
||||
"type": "integrated_api:advanced_random_spread",
|
||||
"super_exclusion_zone": {
|
||||
"chunk_count": 6,
|
||||
"other_set": "#cabin:ruins_avoid"
|
||||
},
|
||||
"salt": 1316631564,
|
||||
"separation": 12,
|
||||
"spacing": 30,
|
||||
"spread_type": "triangular"
|
||||
},
|
||||
"structures": [
|
||||
{
|
||||
"structure": "cabin:ruins_dripstone",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"placement": {
|
||||
"type": "integrated_api:advanced_random_spread",
|
||||
"super_exclusion_zone": {
|
||||
"chunk_count": 4,
|
||||
"other_set": "#cabin:slime_avoid"
|
||||
},
|
||||
"salt": 584172329,
|
||||
"separation": 10,
|
||||
"spacing": 25,
|
||||
"spread_type": "triangular"
|
||||
},
|
||||
"structures": [
|
||||
{
|
||||
"structure": "cabin:slime_earth",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"structure": "cabin:slime_ender",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"structure": "cabin:slime_sky",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"placement": {
|
||||
"type": "integrated_api:advanced_random_spread",
|
||||
"super_exclusion_zone": {
|
||||
"chunk_count": 4,
|
||||
"other_set": "#cabin:windmill_avoid"
|
||||
},
|
||||
"salt": 2132137514,
|
||||
"separation": 8,
|
||||
"spacing": 20,
|
||||
"spread_type": "triangular"
|
||||
},
|
||||
"structures": [
|
||||
{
|
||||
"structure": "cabin:broken_windmill",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "cabin:abandoned_engineer_house",
|
||||
"fallback": "minecraft:empty",
|
||||
"elements": [
|
||||
{
|
||||
"weight": 1,
|
||||
"element": {
|
||||
"location": "cabin:abandoned_engineer_house",
|
||||
"processors": "minecraft:empty",
|
||||
"projection": "rigid",
|
||||
"element_type": "minecraft:single_pool_element"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "cabin:blacksmith_shop",
|
||||
"fallback": "minecraft:empty",
|
||||
"elements": [
|
||||
{
|
||||
"weight": 1,
|
||||
"element": {
|
||||
"location": "cabin:blacksmith_shop",
|
||||
"processors": "minecraft:empty",
|
||||
"projection": "rigid",
|
||||
"element_type": "minecraft:single_pool_element"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "cabin:broken_windmill",
|
||||
"fallback": "minecraft:empty",
|
||||
"elements": [
|
||||
{
|
||||
"weight": 1,
|
||||
"element": {
|
||||
"location": "cabin:broken_windmill",
|
||||
"processors": "cabin:windmill",
|
||||
"projection": "rigid",
|
||||
"element_type": "minecraft:single_pool_element"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "cabin:campsite",
|
||||
"fallback": "minecraft:empty",
|
||||
"elements": [
|
||||
{
|
||||
"weight": 1,
|
||||
"element": {
|
||||
"location": "cabin:campsite",
|
||||
"processors": "minecraft:empty",
|
||||
"projection": "rigid",
|
||||
"element_type": "minecraft:single_pool_element"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "cabin:log_cabin",
|
||||
"fallback": "minecraft:empty",
|
||||
"elements": [
|
||||
{
|
||||
"weight": 1,
|
||||
"element": {
|
||||
"location": "cabin:log_cabin",
|
||||
"processors": "minecraft:empty",
|
||||
"projection": "rigid",
|
||||
"element_type": "minecraft:single_pool_element"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "cabin:mountain_cabin",
|
||||
"fallback": "minecraft:empty",
|
||||
"elements": [
|
||||
{
|
||||
"weight": 1,
|
||||
"element": {
|
||||
"location": "cabin:mountain_cabin",
|
||||
"processors": "minecraft:empty",
|
||||
"projection": "rigid",
|
||||
"element_type": "minecraft:single_pool_element"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"name": "cabin:railshaft/after_horizontal",
|
||||
"fallback": "cabin:railshaft/ending",
|
||||
"elements": [
|
||||
{
|
||||
"weight": 3,
|
||||
"element": {
|
||||
"location": "cabin:railshaft/slope_straight",
|
||||
"processors": "minecraft:empty",
|
||||
"projection": "rigid",
|
||||
"element_type": "minecraft:single_pool_element"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 3,
|
||||
"element": {
|
||||
"location": "cabin:railshaft/good_ending",
|
||||
"processors": "minecraft:empty",
|
||||
"projection": "rigid",
|
||||
"element_type": "minecraft:single_pool_element"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 2,
|
||||
"element": {
|
||||
"location": "cabin:railshaft/bad_ending",
|
||||
"processors": "minecraft:empty",
|
||||
"projection": "rigid",
|
||||
"element_type": "minecraft:single_pool_element"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 1,
|
||||
"element": {
|
||||
"location": "cabin:railshaft/slope_right",
|
||||
"processors": "minecraft:empty",
|
||||
"projection": "rigid",
|
||||
"element_type": "minecraft:single_pool_element"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 1,
|
||||
"element": {
|
||||
"location": "cabin:railshaft/slope_left",
|
||||
"processors": "minecraft:empty",
|
||||
"projection": "rigid",
|
||||
"element_type": "minecraft:single_pool_element"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 1,
|
||||
"element": {
|
||||
"location": "cabin:railshaft/slope_both",
|
||||
"processors": "minecraft:empty",
|
||||
"projection": "rigid",
|
||||
"element_type": "minecraft:single_pool_element"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"name": "cabin:railshaft/after_slope",
|
||||
"fallback": "cabin:railshaft/ending",
|
||||
"elements": [
|
||||
{
|
||||
"weight": 4,
|
||||
"element": {
|
||||
"location": "cabin:railshaft/slope_straight",
|
||||
"processors": "minecraft:empty",
|
||||
"projection": "rigid",
|
||||
"element_type": "minecraft:single_pool_element"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 1,
|
||||
"element": {
|
||||
"location": "cabin:railshaft/good_ending",
|
||||
"processors": "minecraft:empty",
|
||||
"projection": "rigid",
|
||||
"element_type": "minecraft:single_pool_element"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 1,
|
||||
"element": {
|
||||
"location": "cabin:railshaft/bad_ending",
|
||||
"processors": "minecraft:empty",
|
||||
"projection": "rigid",
|
||||
"element_type": "minecraft:single_pool_element"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 3,
|
||||
"element": {
|
||||
"location": "cabin:railshaft/watery",
|
||||
"processors": "minecraft:empty",
|
||||
"projection": "rigid",
|
||||
"element_type": "minecraft:single_pool_element"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 4,
|
||||
"element": {
|
||||
"location": "cabin:railshaft/weak_slope",
|
||||
"processors": "minecraft:empty",
|
||||
"projection": "rigid",
|
||||
"element_type": "minecraft:single_pool_element"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 1,
|
||||
"element": {
|
||||
"location": "cabin:railshaft/slope_right",
|
||||
"processors": "minecraft:empty",
|
||||
"projection": "rigid",
|
||||
"element_type": "minecraft:single_pool_element"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 1,
|
||||
"element": {
|
||||
"location": "cabin:railshaft/slope_left",
|
||||
"processors": "minecraft:empty",
|
||||
"projection": "rigid",
|
||||
"element_type": "minecraft:single_pool_element"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "cabin:railshaft/after_horizontal",
|
||||
"fallback": "minecraft:empty",
|
||||
"elements": [
|
||||
{
|
||||
"weight": 3,
|
||||
"element": {
|
||||
"location": "cabin:railshaft/good_ending",
|
||||
"processors": "minecraft:empty",
|
||||
"projection": "rigid",
|
||||
"element_type": "minecraft:single_pool_element"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 2,
|
||||
"element": {
|
||||
"location": "cabin:railshaft/bad_ending",
|
||||
"processors": "minecraft:empty",
|
||||
"projection": "rigid",
|
||||
"element_type": "minecraft:single_pool_element"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "cabin:railshaft/first",
|
||||
"fallback": "minecraft:empty",
|
||||
"elements": [
|
||||
{
|
||||
"weight": 3,
|
||||
"element": {
|
||||
"location": "cabin:railshaft/slope_straight",
|
||||
"processors": "minecraft:empty",
|
||||
"projection": "rigid",
|
||||
"element_type": "minecraft:single_pool_element"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 3,
|
||||
"element": {
|
||||
"location": "cabin:railshaft/slope_both",
|
||||
"processors": "minecraft:empty",
|
||||
"projection": "rigid",
|
||||
"element_type": "minecraft:single_pool_element"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "cabin:railshaft/house",
|
||||
"fallback": "minecraft:empty",
|
||||
"elements": [
|
||||
{
|
||||
"weight": 1,
|
||||
"element": {
|
||||
"location": "cabin:railshaft/house",
|
||||
"processors": "cabin:waterlog_fixed",
|
||||
"projection": "rigid",
|
||||
"element_type": "minecraft:single_pool_element"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,96 @@
|
||||
{
|
||||
"name": "cabin:ruins/dripstone",
|
||||
"fallback": "minecraft:empty",
|
||||
"elements": [
|
||||
{
|
||||
"weight": 2,
|
||||
"element": {
|
||||
"location": "cabin:ruins/dripstone/crossing",
|
||||
"processors": "minecraft:empty",
|
||||
"projection": "terrain_matching",
|
||||
"element_type": "minecraft:single_pool_element"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 4,
|
||||
"element": {
|
||||
"location": "cabin:ruins/dripstone/straight",
|
||||
"processors": "minecraft:empty",
|
||||
"projection": "terrain_matching",
|
||||
"element_type": "minecraft:single_pool_element"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 3,
|
||||
"element": {
|
||||
"location": "cabin:ruins/dripstone/turn",
|
||||
"processors": "minecraft:empty",
|
||||
"projection": "terrain_matching",
|
||||
"element_type": "minecraft:single_pool_element"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 1,
|
||||
"element": {
|
||||
"location": "cabin:ruins/dripstone/arch",
|
||||
"processors": "minecraft:empty",
|
||||
"projection": "rigid",
|
||||
"element_type": "minecraft:single_pool_element"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 1,
|
||||
"element": {
|
||||
"location": "cabin:ruins/dripstone/bridge",
|
||||
"processors": "minecraft:empty",
|
||||
"projection": "rigid",
|
||||
"element_type": "minecraft:single_pool_element"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 1,
|
||||
"element": {
|
||||
"location": "cabin:ruins/dripstone/end",
|
||||
"processors": "minecraft:empty",
|
||||
"projection": "rigid",
|
||||
"element_type": "minecraft:single_pool_element"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 1,
|
||||
"element": {
|
||||
"location": "cabin:ruins/dripstone/foundation",
|
||||
"processors": "minecraft:empty",
|
||||
"projection": "rigid",
|
||||
"element_type": "minecraft:single_pool_element"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 1,
|
||||
"element": {
|
||||
"location": "cabin:ruins/dripstone/house",
|
||||
"processors": "minecraft:empty",
|
||||
"projection": "rigid",
|
||||
"element_type": "minecraft:single_pool_element"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 1,
|
||||
"element": {
|
||||
"location": "cabin:ruins/dripstone/spires",
|
||||
"processors": "minecraft:empty",
|
||||
"projection": "rigid",
|
||||
"element_type": "minecraft:single_pool_element"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 1,
|
||||
"element": {
|
||||
"location": "cabin:ruins/dripstone/tower",
|
||||
"processors": "minecraft:empty",
|
||||
"projection": "rigid",
|
||||
"element_type": "minecraft:single_pool_element"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "cabin:ruins/dripstone_start",
|
||||
"fallback": "minecraft:empty",
|
||||
"elements": [
|
||||
{
|
||||
"weight": 1,
|
||||
"element": {
|
||||
"location": "cabin:ruins/dripstone/crossing",
|
||||
"processors": "minecraft:empty",
|
||||
"projection": "terrain_matching",
|
||||
"element_type": "minecraft:single_pool_element"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 1,
|
||||
"element": {
|
||||
"location": "cabin:ruins/dripstone/straight",
|
||||
"processors": "minecraft:empty",
|
||||
"projection": "terrain_matching",
|
||||
"element_type": "minecraft:single_pool_element"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 1,
|
||||
"element": {
|
||||
"location": "cabin:ruins/dripstone/turn",
|
||||
"processors": "minecraft:empty",
|
||||
"projection": "terrain_matching",
|
||||
"element_type": "minecraft:single_pool_element"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "cabin:slime/earth",
|
||||
"fallback": "minecraft:empty",
|
||||
"elements": [
|
||||
{
|
||||
"weight": 1,
|
||||
"element": {
|
||||
"location": "cabin:slime/earth_small",
|
||||
"processors": "minecraft:empty",
|
||||
"projection": "rigid",
|
||||
"element_type": "minecraft:single_pool_element"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 1,
|
||||
"element": {
|
||||
"location": "cabin:slime/earth",
|
||||
"processors": "minecraft:empty",
|
||||
"projection": "rigid",
|
||||
"element_type": "minecraft:single_pool_element"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "cabin:slime/ender",
|
||||
"fallback": "minecraft:empty",
|
||||
"elements": [
|
||||
{
|
||||
"weight": 1,
|
||||
"element": {
|
||||
"location": "cabin:slime/ender_small",
|
||||
"processors": "minecraft:empty",
|
||||
"projection": "rigid",
|
||||
"element_type": "minecraft:single_pool_element"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 1,
|
||||
"element": {
|
||||
"location": "cabin:slime/ender",
|
||||
"processors": "minecraft:empty",
|
||||
"projection": "rigid",
|
||||
"element_type": "minecraft:single_pool_element"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "cabin:slime/sky",
|
||||
"fallback": "minecraft:empty",
|
||||
"elements": [
|
||||
{
|
||||
"weight": 1,
|
||||
"element": {
|
||||
"location": "cabin:slime/sky",
|
||||
"processors": "minecraft:empty",
|
||||
"projection": "rigid",
|
||||
"element_type": "minecraft:single_pool_element"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 1,
|
||||
"element": {
|
||||
"location": "cabin:slime/sky_small",
|
||||
"processors": "minecraft:empty",
|
||||
"projection": "rigid",
|
||||
"element_type": "minecraft:single_pool_element"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "cabin:slime/sky",
|
||||
"fallback": "minecraft:empty",
|
||||
"elements": [
|
||||
{
|
||||
"weight": 1,
|
||||
"element": {
|
||||
"location": "cabin:slime/sky_1",
|
||||
"processors": "minecraft:empty",
|
||||
"projection": "rigid",
|
||||
"element_type": "minecraft:single_pool_element"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "cabin:slime/sky",
|
||||
"fallback": "minecraft:empty",
|
||||
"elements": [
|
||||
{
|
||||
"weight": 1,
|
||||
"element": {
|
||||
"location": "cabin:slime/sky_2",
|
||||
"processors": "minecraft:empty",
|
||||
"projection": "rigid",
|
||||
"element_type": "minecraft:single_pool_element"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user