Skip to content

Commit e52985a

Browse files
authored
Fix
1 parent b44e032 commit e52985a

File tree

1 file changed

+26
-88
lines changed

1 file changed

+26
-88
lines changed

datapack-1.18.x/templates/dimension/end_noise_router.json.ftl

Lines changed: 26 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -3,63 +3,34 @@
33
"fluid_level_floodedness": 0,
44
"fluid_level_spread": 0,
55
"lava": 0,
6-
"temperature": 0,
7-
"vegetation": 0,
8-
"continents": 0,
9-
"erosion": {
6+
"temperature": {
7+
"type": "minecraft:shifted_noise",
8+
"noise": "minecraft:temperature",
9+
"xz_scale": 1.5,
10+
"y_scale": 0,
11+
"shift_x": "minecraft:shift_x",
12+
"shift_y": 0,
13+
"shift_z": "minecraft:shift_z"
14+
},
15+
"vegetation": {
16+
"type": "minecraft:shifted_noise",
17+
"noise": "minecraft:vegetation",
18+
"xz_scale": 1.5,
19+
"y_scale": 0,
20+
"shift_x": "minecraft:shift_x",
21+
"shift_y": 0,
22+
"shift_z": "minecraft:shift_z"
23+
},
24+
"ridges": "minecraft:overworld/ridges",
25+
"continents": "minecraft:overworld/continents",
26+
"erosion": "minecraft:overworld/erosion",
27+
"depth": "minecraft:overworld/depth",
28+
"initial_density_without_jaggedness": {
1029
"type": "minecraft:cache_2d",
1130
"argument": {
1231
"type": "minecraft:end_islands"
1332
}
1433
},
15-
"depth": 0,
16-
"ridges": 0,
17-
"initial_density_without_jaggedness": {
18-
"type": "minecraft:add",
19-
"argument1": -0.234375,
20-
"argument2": {
21-
"type": "minecraft:mul",
22-
"argument1": {
23-
"type": "minecraft:y_clamped_gradient",
24-
"from_y": 4,
25-
"to_y": 32,
26-
"from_value": 0,
27-
"to_value": 1
28-
},
29-
"argument2": {
30-
"type": "minecraft:add",
31-
"argument1": 0.234375,
32-
"argument2": {
33-
"type": "minecraft:add",
34-
"argument1": -23.4375,
35-
"argument2": {
36-
"type": "minecraft:mul",
37-
"argument1": {
38-
"type": "minecraft:y_clamped_gradient",
39-
"from_y": 56,
40-
"to_y": 312,
41-
"from_value": 1,
42-
"to_value": 0
43-
},
44-
"argument2": {
45-
"type": "minecraft:add",
46-
"argument1": 23.4375,
47-
"argument2": {
48-
"type": "minecraft:add",
49-
"argument1": -0.703125,
50-
"argument2": {
51-
"type": "minecraft:cache_2d",
52-
"argument": {
53-
"type": "minecraft:end_islands"
54-
}
55-
}
56-
}
57-
}
58-
}
59-
}
60-
}
61-
}
62-
},
6334
"final_density": {
6435
"type": "minecraft:squeeze",
6536
"argument": {
@@ -70,41 +41,8 @@
7041
"argument": {
7142
"type": "minecraft:blend_density",
7243
"argument": {
73-
"type": "minecraft:add",
74-
"argument1": -0.234375,
75-
"argument2": {
76-
"type": "minecraft:mul",
77-
"argument1": {
78-
"type": "minecraft:y_clamped_gradient",
79-
"from_y": 4,
80-
"to_y": 32,
81-
"from_value": 0,
82-
"to_value": 1
83-
},
84-
"argument2": {
85-
"type": "minecraft:add",
86-
"argument1": 0.234375,
87-
"argument2": {
88-
"type": "minecraft:add",
89-
"argument1": -23.4375,
90-
"argument2": {
91-
"type": "minecraft:mul",
92-
"argument1": {
93-
"type": "minecraft:y_clamped_gradient",
94-
"from_y": 56,
95-
"to_y": 312,
96-
"from_value": 1,
97-
"to_value": 0
98-
},
99-
"argument2": {
100-
"type": "minecraft:add",
101-
"argument1": 23.4375,
102-
"argument2": "minecraft:end/sloped_cheese"
103-
}
104-
}
105-
}
106-
}
107-
}
44+
"type": "minecraft:slide",
45+
"argument": "minecraft:end/sloped_cheese"
10846
}
10947
}
11048
}
@@ -113,4 +51,4 @@
11351
"vein_toggle": 0,
11452
"vein_ridged": 0,
11553
"vein_gap": 0
116-
}
54+
}

0 commit comments

Comments
 (0)