mirror of
https://github.com/dragonruler1000/hdm-mod.git
synced 2025-06-30 00:49:32 -05:00
Added a new dimension and trying to get right click to change the dimention.
Signed-off-by: dragonruler1000 <github@me.minecraftchest2.us>
This commit is contained in:
parent
a195450501
commit
ed5d8d1006
6 changed files with 118 additions and 20 deletions
13
src/main/resources/data/hdm_mod/dimension/world1.json
Normal file
13
src/main/resources/data/hdm_mod/dimension/world1.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"type": "hdm_mod:world1",
|
||||
"generator": {
|
||||
"biome_source": {
|
||||
"seed": 0,
|
||||
"large_biomes": false,
|
||||
"type": "minecraft:vanilla_layered"
|
||||
},
|
||||
"seed": 3858032342400257,
|
||||
"settings": "hdm_mod:world1",
|
||||
"type": "minecraft:noise"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,84 @@
|
|||
{
|
||||
"bedrock_roof_position": -10,
|
||||
"bedrock_floor_position": 0,
|
||||
"sea_level": 63,
|
||||
"disable_mob_generation": true,
|
||||
"structures": {
|
||||
"stronghold": {
|
||||
"distance": 32,
|
||||
"spread": 3,
|
||||
"count": 128
|
||||
},
|
||||
"structures": {
|
||||
"minecraft:buried_treasure": {
|
||||
"spacing": 1,
|
||||
"separation": 0,
|
||||
"salt": 0
|
||||
},
|
||||
"minecraft:desert_pyramid": {
|
||||
"spacing": 32,
|
||||
"separation": 8,
|
||||
"salt": 14357617
|
||||
},
|
||||
"minecraft:mansion": {
|
||||
"spacing": 80,
|
||||
"separation": 20,
|
||||
"salt": 10387319
|
||||
},
|
||||
"minecraft:mineshaft": {
|
||||
"spacing": 1,
|
||||
"separation": 0,
|
||||
"salt": 0
|
||||
},
|
||||
"minecraft:monument": {
|
||||
"spacing": 32,
|
||||
"separation": 5,
|
||||
"salt": 10387313
|
||||
},
|
||||
"minecraft:shipwreck": {
|
||||
"spacing": 24,
|
||||
"separation": 4,
|
||||
"salt": 165745295
|
||||
},
|
||||
"minecraft:village": {
|
||||
"spacing": 32,
|
||||
"separation": 8,
|
||||
"salt": 10387312
|
||||
}
|
||||
}
|
||||
},
|
||||
"noise": {
|
||||
"random_density_offset": true,
|
||||
"density_factor": 1,
|
||||
"density_offset": -0.46875,
|
||||
"simplex_surface_noise": true,
|
||||
"bottom_slide": {
|
||||
"target": -30,
|
||||
"size": 0,
|
||||
"offset": 0
|
||||
},
|
||||
"size_horizontal": 1,
|
||||
"size_vertical": 2,
|
||||
"height": 256,
|
||||
"sampling": {
|
||||
"xz_scale": 0.9999999814507745,
|
||||
"y_scale": 0.9999999814507745,
|
||||
"xz_factor": 80,
|
||||
"y_factor": 160
|
||||
},
|
||||
"top_slide": {
|
||||
"target": -10,
|
||||
"size": 3,
|
||||
"offset": 0
|
||||
}
|
||||
},
|
||||
"default_block": {
|
||||
"Name": "minecraft:stone"
|
||||
},
|
||||
"default_fluid": {
|
||||
"Properties": {
|
||||
"level": "0"
|
||||
},
|
||||
"Name": "minecraft:water"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue