Create a resource world, and begin creating custom dimension
Push version 1.3.3.3
This commit is contained in:
parent
a298bf07f6
commit
179faaf6b1
11 changed files with 207755 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
org.gradle.jvmargs=-Xmx8G
|
||||
org.gradle.daemon=false
|
||||
|
||||
my_version=1.3.3.2
|
||||
my_version=1.3.3.3
|
||||
|
||||
mc_version=1.19.2
|
||||
forge_version=43.1.32
|
||||
|
|
|
@ -19,7 +19,7 @@ modId="otemod" #mandatory
|
|||
# The version number of the mod - there's a few well known ${} variables useable here or just hardcode it
|
||||
# ${file.jarVersion} will substitute the value of the Implementation-Version as read from the mod's JAR file metadata
|
||||
# see the associated build.gradle script for how to populate this completely automatically during a build
|
||||
version="1.3.3.2" #mandatory
|
||||
version="1.3.3.3" #mandatory
|
||||
# A display name for the mod
|
||||
displayName="OTEMod Resources" #mandatory
|
||||
# A URL to query for updates for this mod. See the JSON update specification https://mcforge.readthedocs.io/en/latest/gettingstarted/autoupdate/
|
||||
|
|
205031
src/main/resources/data/otemod/dimension/resource.json
Normal file
205031
src/main/resources/data/otemod/dimension/resource.json
Normal file
File diff suppressed because it is too large
Load diff
26
src/main/resources/data/otemod/dimension_type/eternium.json
Normal file
26
src/main/resources/data/otemod/dimension_type/eternium.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"ultrawarm": false,
|
||||
"natural": true,
|
||||
"piglin_safe": true,
|
||||
"respawn_anchor_works": false,
|
||||
"bed_works": false,
|
||||
"has_raids": false,
|
||||
"has_skylight": false,
|
||||
"has_ceiling": false,
|
||||
"coordinate_scale": 32,
|
||||
"ambient_light": 0,
|
||||
"logical_height": 384,
|
||||
"effects": "minecraft:the_end",
|
||||
"infiniburn": "#minecraft:infiniburn_overworld",
|
||||
"min_y": -64,
|
||||
"height": 384,
|
||||
"monster_spawn_light_level": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"min_inclusive": 3,
|
||||
"max_inclusive": 4
|
||||
}
|
||||
},
|
||||
"monster_spawn_block_light_limit": 0
|
||||
}
|
||||
|
20
src/main/resources/data/otemod/dimension_type/resource.json
Normal file
20
src/main/resources/data/otemod/dimension_type/resource.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"ultrawarm": false,
|
||||
"natural": true,
|
||||
"piglin_safe": false,
|
||||
"respawn_anchor_works": false,
|
||||
"bed_works": true,
|
||||
"has_raids": false,
|
||||
"has_skylight": false,
|
||||
"has_ceiling": false,
|
||||
"coordinate_scale": 12,
|
||||
"ambient_light": 1,
|
||||
"fixed_time": 0,
|
||||
"logical_height": 384,
|
||||
"effects": "minecraft:the_end",
|
||||
"infiniburn": "#minecraft:infiniburn_overworld",
|
||||
"min_y": -64,
|
||||
"height": 384,
|
||||
"monster_spawn_light_level": 0,
|
||||
"monster_spawn_block_light_limit": 0
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:grass_block
|
||||
fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:dirt
|
||||
fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:stone
|
||||
fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:bedrock
|
||||
fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:gravel
|
||||
fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:andesite
|
||||
fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:diorite
|
||||
fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:granite
|
||||
fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:deepslate
|
||||
fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:tuff
|
||||
fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:water
|
||||
fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:lava
|
||||
fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace otemod:aurora_block
|
|
@ -0,0 +1,64 @@
|
|||
{
|
||||
"type": "otemod:eternium",
|
||||
"generator": {
|
||||
"type": "minecraft:noise",
|
||||
"settings": {
|
||||
"sea_level": 63,
|
||||
"disable_mob_generation": true,
|
||||
"aquifers_enabled": true,
|
||||
"ore_veins_enabled": false,
|
||||
"legacy_random_source": false,
|
||||
"default_block": {
|
||||
"Name": "otemod:aurora_block"
|
||||
},
|
||||
"default_fluid": {
|
||||
"Name": "minecraft:water",
|
||||
"Properties": {
|
||||
"level": "0"
|
||||
}
|
||||
},
|
||||
"noise": {
|
||||
"min_y": -64,
|
||||
"height": 384,
|
||||
"size_horizontal": 1,
|
||||
"size_vertical": 1
|
||||
},
|
||||
"noise_router": {
|
||||
"barrier": 0,
|
||||
"fluid_level_floodedness": 0.5,
|
||||
"fluid_level_spread": 0,
|
||||
"lava": {
|
||||
"type": "minecraft:y_clamped_gradient",
|
||||
"from_y": 0,
|
||||
"to_y": 0,
|
||||
"from_value": 0,
|
||||
"to_value": 0
|
||||
},
|
||||
"temperature": 0,
|
||||
"vegetation": 0,
|
||||
"continents": 0,
|
||||
"erosion": 0,
|
||||
"depth": 0,
|
||||
"ridges": 0,
|
||||
"initial_density_without_jaggedness": 0,
|
||||
"final_density": {
|
||||
"type": "minecraft:shift_a",
|
||||
"argument": "minecraft:overworld/base_3d_noise"
|
||||
},
|
||||
"vein_toggle": 0,
|
||||
"vein_ridged": 0,
|
||||
"vein_gap": 0
|
||||
},
|
||||
"spawn_target": [],
|
||||
"surface_rule": {
|
||||
"type": "minecraft:sequence",
|
||||
"sequence": []
|
||||
}
|
||||
},
|
||||
"biome_source": {
|
||||
"type": "minecraft:fixed",
|
||||
"biome": "otemod:timelocked"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"temperature": 0,
|
||||
"downfall": 0,
|
||||
"precipitation": "none",
|
||||
"temperature_modifier": "frozen",
|
||||
"creature_spawn_probability": 0,
|
||||
"effects": {
|
||||
"sky_color": 3032662,
|
||||
"fog_color": 9371605,
|
||||
"water_color": 2314528,
|
||||
"water_fog_color": 1777687
|
||||
},
|
||||
"spawners": {},
|
||||
"spawn_costs": {},
|
||||
"carvers": {
|
||||
},
|
||||
"features": []
|
||||
}
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:simple_block",
|
||||
"config": {
|
||||
"to_place": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "otemod:aurora_block",
|
||||
"Properties": {
|
||||
"otemod:corrupted_replaceables": "yes"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
2543
src/main/resources/data/otemod/worldgen/noise_settings/resource.json
Normal file
2543
src/main/resources/data/otemod/worldgen/noise_settings/resource.json
Normal file
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"feature": "otemod:corrupted_block",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:height_range",
|
||||
"height": {
|
||||
"type": "minecraft:uniform",
|
||||
"min_inclusive": {
|
||||
"absolute": 0
|
||||
},
|
||||
"max_inclusive": {
|
||||
"absolute": 100
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:heightmap",
|
||||
"heightmap": "WORLD_SURFACE"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in a new issue