Skip to content

Commit

Permalink
feat: Add Waystones to Cherry and Bamboo Repurposed Structures villag…
Browse files Browse the repository at this point in the history
…es (#735)

* Add Waystones to Cherry and Bamboo Repurposed Structures villages

* Added ocean waystone for ocean village
  • Loading branch information
TelepathicGrunt authored Oct 12, 2023
1 parent d464d03 commit efa4b0a
Show file tree
Hide file tree
Showing 7 changed files with 78 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "repurposed_structures:villages/bamboo/houses",
"fallback": "repurposed_structures:villages/bamboo/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/houses",
"fallback": "repurposed_structures:villages/cherry/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/ocean/houses",
"fallback": "repurposed_structures:villages/ocean/terminators",
"elements": [
{
"weight": 3,
"element": {
"location": "waystones:village/common/waystone_waterlogged",
"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,10 @@
{
"pieces_spawn_counts": [
{
"nbt_piece_name": "waystones:village/common/waystone",
"always_spawn_this_many": 1,
"never_spawn_more_than_this_many": 1,
"condition": "waystones:config"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"pieces_spawn_counts": [
{
"nbt_piece_name": "waystones:village/common/waystone",
"always_spawn_this_many": 1,
"never_spawn_more_than_this_many": 1,
"condition": "waystones:config"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"pieces_spawn_counts": [
{
"nbt_piece_name": "waystones:village/common/waystone_waterlogged",
"always_spawn_this_many": 1,
"never_spawn_more_than_this_many": 1,
"condition": "waystones:config"
}
]
}
Binary file not shown.

0 comments on commit efa4b0a

Please sign in to comment.