Version 1 Modification de la premiere strucure, ajout de distance entre les structure
This commit is contained in:
+7
-3
@@ -1,15 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:jigsaw",
|
||||
"start_pool": "ohm_structure:minerhouse",
|
||||
"start_pool": "ohm_structure:minerhouse_plains",
|
||||
"size": 1,
|
||||
"max_distance_from_center": 64,
|
||||
"spawn_overrides": {},
|
||||
"step": "surface_structures",
|
||||
"terrain_adaptation": "beard_thin",
|
||||
"terrain_adaptation": "beard_box",
|
||||
"start_height": {
|
||||
"absolute": 0
|
||||
},
|
||||
"project_start_to_heightmap": "WORLD_SURFACE_WG",
|
||||
"biomes": "plains",
|
||||
"biomes": [
|
||||
"plains",
|
||||
"birch_forest",
|
||||
"forest"
|
||||
],
|
||||
"use_expansion_hack": false
|
||||
}
|
||||
@@ -1,14 +0,0 @@
|
||||
{
|
||||
"structures": [
|
||||
{
|
||||
"structure": "ohm_structure:minerhouse",
|
||||
"weight": 1
|
||||
}
|
||||
],
|
||||
"placement": {
|
||||
"type": "minecraft:random_spread",
|
||||
"spacing": 5,
|
||||
"separation": 2,
|
||||
"salt": 1124512158
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"structures": [
|
||||
{
|
||||
"structure": "ohm_structure:minerhouse_plains",
|
||||
"weight": 1
|
||||
}
|
||||
],
|
||||
"placement": {
|
||||
"type": "minecraft:random_spread",
|
||||
"spacing": 45,
|
||||
"separation": 15,
|
||||
"salt": 534073194
|
||||
}
|
||||
}
|
||||
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "ohm_structure:minerhouse",
|
||||
"name": "ohm_structure:minerhouse_plains",
|
||||
"fallback": "minecraft:empty",
|
||||
"elements": [
|
||||
{
|
||||
"weight": 1,
|
||||
"element": {
|
||||
"element_type": "minecraft:single_pool_element",
|
||||
"location": "ohm_structure:minerhous_plain",
|
||||
"location": "ohm_structure:minerhous_plain2",
|
||||
"projection": "rigid",
|
||||
"processors": {
|
||||
"processors": [
|
||||
Reference in New Issue
Block a user