Skip to content

Commit

Permalink
Merge pull request #218 from mrsterner/1.5.1-1.20.1
Browse files Browse the repository at this point in the history
the big
  • Loading branch information
mrsterner authored Oct 28, 2023
2 parents 24dbd3e + 26fc845 commit 21acb4c
Show file tree
Hide file tree
Showing 60 changed files with 1,137 additions and 190 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "forge:add_features",
"biomes": "#malum:has_blazing_quartz",
"features": "malum:blazing_quartz_ore",
"step": "underground_ores"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "forge:add_features",
"biomes": "#malum:has_quartz",
"features": "malum:deepslate_quartz_geode",
"step": "underground_decoration"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "forge:add_features",
"biomes": "#malum:has_soulstone",
"biomes": "#malum:has_quartz",
"features": "malum:ore_natural_quartz",
"step": "underground_ores"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "forge:add_features",
"biomes": "#malum:has_quartz",
"features": "malum:quartz_geode",
"step": "underground_decoration"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "forge:add_features",
"biomes": "#malum:has_rare_earths",
"features": "malum:rare_earth_geode",
"step": "underground_decoration"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "forge:add_features",
"biomes": "#malum:has_rare_runewood",
"features": "malum:rare_runewood_tree",
"step": "vegetal_decoration"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "forge:add_features",
"biomes": "#malum:has_runewood",
"features": "malum:runewood_tree",
"step": "vegetal_decoration"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"values": [
"#minecraft:is_overworld"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"values": [
"#minecraft:is_overworld"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"values": [
"#minecraft:is_forest"
]
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"values": [
"#minecraft:is_overworld"
"#forge:is_plains",
"#forge:is_mountain",
"#minecraft:is_hill"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "minecraft:ore",
"config": {
"discard_chance_on_air_exposure": 0.0,
"size": 14,
"targets": [
{
"state": {
"Name": "malum:blazing_quartz_ore"
},
"target": {
"predicate_type": "minecraft:tag_match",
"tag": "minecraft:base_stone_nether"
}
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "minecraft:ore",
"config": {
"discard_chance_on_air_exposure": 0.0,
"size": 30,
"size": 4,
"targets": [
{
"state": {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
{
"type": "minecraft:geode",
"config": {
"blocks": {
"alternate_inner_layer_provider": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "minecraft:raw_gold_block"
}
},
"cannot_replace": "#minecraft:features_cannot_replace",
"filling_provider": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "minecraft:raw_gold_block"
}
},
"inner_layer_provider": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "minecraft:deepslate_gold_ore"
}
},
"inner_placements": [
{
"Name": "minecraft:deepslate_gold_ore"
}
],
"invalid_blocks": "#minecraft:geode_invalid_blocks",
"middle_layer_provider": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "minecraft:calcite"
}
},
"outer_layer_provider": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "minecraft:smooth_basalt"
}
}
},
"crack": {
"base_crack_size": 2.0,
"crack_point_offset": 3,
"generate_crack_chance": 0.6000000238418579
},
"distribution_points": {
"type": "minecraft:uniform",
"value": {
"max_inclusive": 3,
"min_inclusive": 2
}
},
"invalid_blocks_threshold": 1,
"layers": {
"filling": 0.02,
"inner_layer": 0.2,
"middle_layer": 0.6,
"outer_layer": 1.4
},
"max_gen_offset": 16,
"min_gen_offset": -16,
"noise_multiplier": 0.1,
"outer_wall_distance": {
"type": "minecraft:uniform",
"value": {
"max_inclusive": 5,
"min_inclusive": 3
}
},
"placements_require_layer0_alternate": true,
"point_offset": {
"type": "minecraft:uniform",
"value": {
"max_inclusive": 1,
"min_inclusive": 0
}
},
"use_alternate_layer0_chance": 0.2,
"use_potential_placements_chance": 0.85
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
{
"type": "minecraft:geode",
"config": {
"blocks": {
"alternate_inner_layer_provider": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "malum:deepslate_quartz_ore"
}
},
"cannot_replace": "#minecraft:features_cannot_replace",
"filling_provider": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "minecraft:air"
}
},
"inner_layer_provider": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "malum:deepslate_quartz_ore"
}
},
"inner_placements": [
{
"Name": "malum:natural_quartz_cluster",
"Properties": {
"facing": "up",
"waterlogged": "false"
}
}
],
"invalid_blocks": "#minecraft:geode_invalid_blocks",
"middle_layer_provider": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "minecraft:calcite"
}
},
"outer_layer_provider": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "minecraft:smooth_basalt"
}
}
},
"crack": {
"base_crack_size": 4.0,
"crack_point_offset": 3,
"generate_crack_chance": 1.0
},
"distribution_points": {
"type": "minecraft:uniform",
"value": {
"max_inclusive": 3,
"min_inclusive": 2
}
},
"invalid_blocks_threshold": 1,
"layers": {
"filling": 1.0,
"inner_layer": 1.4,
"middle_layer": 2.6,
"outer_layer": 4.2
},
"max_gen_offset": 16,
"min_gen_offset": -16,
"noise_multiplier": 0.1,
"outer_wall_distance": {
"type": "minecraft:uniform",
"value": {
"max_inclusive": 5,
"min_inclusive": 3
}
},
"placements_require_layer0_alternate": true,
"point_offset": {
"type": "minecraft:uniform",
"value": {
"max_inclusive": 1,
"min_inclusive": 0
}
},
"use_alternate_layer0_chance": 0.2,
"use_potential_placements_chance": 0.85
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "minecraft:ore",
"config": {
"discard_chance_on_air_exposure": 0.0,
"size": 30,
"size": 5,
"targets": [
{
"state": {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
{
"type": "minecraft:geode",
"config": {
"blocks": {
"alternate_inner_layer_provider": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "malum:natural_quartz_ore"
}
},
"cannot_replace": "#minecraft:features_cannot_replace",
"filling_provider": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "minecraft:air"
}
},
"inner_layer_provider": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "malum:natural_quartz_ore"
}
},
"inner_placements": [
{
"Name": "malum:natural_quartz_cluster",
"Properties": {
"facing": "up",
"waterlogged": "false"
}
}
],
"invalid_blocks": "#minecraft:geode_invalid_blocks",
"middle_layer_provider": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "minecraft:tuff"
}
},
"outer_layer_provider": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "minecraft:smooth_basalt"
}
}
},
"crack": {
"base_crack_size": 4.0,
"crack_point_offset": 3,
"generate_crack_chance": 1.0
},
"distribution_points": {
"type": "minecraft:uniform",
"value": {
"max_inclusive": 3,
"min_inclusive": 2
}
},
"invalid_blocks_threshold": 1,
"layers": {
"filling": 1.0,
"inner_layer": 1.2,
"middle_layer": 2.2,
"outer_layer": 2.8
},
"max_gen_offset": 16,
"min_gen_offset": -16,
"noise_multiplier": 0.1,
"outer_wall_distance": {
"type": "minecraft:uniform",
"value": {
"max_inclusive": 5,
"min_inclusive": 3
}
},
"placements_require_layer0_alternate": true,
"point_offset": {
"type": "minecraft:uniform",
"value": {
"max_inclusive": 1,
"min_inclusive": 0
}
},
"use_alternate_layer0_chance": 0.2,
"use_potential_placements_chance": 0.85
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "minecraft:ore",
"config": {
"discard_chance_on_air_exposure": 0.0,
"size": 30,
"size": 8,
"targets": [
{
"state": {
Expand Down
Loading

0 comments on commit 21acb4c

Please sign in to comment.