Version 0 ajout de la maison du mineurs et premier test

This commit is contained in:
felden.r@grenoble.archi.fr
2025-03-05 12:13:20 +01:00
commit 58a925733f
79 changed files with 742849 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
modLoader="javafml"
loaderVersion="[47,)"
license="Not specified"
[[mods]]
modId="ohm_structure"
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"
# Start of user code block mod configuration
# End of user code block mod configuration
[[dependencies.ohm_structure]]
modId="minecraft"
mandatory=true
versionRange="[1.20.1]"
ordering="AFTER"
side="BOTH"
# Start of user code block dependencies configuration
# End of user code block dependencies configuration
@@ -0,0 +1 @@
{}
@@ -0,0 +1,15 @@
{
"type": "minecraft:jigsaw",
"start_pool": "ohm_structure:minerhouse",
"size": 1,
"max_distance_from_center": 64,
"spawn_overrides": {},
"step": "surface_structures",
"terrain_adaptation": "beard_thin",
"start_height": {
"absolute": 0
},
"project_start_to_heightmap": "WORLD_SURFACE_WG",
"biomes": "plains",
"use_expansion_hack": false
}
@@ -0,0 +1,14 @@
{
"structures": [
{
"structure": "ohm_structure:minerhouse",
"weight": 1
}
],
"placement": {
"type": "minecraft:random_spread",
"spacing": 5,
"separation": 2,
"salt": 1124512158
}
}
@@ -0,0 +1,26 @@
{
"name": "ohm_structure:minerhouse",
"fallback": "minecraft:empty",
"elements": [
{
"weight": 1,
"element": {
"element_type": "minecraft:single_pool_element",
"location": "ohm_structure:minerhous_plain",
"projection": "rigid",
"processors": {
"processors": [
{
"processor_type": "minecraft:block_ignore",
"blocks": [
{
"Name": "minecraft:structure_block"
}
]
}
]
}
}
}
]
}
+6
View File
@@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 15,
"description": ""
}
}