Structure test update

This commit is contained in:
GearShocky 2022-10-08 23:38:30 +06:00
parent c1bdfdd1f6
commit aa0ac9a78f
4 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,8 @@
{ {
"replace": false, "replace": false,
"values": [ "values": [
"minecraft:plains" "minecraft:basalt_deltas",
"minecraft:soul_sand_valley",
"minecraft:warped_forest"
] ]
} }

View File

@ -2,6 +2,10 @@
"structures":[ "structures":[
{ {
"structure": "overdrive_that_matters:field_research_pod", "structure": "overdrive_that_matters:field_research_pod",
"weight": 2
},
{
"structure": "overdrive_that_matters:field_research_pod_ruin",
"weight": 1 "weight": 1
} }
], ],