Added mod files
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user