Skip to content

Commit

Permalink
🥞
Browse files Browse the repository at this point in the history
  • Loading branch information
DaFuqs committed Jan 31, 2025
1 parent 080c742 commit 861eae8
Show file tree
Hide file tree
Showing 66 changed files with 159 additions and 379 deletions.
Original file line number Diff line number Diff line change
@@ -1,25 +1,23 @@
{
"logical_height": 256,
"infiniburn": "#minecraft:infiniburn_overworld",
"effects": "spectrum:deeper_down",
"ambient_light": 0.0,
"respawn_anchor_works": false,
"has_raids": false,
"min_y": -320,
"height": 256,
"natural": true,
"coordinate_scale": 1.0,
"piglin_safe": false,
"bed_works": true,
"has_skylight": false,
"has_ceiling": true,
"ultrawarm": false,
"monster_spawn_light_level": {
"type": "minecraft:uniform",
"value": {
"min_inclusive": 0,
"max_inclusive": 5
}
},
"monster_spawn_block_light_limit": 15
"logical_height": 256,
"infiniburn": "#minecraft:infiniburn_overworld",
"effects": "spectrum:deeper_down",
"ambient_light": 0.0,
"respawn_anchor_works": false,
"has_raids": false,
"min_y": -320,
"height": 256,
"natural": true,
"coordinate_scale": 1.0,
"piglin_safe": false,
"bed_works": true,
"has_skylight": false,
"has_ceiling": true,
"ultrawarm": false,
"monster_spawn_light_level": {
"type": "minecraft:uniform",
"min_inclusive": 0,
"max_inclusive": 5
},
"monster_spawn_block_light_limit": 15
}
Original file line number Diff line number Diff line change
@@ -1,19 +1,48 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "spectrum:sawblade_holly_berry"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"name": "spectrum:sawblade_holly_berry"
}
],
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 2,
"max": 3
},
"add": false
},
{
"function": "minecraft:apply_bonus",
"enchantment": "minecraft:fortune",
"formula": "minecraft:uniform_bonus_count",
"parameters": {
"bonusMultiplier": 1
}
}
],
"conditions": [
{
"condition": "minecraft:block_state_property",
"block": "spectrum:sawblade_holly_bush",
"properties": {
"age": "7"
}
}
]
}
],
"functions": [
{
"function": "minecraft:explosion_decay"
}
]
}
Original file line number Diff line number Diff line change
@@ -1,71 +1,63 @@
{
"type": "minecraft:cave",
"config": {
"probability": 0.15,
"y": {
"type": "minecraft:uniform",
"min_inclusive": {
"above_bottom": 8
},
"max_inclusive": {
"absolute": 180
}
},
"yScale": {
"type": "minecraft:uniform",
"value": {
"min_inclusive": 0.1,
"max_exclusive": 0.9
}
},
"lava_level": {
"above_bottom": 0
},
"replaceable": "#spectrum:deeper_down_carver_replaceables",
"debug_settings": {
"air_state": {
"Name": "minecraft:crimson_button",
"Properties": {
"face": "wall",
"facing": "north",
"powered": "false"
}
},
"water_state": {
"Name": "minecraft:candle",
"Properties": {
"candles": "1",
"lit": "false",
"waterlogged": "false"
}
},
"lava_state": {
"Name": "minecraft:orange_stained_glass"
},
"barrier_state": {
"Name": "minecraft:glass"
}
},
"horizontal_radius_multiplier": {
"type": "minecraft:uniform",
"value": {
"min_inclusive": 0.7,
"max_exclusive": 1.4
}
},
"vertical_radius_multiplier": {
"type": "minecraft:uniform",
"value": {
"min_inclusive": 0.8,
"max_exclusive": 1.3
}
},
"floor_level": {
"type": "minecraft:uniform",
"value": {
"min_inclusive": -1,
"max_exclusive": -0.4
}
}
}
"type": "minecraft:cave",
"config": {
"probability": 0.15,
"y": {
"type": "minecraft:uniform",
"min_inclusive": {
"above_bottom": 8
},
"max_inclusive": {
"absolute": 180
}
},
"yScale": {
"type": "minecraft:uniform",
"min_inclusive": 0.1,
"max_exclusive": 0.9
},
"lava_level": {
"above_bottom": 0
},
"replaceable": "#spectrum:deeper_down_carver_replaceables",
"debug_settings": {
"air_state": {
"Name": "minecraft:crimson_button",
"Properties": {
"face": "wall",
"facing": "north",
"powered": "false"
}
},
"water_state": {
"Name": "minecraft:candle",
"Properties": {
"candles": "1",
"lit": "false",
"waterlogged": "false"
}
},
"lava_state": {
"Name": "minecraft:orange_stained_glass"
},
"barrier_state": {
"Name": "minecraft:glass"
}
},
"horizontal_radius_multiplier": {
"type": "minecraft:uniform",
"min_inclusive": 0.7,
"max_exclusive": 1.4
},
"vertical_radius_multiplier": {
"type": "minecraft:uniform",
"min_inclusive": 0.8,
"max_exclusive": 1.3
},
"floor_level": {
"type": "minecraft:uniform",
"min_inclusive": -1,
"max_exclusive": -0.4
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,13 @@
"vine_block": "spectrum:abyssal_vines",
"minimum_height": {
"type": "minecraft:uniform",
"value": {
"min_inclusive": 2,
"max_inclusive": 7
}
},
"overgrowth": {
"type": "minecraft:uniform",
"value": {
"min_inclusive": 0.1,
"max_exclusive": 0.275
}
},
"berry_chance": 0.195,
"cutoff": 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@
"vegetation_chance": 0.2,
"xz_radius": {
"type": "minecraft:uniform",
"value": {
"min_inclusive": 0,
"max_inclusive": 1
}
},
"replaceable": "#spectrum:aloe_converted",
"ground_state": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,24 +57,18 @@
"placements_require_layer0_alternate": false,
"outer_wall_distance": {
"type": "minecraft:uniform",
"value": {
"min_inclusive": 4,
"max_inclusive": 6
}
},
"distribution_points": {
"type": "minecraft:uniform",
"value": {
"min_inclusive": 3,
"max_inclusive": 4
}
},
"point_offset": {
"type": "minecraft:uniform",
"value": {
"min_inclusive": 1,
"max_inclusive": 2
}
},
"min_gen_offset": -16,
"max_gen_offset": 16,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,24 +82,18 @@
"placements_require_layer0_alternate": true,
"outer_wall_distance": {
"type": "minecraft:uniform",
"value": {
"min_inclusive": 4,
"max_inclusive": 6
}
},
"distribution_points": {
"type": "minecraft:uniform",
"value": {
"min_inclusive": 3,
"max_inclusive": 4
}
},
"point_offset": {
"type": "minecraft:uniform",
"value": {
"min_inclusive": 1,
"max_inclusive": 2
}
},
"min_gen_offset": -16,
"max_gen_offset": 16,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,13 @@
},
"size": {
"type": "minecraft:uniform",
"value": {
"min_inclusive": 4,
"max_inclusive": 7
}
},
"rim_size": {
"type": "minecraft:uniform",
"value": {
"min_inclusive": 1,
"max_inclusive": 2
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,13 @@
},
"size": {
"type": "minecraft:uniform",
"value": {
"min_inclusive": 5,
"max_inclusive": 10
}
},
"rim_size": {
"type": "minecraft:uniform",
"value": {
"min_inclusive": 0,
"max_inclusive": 4
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,13 @@
},
"reach": {
"type": "minecraft:uniform",
"value": {
"min_inclusive": 3,
"max_inclusive": 6
}
},
"height": {
"type": "minecraft:uniform",
"value": {
"min_inclusive": 1,
"max_inclusive": 4
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,13 @@
},
"reach": {
"type": "minecraft:uniform",
"value": {
"min_inclusive": 1,
"max_inclusive": 5
}
},
"height": {
"type": "minecraft:uniform",
"value": {
"min_inclusive": 2,
"max_inclusive": 7
}
}
}
}
Loading

0 comments on commit 861eae8

Please sign in to comment.