You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
1
data/minecraft/worldgen/configured_carver/_all.json
Normal file
1
data/minecraft/worldgen/configured_carver/_all.json
Normal file
@@ -0,0 +1 @@
|
||||
{"canyon":{"type":"minecraft:canyon","config":{"debug_settings":{"air_state":{"Name":"minecraft:warped_button","Properties":{"face":"wall","facing":"north","powered":"false"}},"barrier_state":{"Name":"minecraft:glass"},"lava_state":{"Name":"minecraft:orange_stained_glass"},"water_state":{"Name":"minecraft:candle","Properties":{"candles":"1","lit":"false","waterlogged":"false"}}},"lava_level":{"above_bottom":8},"probability":0.01,"replaceable":"#minecraft:overworld_carver_replaceables","shape":{"distance_factor":{"type":"minecraft:uniform","value":{"max_exclusive":1.0,"min_inclusive":0.75}},"horizontal_radius_factor":{"type":"minecraft:uniform","value":{"max_exclusive":1.0,"min_inclusive":0.75}},"thickness":{"type":"minecraft:trapezoid","value":{"max":6.0,"min":0.0,"plateau":2.0}},"vertical_radius_center_factor":0.0,"vertical_radius_default_factor":1.0,"width_smoothness":3},"vertical_rotation":{"type":"minecraft:uniform","value":{"max_exclusive":0.125,"min_inclusive":-0.125}},"y":{"type":"minecraft:uniform","max_inclusive":{"absolute":67},"min_inclusive":{"absolute":10}},"yScale":3.0}},"cave":{"type":"minecraft:cave","config":{"debug_settings":{"air_state":{"Name":"minecraft:crimson_button","Properties":{"face":"wall","facing":"north","powered":"false"}},"barrier_state":{"Name":"minecraft:glass"},"lava_state":{"Name":"minecraft:orange_stained_glass"},"water_state":{"Name":"minecraft:candle","Properties":{"candles":"1","lit":"false","waterlogged":"false"}}},"floor_level":{"type":"minecraft:uniform","value":{"max_exclusive":-0.4,"min_inclusive":-1.0}},"horizontal_radius_multiplier":{"type":"minecraft:uniform","value":{"max_exclusive":1.4,"min_inclusive":0.7}},"lava_level":{"above_bottom":8},"probability":0.15,"replaceable":"#minecraft:overworld_carver_replaceables","vertical_radius_multiplier":{"type":"minecraft:uniform","value":{"max_exclusive":1.3,"min_inclusive":0.8}},"y":{"type":"minecraft:uniform","max_inclusive":{"absolute":180},"min_inclusive":{"above_bottom":8}},"yScale":{"type":"minecraft:uniform","value":{"max_exclusive":0.9,"min_inclusive":0.1}}}},"cave_extra_underground":{"type":"minecraft:cave","config":{"debug_settings":{"air_state":{"Name":"minecraft:oak_button","Properties":{"face":"wall","facing":"north","powered":"false"}},"barrier_state":{"Name":"minecraft:glass"},"lava_state":{"Name":"minecraft:orange_stained_glass"},"water_state":{"Name":"minecraft:candle","Properties":{"candles":"1","lit":"false","waterlogged":"false"}}},"floor_level":{"type":"minecraft:uniform","value":{"max_exclusive":-0.4,"min_inclusive":-1.0}},"horizontal_radius_multiplier":{"type":"minecraft:uniform","value":{"max_exclusive":1.4,"min_inclusive":0.7}},"lava_level":{"above_bottom":8},"probability":0.07,"replaceable":"#minecraft:overworld_carver_replaceables","vertical_radius_multiplier":{"type":"minecraft:uniform","value":{"max_exclusive":1.3,"min_inclusive":0.8}},"y":{"type":"minecraft:uniform","max_inclusive":{"absolute":47},"min_inclusive":{"above_bottom":8}},"yScale":{"type":"minecraft:uniform","value":{"max_exclusive":0.9,"min_inclusive":0.1}}}},"nether_cave":{"type":"minecraft:nether_cave","config":{"floor_level":-0.7,"horizontal_radius_multiplier":1.0,"lava_level":{"above_bottom":10},"probability":0.2,"replaceable":"#minecraft:nether_carver_replaceables","vertical_radius_multiplier":1.0,"y":{"type":"minecraft:uniform","max_inclusive":{"below_top":1},"min_inclusive":{"absolute":0}},"yScale":0.5}}}
|
||||
1
data/minecraft/worldgen/configured_carver/_list.json
Normal file
1
data/minecraft/worldgen/configured_carver/_list.json
Normal file
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["canyon.json","cave.json","cave_extra_underground.json","nether_cave.json"]}
|
||||
78
data/minecraft/worldgen/configured_carver/canyon.json
Normal file
78
data/minecraft/worldgen/configured_carver/canyon.json
Normal file
@@ -0,0 +1,78 @@
|
||||
{
|
||||
"type": "minecraft:canyon",
|
||||
"config": {
|
||||
"debug_settings": {
|
||||
"air_state": {
|
||||
"Name": "minecraft:warped_button",
|
||||
"Properties": {
|
||||
"face": "wall",
|
||||
"facing": "north",
|
||||
"powered": "false"
|
||||
}
|
||||
},
|
||||
"barrier_state": {
|
||||
"Name": "minecraft:glass"
|
||||
},
|
||||
"lava_state": {
|
||||
"Name": "minecraft:orange_stained_glass"
|
||||
},
|
||||
"water_state": {
|
||||
"Name": "minecraft:candle",
|
||||
"Properties": {
|
||||
"candles": "1",
|
||||
"lit": "false",
|
||||
"waterlogged": "false"
|
||||
}
|
||||
}
|
||||
},
|
||||
"lava_level": {
|
||||
"above_bottom": 8
|
||||
},
|
||||
"probability": 0.01,
|
||||
"replaceable": "#minecraft:overworld_carver_replaceables",
|
||||
"shape": {
|
||||
"distance_factor": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_exclusive": 1.0,
|
||||
"min_inclusive": 0.75
|
||||
}
|
||||
},
|
||||
"horizontal_radius_factor": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_exclusive": 1.0,
|
||||
"min_inclusive": 0.75
|
||||
}
|
||||
},
|
||||
"thickness": {
|
||||
"type": "minecraft:trapezoid",
|
||||
"value": {
|
||||
"max": 6.0,
|
||||
"min": 0.0,
|
||||
"plateau": 2.0
|
||||
}
|
||||
},
|
||||
"vertical_radius_center_factor": 0.0,
|
||||
"vertical_radius_default_factor": 1.0,
|
||||
"width_smoothness": 3
|
||||
},
|
||||
"vertical_rotation": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_exclusive": 0.125,
|
||||
"min_inclusive": -0.125
|
||||
}
|
||||
},
|
||||
"y": {
|
||||
"type": "minecraft:uniform",
|
||||
"max_inclusive": {
|
||||
"absolute": 67
|
||||
},
|
||||
"min_inclusive": {
|
||||
"absolute": 10
|
||||
}
|
||||
},
|
||||
"yScale": 3.0
|
||||
}
|
||||
}
|
||||
71
data/minecraft/worldgen/configured_carver/cave.json
Normal file
71
data/minecraft/worldgen/configured_carver/cave.json
Normal file
@@ -0,0 +1,71 @@
|
||||
{
|
||||
"type": "minecraft:cave",
|
||||
"config": {
|
||||
"debug_settings": {
|
||||
"air_state": {
|
||||
"Name": "minecraft:crimson_button",
|
||||
"Properties": {
|
||||
"face": "wall",
|
||||
"facing": "north",
|
||||
"powered": "false"
|
||||
}
|
||||
},
|
||||
"barrier_state": {
|
||||
"Name": "minecraft:glass"
|
||||
},
|
||||
"lava_state": {
|
||||
"Name": "minecraft:orange_stained_glass"
|
||||
},
|
||||
"water_state": {
|
||||
"Name": "minecraft:candle",
|
||||
"Properties": {
|
||||
"candles": "1",
|
||||
"lit": "false",
|
||||
"waterlogged": "false"
|
||||
}
|
||||
}
|
||||
},
|
||||
"floor_level": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_exclusive": -0.4,
|
||||
"min_inclusive": -1.0
|
||||
}
|
||||
},
|
||||
"horizontal_radius_multiplier": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_exclusive": 1.4,
|
||||
"min_inclusive": 0.7
|
||||
}
|
||||
},
|
||||
"lava_level": {
|
||||
"above_bottom": 8
|
||||
},
|
||||
"probability": 0.15,
|
||||
"replaceable": "#minecraft:overworld_carver_replaceables",
|
||||
"vertical_radius_multiplier": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_exclusive": 1.3,
|
||||
"min_inclusive": 0.8
|
||||
}
|
||||
},
|
||||
"y": {
|
||||
"type": "minecraft:uniform",
|
||||
"max_inclusive": {
|
||||
"absolute": 180
|
||||
},
|
||||
"min_inclusive": {
|
||||
"above_bottom": 8
|
||||
}
|
||||
},
|
||||
"yScale": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_exclusive": 0.9,
|
||||
"min_inclusive": 0.1
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,71 @@
|
||||
{
|
||||
"type": "minecraft:cave",
|
||||
"config": {
|
||||
"debug_settings": {
|
||||
"air_state": {
|
||||
"Name": "minecraft:oak_button",
|
||||
"Properties": {
|
||||
"face": "wall",
|
||||
"facing": "north",
|
||||
"powered": "false"
|
||||
}
|
||||
},
|
||||
"barrier_state": {
|
||||
"Name": "minecraft:glass"
|
||||
},
|
||||
"lava_state": {
|
||||
"Name": "minecraft:orange_stained_glass"
|
||||
},
|
||||
"water_state": {
|
||||
"Name": "minecraft:candle",
|
||||
"Properties": {
|
||||
"candles": "1",
|
||||
"lit": "false",
|
||||
"waterlogged": "false"
|
||||
}
|
||||
}
|
||||
},
|
||||
"floor_level": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_exclusive": -0.4,
|
||||
"min_inclusive": -1.0
|
||||
}
|
||||
},
|
||||
"horizontal_radius_multiplier": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_exclusive": 1.4,
|
||||
"min_inclusive": 0.7
|
||||
}
|
||||
},
|
||||
"lava_level": {
|
||||
"above_bottom": 8
|
||||
},
|
||||
"probability": 0.07,
|
||||
"replaceable": "#minecraft:overworld_carver_replaceables",
|
||||
"vertical_radius_multiplier": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_exclusive": 1.3,
|
||||
"min_inclusive": 0.8
|
||||
}
|
||||
},
|
||||
"y": {
|
||||
"type": "minecraft:uniform",
|
||||
"max_inclusive": {
|
||||
"absolute": 47
|
||||
},
|
||||
"min_inclusive": {
|
||||
"above_bottom": 8
|
||||
}
|
||||
},
|
||||
"yScale": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_exclusive": 0.9,
|
||||
"min_inclusive": 0.1
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
23
data/minecraft/worldgen/configured_carver/nether_cave.json
Normal file
23
data/minecraft/worldgen/configured_carver/nether_cave.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "minecraft:nether_cave",
|
||||
"config": {
|
||||
"floor_level": -0.7,
|
||||
"horizontal_radius_multiplier": 1.0,
|
||||
"lava_level": {
|
||||
"above_bottom": 10
|
||||
},
|
||||
"probability": 0.2,
|
||||
"replaceable": "#minecraft:nether_carver_replaceables",
|
||||
"vertical_radius_multiplier": 1.0,
|
||||
"y": {
|
||||
"type": "minecraft:uniform",
|
||||
"max_inclusive": {
|
||||
"below_top": 1
|
||||
},
|
||||
"min_inclusive": {
|
||||
"absolute": 0
|
||||
}
|
||||
},
|
||||
"yScale": 0.5
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user