You've already forked minecraft-assets
Create/Update assets for version 24w07a
This commit is contained in:
1
data/minecraft/worldgen/density_function/end/_all.json
Normal file
1
data/minecraft/worldgen/density_function/end/_all.json
Normal file
@@ -0,0 +1 @@
|
||||
{"base_3d_noise":{"type":"minecraft:old_blended_noise","smear_scale_multiplier":4.0,"xz_factor":80.0,"xz_scale":0.25,"y_factor":160.0,"y_scale":0.25},"sloped_cheese":{"type":"minecraft:add","argument1":{"type":"minecraft:end_islands"},"argument2":"minecraft:end/base_3d_noise"}}
|
||||
1
data/minecraft/worldgen/density_function/end/_list.json
Normal file
1
data/minecraft/worldgen/density_function/end/_list.json
Normal file
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["base_3d_noise.json","sloped_cheese.json"]}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:old_blended_noise",
|
||||
"smear_scale_multiplier": 4.0,
|
||||
"xz_factor": 80.0,
|
||||
"xz_scale": 0.25,
|
||||
"y_factor": 160.0,
|
||||
"y_scale": 0.25
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:add",
|
||||
"argument1": {
|
||||
"type": "minecraft:end_islands"
|
||||
},
|
||||
"argument2": "minecraft:end/base_3d_noise"
|
||||
}
|
||||
Reference in New Issue
Block a user