Skip to content

Commit

Permalink
feat: Inject waystone pieces into Repurposed Structures zombie villag…
Browse files Browse the repository at this point in the history
…e variants (#737)
  • Loading branch information
TelepathicGrunt authored Oct 12, 2023
1 parent efa4b0a commit 7cd14e5
Show file tree
Hide file tree
Showing 10 changed files with 160 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "repurposed_structures:villages/badlands/zombie/houses",
"fallback": "repurposed_structures:villages/badlands/zombie/terminators",
"elements": [
{
"weight": 3,
"element": {
"location": "waystones:village/desert/waystone",
"processors": "minecraft:empty",
"projection": "rigid",
"element_type": "minecraft:legacy_single_pool_element"
},
"condition": "waystones:config"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "repurposed_structures:villages/bamboo/zombie/houses",
"fallback": "repurposed_structures:villages/bamboo/zombie/terminators",
"elements": [
{
"weight": 3,
"element": {
"location": "waystones:village/common/waystone",
"processors": "minecraft:empty",
"projection": "rigid",
"element_type": "minecraft:legacy_single_pool_element"
},
"condition": "waystones:config"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "repurposed_structures:villages/birch/zombie/houses",
"fallback": "repurposed_structures:villages/birch/zombie/terminators",
"elements": [
{
"weight": 3,
"element": {
"location": "waystones:village/common/waystone",
"processors": "minecraft:empty",
"projection": "rigid",
"element_type": "minecraft:legacy_single_pool_element"
},
"condition": "waystones:config"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "repurposed_structures:villages/cherry/zombie/houses",
"fallback": "repurposed_structures:villages/cherry/zombie/terminators",
"elements": [
{
"weight": 3,
"element": {
"location": "waystones:village/common/waystone",
"processors": "minecraft:empty",
"projection": "rigid",
"element_type": "minecraft:legacy_single_pool_element"
},
"condition": "waystones:config"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "repurposed_structures:villages/dark_forest/zombie/houses",
"fallback": "repurposed_structures:villages/dark_forest/zombie/terminators",
"elements": [
{
"weight": 3,
"element": {
"location": "waystones:village/common/waystone",
"processors": "minecraft:empty",
"projection": "rigid",
"element_type": "minecraft:legacy_single_pool_element"
},
"condition": "waystones:config"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "repurposed_structures:villages/giant_taiga/zombie/houses",
"fallback": "repurposed_structures:villages/giant_taiga/zombie/terminators",
"elements": [
{
"weight": 3,
"element": {
"location": "waystones:village/common/waystone",
"processors": "minecraft:empty",
"projection": "rigid",
"element_type": "minecraft:legacy_single_pool_element"
},
"condition": "waystones:config"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "repurposed_structures:villages/jungle/zombie/houses",
"fallback": "repurposed_structures:villages/jungle/zombie/terminators",
"elements": [
{
"weight": 3,
"element": {
"location": "waystones:village/common/waystone",
"processors": "minecraft:empty",
"projection": "rigid",
"element_type": "minecraft:legacy_single_pool_element"
},
"condition": "waystones:config"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "repurposed_structures:villages/mountains/zombie/houses",
"fallback": "repurposed_structures:villages/mountains/zombie/terminators",
"elements": [
{
"weight": 3,
"element": {
"location": "waystones:village/common/waystone",
"processors": "minecraft:empty",
"projection": "rigid",
"element_type": "minecraft:legacy_single_pool_element"
},
"condition": "waystones:config"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "repurposed_structures:villages/oak/zombie/houses",
"fallback": "repurposed_structures:villages/oak/zombie/terminators",
"elements": [
{
"weight": 3,
"element": {
"location": "waystones:village/common/waystone",
"processors": "minecraft:empty",
"projection": "rigid",
"element_type": "minecraft:legacy_single_pool_element"
},
"condition": "waystones:config"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "repurposed_structures:villages/swamp/zombie/houses",
"fallback": "repurposed_structures:villages/swamp/zombie/terminators",
"elements": [
{
"weight": 3,
"element": {
"location": "waystones:village/common/waystone",
"processors": "minecraft:empty",
"projection": "rigid",
"element_type": "minecraft:legacy_single_pool_element"
},
"condition": "waystones:config"
}
]
}

0 comments on commit 7cd14e5

Please sign in to comment.