Version 1 Modification de la premiere strucure, ajout de distance entre les structure
This commit is contained in:
@@ -8,7 +8,8 @@ version="1.0.0"
|
||||
displayName="Ohm structure"
|
||||
displayURL="https://mcreator.net"
|
||||
credits="Created using mod maker MCreator - https://mcreator.net/about"
|
||||
authors="felden.r, MCreator"
|
||||
authors="Aulyrius, Master0Lulu, MCreator"
|
||||
description="Cr\u00E9e un ensemble de structures."
|
||||
|
||||
# Start of user code block mod configuration
|
||||
# End of user code block mod configuration
|
||||
|
||||
Binary file not shown.
Binary file not shown.
+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": [
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 15,
|
||||
"description": ""
|
||||
"description": "Crée un ensemble de structures."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user