Add deepslate ores

This commit is contained in:
modmuss50 2021-11-17 22:40:02 +00:00
parent dd79effe80
commit 6f8282b188
93 changed files with 257 additions and 42 deletions

View file

@ -392,7 +392,20 @@ public class TRContent {
SODALITE(6, 3, 10, 250, MiningLevel.DIAMOND, TargetDimension.END),
SPHALERITE(6, 3, 10, 126, MiningLevel.IRON, TargetDimension.NETHER),
TIN(8, 16, 20, 60, MiningLevel.STONE, TargetDimension.OVERWORLD),
TUNGSTEN(6, 3, 10, 250, MiningLevel.DIAMOND, TargetDimension.END);
TUNGSTEN(6, 3, 10, 250, MiningLevel.DIAMOND, TargetDimension.END),
DEEPSLATE_BAUXITE(6, 10, -50, 20, MiningLevel.IRON, TargetDimension.DEEP_OVERWORLD),
DEEPSLATE_GALENA(8, 16, -50, 20, MiningLevel.IRON, TargetDimension.DEEP_OVERWORLD),
DEEPSLATE_IRIDIUM(3, 3, -55, 20, MiningLevel.DIAMOND, TargetDimension.DEEP_OVERWORLD),
DEEPSLATE_LEAD(6, 16, -40, 20, MiningLevel.IRON, TargetDimension.DEEP_OVERWORLD),
DEEPSLATE_PERIDOT(6, 3, -50, 20, MiningLevel.DIAMOND, null),
DEEPSLATE_RUBY(6, 3, -50, 20, MiningLevel.IRON, TargetDimension.DEEP_OVERWORLD),
DEEPSLATE_SAPPHIRE(6, 3, -50, 20, MiningLevel.IRON, TargetDimension.DEEP_OVERWORLD),
DEEPSLATE_SHELDONITE(6, 3, -50, 20, MiningLevel.DIAMOND, null),
DEEPSLATE_SILVER(6, 16, -40, 20, MiningLevel.IRON, TargetDimension.DEEP_OVERWORLD),
DEEPSLATE_SODALITE(6, 3, -50, 20, MiningLevel.DIAMOND, null),
DEEPSLATE_TIN(8, 16, -40, 20, MiningLevel.STONE, TargetDimension.DEEP_OVERWORLD),
DEEPSLATE_TUNGSTEN(6, 3, -50, 20, MiningLevel.DIAMOND, null);
public final String name;
public final Block block;

View file

@ -10,7 +10,8 @@ import net.minecraft.world.gen.feature.OreConfiguredFeatures;
import java.util.function.Predicate;
public enum TargetDimension {
OVERWORLD(BiomeSelectors.foundInOverworld(), OreConfiguredFeatures.BASE_STONE_OVERWORLD),
OVERWORLD(BiomeSelectors.foundInOverworld(), OreConfiguredFeatures.STONE_ORE_REPLACEABLES),
DEEP_OVERWORLD(BiomeSelectors.foundInOverworld(), OreConfiguredFeatures.DEEPSLATE_ORE_REPLACEABLES),
NETHER(BiomeSelectors.foundInTheNether(), OreConfiguredFeatures.BASE_STONE_NETHER),
END(BiomeSelectors.foundInTheEnd(), new BlockStateMatchRuleTest(Blocks.END_STONE.getDefaultState()));

View file

@ -80,6 +80,7 @@ public class WorldGenerator {
private static List<OreFeature> getOreFeatures() {
return Arrays.stream(TRContent.Ores.values())
.filter(ores -> ores.dimension != null)
.map(OreFeature::new)
.toList();
}

View file

@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "techreborn:block/ore/deepslate/deepslate_bauxite_ore" }
}
}

View file

@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "techreborn:block/ore/deepslate/deepslate_galena_ore" }
}
}

View file

@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "techreborn:block/ore/deepslate/deepslate_iridium_ore" }
}
}

View file

@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "techreborn:block/ore/deepslate/deepslate_lead_ore" }
}
}

View file

@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "techreborn:block/ore/deepslate/deepslate_peridot_ore" }
}
}

View file

@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "techreborn:block/ore/deepslate/deepslate_ruby_ore" }
}
}

View file

@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "techreborn:block/ore/deepslate/deepslate_sapphire_ore" }
}
}

View file

@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "techreborn:block/ore/deepslate/deepslate_sheldonite_ore" }
}
}

View file

@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "techreborn:block/ore/deepslate/deepslate_silver_ore" }
}
}

View file

@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "techreborn:block/ore/deepslate/deepslate_sodalite_ore" }
}
}

View file

@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "techreborn:block/ore/deepslate/deepslate_sphalerite_ore" }
}
}

View file

@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "techreborn:block/ore/deepslate/deepslate_tin_ore" }
}
}

View file

@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "techreborn:block/ore/deepslate/deepslate_tungsten_ore" }
}
}

View file

@ -130,6 +130,25 @@
"block.techreborn.tin_ore": "Tin Ore",
"block.techreborn.tungsten_ore": "Tungsten Ore",
"_comment2.2": "Ores",
"block.techreborn.deepslate_bauxite_ore": "Deepslate Bauxite Ore",
"block.techreborn.deepslate_cinnabar_ore": "Deepslate Cinnabar Ore",
"block.techreborn.deepslate_copper_ore": "Deepslate Copper Ore",
"block.techreborn.deepslate_galena_ore": "Deepslate Galena Ore",
"block.techreborn.deepslate_iridium_ore": "Deepslate Iridium Ore",
"block.techreborn.deepslate_lead_ore": "Deepslate Lead Ore",
"block.techreborn.deepslate_peridot_ore": "Deepslate Peridot Ore",
"block.techreborn.deepslate_pyrite_ore": "Deepslate Pyrite Ore",
"block.techreborn.deepslate_ruby_ore": "Deepslate Ruby Ore",
"block.techreborn.deepslate_sapphire_ore": "Deepslate Sapphire Ore",
"block.techreborn.deepslate_sheldonite_ore": "Deepslate Sheldonite Ore",
"block.techreborn.deepslate_silver_ore": "Deepslate Silver Ore",
"block.techreborn.deepslate_sodalite_ore": "Deepslate Sodalite Ore",
"block.techreborn.deepslate_sphalerite_ore": "Deepslate Sphalerite Ore",
"block.techreborn.deepslate_tin_ore": "Deepslate Tin Ore",
"block.techreborn.deepslate_tungsten_ore": "Deepslate Tungsten Ore",
"_comment3": "Storage",
"block.techreborn.aluminum_storage_block": "Block of Aluminium",
"block.techreborn.aluminum_storage_block_stairs": "Aluminium Stairs",

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "techreborn:block/ore/deepslate/deepslate_bauxite_ore"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "techreborn:block/ore/deepslate/deepslate_galena_ore"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "techreborn:block/ore/deepslate/deepslate_iridium_ore"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "techreborn:block/ore/deepslate/deepslate_lead_ore"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "techreborn:block/ore/deepslate/deepslate_peridot_ore"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "techreborn:block/ore/deepslate/deepslate_ruby_ore"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "techreborn:block/ore/deepslate/deepslate_sapphire_ore"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "techreborn:block/ore/deepslate/deepslate_sheldonite_ore"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "techreborn:block/ore/deepslate/deepslate_silver_ore"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "techreborn:block/ore/deepslate/deepslate_sodalite_ore"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "techreborn:block/ore/deepslate/deepslate_tin_ore"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "techreborn:block/ore/deepslate/deepslate_tungsten_ore"
}
}

View file

@ -0,0 +1,3 @@
{
"parent": "techreborn:block/ore/deepslate/deepslate_bauxite_ore"
}

View file

@ -0,0 +1,3 @@
{
"parent": "techreborn:block/ore/deepslate/deepslate_galena_ore"
}

View file

@ -0,0 +1,3 @@
{
"parent": "techreborn:block/ore/deepslate/deepslate_iridium_ore"
}

View file

@ -0,0 +1,3 @@
{
"parent": "techreborn:block/ore/deepslate/deepslate_lead_ore"
}

View file

@ -0,0 +1,3 @@
{
"parent": "techreborn:block/ore/deepslate/deepslate_peridot_ore"
}

View file

@ -0,0 +1,3 @@
{
"parent": "techreborn:block/ore/deepslate/deepslate_ruby_ore"
}

View file

@ -0,0 +1,3 @@
{
"parent": "techreborn:block/ore/deepslate/deepslate_sapphire_ore"
}

View file

@ -0,0 +1,3 @@
{
"parent": "techreborn:block/ore/deepslate/deepslate_sheldonite_ore"
}

View file

@ -0,0 +1,3 @@
{
"parent": "techreborn:block/ore/deepslate/deepslate_silver_ore"
}

View file

@ -0,0 +1,3 @@
{
"parent": "techreborn:block/ore/deepslate/deepslate_sodalite_ore"
}

View file

@ -0,0 +1,3 @@
{
"parent": "techreborn:block/ore/deepslate/deepslate_tin_ore"
}

View file

@ -0,0 +1,3 @@
{
"parent": "techreborn:block/ore/deepslate/deepslate_tungsten_ore"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 736 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 607 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 606 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 607 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 729 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 698 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 746 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 762 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 713 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 727 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 767 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 761 B

View file

@ -1,6 +1,7 @@
{
"replace": false,
"values": [
"techreborn:bauxite_ore"
"techreborn:bauxite_ore",
"techreborn:deepslate_bauxite_ore"
]
}

View file

@ -1,6 +1,7 @@
{
"replace": false,
"values": [
"techreborn:galena_ore"
"techreborn:galena_ore",
"techreborn:deepslate_galena_ore"
]
}

View file

@ -1,6 +1,7 @@
{
"replace": false,
"values": [
"techreborn:iridium_ore"
"techreborn:iridium_ore",
"techreborn:deepslate_iridium_ore"
]
}

View file

@ -1,6 +1,7 @@
{
"replace": false,
"values": [
"techreborn:lead_ore"
"techreborn:lead_ore",
"techreborn:deepslate_lead_ore"
]
}

View file

@ -1,6 +1,7 @@
{
"replace": false,
"values": [
"techreborn:peridot_ore"
"techreborn:peridot_ore",
"techreborn:deepslate_peridot_ore"
]
}

View file

@ -1,6 +1,7 @@
{
"replace": false,
"values": [
"techreborn:ruby_ore"
"techreborn:ruby_ore",
"techreborn:deepslate_ruby_ore"
]
}

View file

@ -1,6 +1,7 @@
{
"replace": false,
"values": [
"techreborn:sapphire_ore"
"techreborn:sapphire_ore",
"techreborn:deepslate_sapphire_ore"
]
}

View file

@ -1,6 +1,7 @@
{
"replace": false,
"values": [
"techreborn:sheldonite_ore"
"techreborn:sheldonite_ore",
"techreborn:deepslate_sheldonite_ore"
]
}

View file

@ -1,6 +1,7 @@
{
"replace": false,
"values": [
"techreborn:silver_ore"
"techreborn:silver_ore",
"techreborn:deepslate_silver_ore"
]
}

View file

@ -1,6 +1,7 @@
{
"replace": false,
"values": [
"techreborn:sodalite_ore"
"techreborn:sodalite_ore",
"techreborn:deepslate_sodalite_ore"
]
}

View file

@ -1,6 +1,7 @@
{
"replace": false,
"values": [
"techreborn:tin_ore"
"techreborn:tin_ore",
"techreborn:deepslate_tin_ore"
]
}

View file

@ -1,6 +1,7 @@
{
"replace": false,
"values": [
"techreborn:tungsten_ore"
"techreborn:tungsten_ore",
"techreborn:deepslate_tungsten_ore"
]
}

View file

@ -1,6 +1,7 @@
{
"replace": false,
"values": [
"techreborn:bauxite_ore"
"techreborn:bauxite_ore",
"techreborn:deepslate_bauxite_ore"
]
}

View file

@ -1,6 +1,7 @@
{
"replace": false,
"values": [
"techreborn:galena_ore"
"techreborn:galena_ore",
"techreborn:deepslate_galena_ore"
]
}

View file

@ -1,6 +1,7 @@
{
"replace": false,
"values": [
"techreborn:iridium_ore"
"techreborn:iridium_ore",
"techreborn:deepslate_iridium_ore"
]
}

View file

@ -1,6 +1,7 @@
{
"replace": false,
"values": [
"techreborn:lead_ore"
"techreborn:lead_ore",
"techreborn:deepslate_lead_ore"
]
}

View file

@ -1,6 +1,7 @@
{
"replace": false,
"values": [
"techreborn:peridot_ore"
"techreborn:peridot_ore",
"techreborn:deepslate_peridot_ore"
]
}

View file

@ -1,6 +1,7 @@
{
"replace": false,
"values": [
"techreborn:ruby_ore"
"techreborn:ruby_ore",
"techreborn:deepslate_ruby_ore"
]
}

View file

@ -1,6 +1,7 @@
{
"replace": false,
"values": [
"techreborn:sapphire_ore"
"techreborn:sapphire_ore",
"techreborn:deepslate_sapphire_ore"
]
}

View file

@ -1,6 +1,7 @@
{
"replace": false,
"values": [
"techreborn:sheldonite_ore"
"techreborn:sheldonite_ore",
"techreborn:deepslate_sheldonite_ore"
]
}

View file

@ -1,6 +1,7 @@
{
"replace": false,
"values": [
"techreborn:silver_ore"
"techreborn:silver_ore",
"techreborn:deepslate_silver_ore"
]
}

View file

@ -1,6 +1,7 @@
{
"replace": false,
"values": [
"techreborn:sodalite_ore"
"techreborn:sodalite_ore",
"techreborn:deepslate_sodalite_ore"
]
}

View file

@ -1,6 +1,7 @@
{
"replace": false,
"values": [
"techreborn:tin_ore"
"techreborn:tin_ore",
"techreborn:deepslate_tin_ore"
]
}

View file

@ -1,6 +1,7 @@
{
"replace": false,
"values": [
"techreborn:tungsten_ore"
"techreborn:tungsten_ore",
"techreborn:deepslate_tungsten_ore"
]
}

View file

@ -1 +0,0 @@
{"biomeSelector":"overworld","generationStep":"UNDERGROUND_ORES","configuredFeature":{"config":{"feature":{"config":{"feature":{"config":{"feature":{"config":{"targets":[{"target":{"tag":"minecraft:base_stone_overworld","predicate_type":"minecraft:tag_match"},"state":{"Name":"techreborn:bauxite_ore"}}],"size":6,"discard_chance_on_air_exposure":0.0},"type":"minecraft:ore"},"decorator":{"config":{"bottom_inclusive":{"above_bottom":0},"top_inclusive":{"absolute":60}},"type":"minecraft:range"}},"type":"minecraft:decorated"},"decorator":{"config":{},"type":"minecraft:square"}},"type":"minecraft:decorated"},"decorator":{"config":{"count":10},"type":"minecraft:count"}},"type":"minecraft:decorated"}}

View file

@ -1 +0,0 @@
{"biomeSelector":"overworld","generationStep":"UNDERGROUND_ORES","configuredFeature":{"config":{"feature":{"config":{"feature":{"config":{"feature":{"config":{"targets":[{"target":{"tag":"minecraft:base_stone_nether","predicate_type":"minecraft:tag_match"},"state":{"Name":"techreborn:cinnabar_ore"}}],"size":6,"discard_chance_on_air_exposure":0.0},"type":"minecraft:ore"},"decorator":{"config":{"bottom_inclusive":{"above_bottom":0},"top_inclusive":{"absolute":126}},"type":"minecraft:range"}},"type":"minecraft:decorated"},"decorator":{"config":{},"type":"minecraft:square"}},"type":"minecraft:decorated"},"decorator":{"config":{"count":3},"type":"minecraft:count"}},"type":"minecraft:decorated"}}

View file

@ -1 +0,0 @@
{"biomeSelector":"overworld","generationStep":"UNDERGROUND_ORES","configuredFeature":{"config":{"feature":{"config":{"feature":{"config":{"feature":{"config":{"targets":[{"target":{"tag":"minecraft:base_stone_overworld","predicate_type":"minecraft:tag_match"},"state":{"Name":"techreborn:galena_ore"}}],"size":8,"discard_chance_on_air_exposure":0.0},"type":"minecraft:ore"},"decorator":{"config":{"bottom_inclusive":{"above_bottom":0},"top_inclusive":{"absolute":60}},"type":"minecraft:range"}},"type":"minecraft:decorated"},"decorator":{"config":{},"type":"minecraft:square"}},"type":"minecraft:decorated"},"decorator":{"config":{"count":16},"type":"minecraft:count"}},"type":"minecraft:decorated"}}

View file

@ -1 +0,0 @@
{"biomeSelector":"overworld","generationStep":"UNDERGROUND_ORES","configuredFeature":{"config":{"feature":{"config":{"feature":{"config":{"feature":{"config":{"targets":[{"target":{"tag":"minecraft:base_stone_overworld","predicate_type":"minecraft:tag_match"},"state":{"Name":"techreborn:iridium_ore"}}],"size":3,"discard_chance_on_air_exposure":0.0},"type":"minecraft:ore"},"decorator":{"config":{"bottom_inclusive":{"above_bottom":0},"top_inclusive":{"absolute":60}},"type":"minecraft:range"}},"type":"minecraft:decorated"},"decorator":{"config":{},"type":"minecraft:square"}},"type":"minecraft:decorated"},"decorator":{"config":{"count":3},"type":"minecraft:count"}},"type":"minecraft:decorated"}}

View file

@ -1 +0,0 @@
{"biomeSelector":"overworld","generationStep":"UNDERGROUND_ORES","configuredFeature":{"config":{"feature":{"config":{"feature":{"config":{"feature":{"config":{"targets":[{"target":{"tag":"minecraft:base_stone_overworld","predicate_type":"minecraft:tag_match"},"state":{"Name":"techreborn:lead_ore"}}],"size":6,"discard_chance_on_air_exposure":0.0},"type":"minecraft:ore"},"decorator":{"config":{"bottom_inclusive":{"above_bottom":0},"top_inclusive":{"absolute":60}},"type":"minecraft:range"}},"type":"minecraft:decorated"},"decorator":{"config":{},"type":"minecraft:square"}},"type":"minecraft:decorated"},"decorator":{"config":{"count":16},"type":"minecraft:count"}},"type":"minecraft:decorated"}}

View file

@ -1 +0,0 @@
{"biomeSelector":"overworld","generationStep":"UNDERGROUND_ORES","configuredFeature":{"config":{"feature":{"config":{"feature":{"config":{"feature":{"config":{"targets":[{"target":{"block_state":{"Name":"minecraft:end_stone"},"predicate_type":"minecraft:blockstate_match"},"state":{"Name":"techreborn:peridot_ore"}}],"size":6,"discard_chance_on_air_exposure":0.0},"type":"minecraft:ore"},"decorator":{"config":{"bottom_inclusive":{"above_bottom":0},"top_inclusive":{"absolute":250}},"type":"minecraft:range"}},"type":"minecraft:decorated"},"decorator":{"config":{},"type":"minecraft:square"}},"type":"minecraft:decorated"},"decorator":{"config":{"count":3},"type":"minecraft:count"}},"type":"minecraft:decorated"}}

View file

@ -1 +0,0 @@
{"biomeSelector":"overworld","generationStep":"UNDERGROUND_ORES","configuredFeature":{"config":{"feature":{"config":{"feature":{"config":{"feature":{"config":{"targets":[{"target":{"tag":"minecraft:base_stone_nether","predicate_type":"minecraft:tag_match"},"state":{"Name":"techreborn:pyrite_ore"}}],"size":6,"discard_chance_on_air_exposure":0.0},"type":"minecraft:ore"},"decorator":{"config":{"bottom_inclusive":{"above_bottom":0},"top_inclusive":{"absolute":126}},"type":"minecraft:range"}},"type":"minecraft:decorated"},"decorator":{"config":{},"type":"minecraft:square"}},"type":"minecraft:decorated"},"decorator":{"config":{"count":3},"type":"minecraft:count"}},"type":"minecraft:decorated"}}

View file

@ -1 +0,0 @@
{"biomeSelector":"overworld","generationStep":"VEGETAL_DECORATION","configuredFeature":{"config":{"feature":{"config":{"decorators":[],"ignore_vines":false,"force_dirt":false,"dirt_provider":{"state":{"Name":"minecraft:dirt"},"type":"minecraft:simple_state_provider"},"minimum_size":{"limit":1,"lower_size":0,"upper_size":1,"type":"minecraft:two_layers_feature_size"},"trunk_provider":{"entries":[{"weight":10,"data":{"Properties":{"shouldsap":"true","hassap":"false","facing":"north","axis":"y"},"Name":"techreborn:rubber_log"}},{"weight":1,"data":{"Properties":{"shouldsap":"true","hassap":"true","facing":"north","axis":"y"},"Name":"techreborn:rubber_log"}},{"weight":1,"data":{"Properties":{"shouldsap":"true","hassap":"true","facing":"south","axis":"y"},"Name":"techreborn:rubber_log"}},{"weight":1,"data":{"Properties":{"shouldsap":"true","hassap":"true","facing":"west","axis":"y"},"Name":"techreborn:rubber_log"}},{"weight":1,"data":{"Properties":{"shouldsap":"true","hassap":"true","facing":"east","axis":"y"},"Name":"techreborn:rubber_log"}}],"type":"minecraft:weighted_state_provider"},"trunk_placer":{"base_height":6,"height_rand_a":3,"height_rand_b":0,"type":"minecraft:straight_trunk_placer"},"foliage_provider":{"state":{"Properties":{"persistent":"false","distance":"7"},"Name":"techreborn:rubber_leaves"},"type":"minecraft:simple_state_provider"},"foliage_placer":{"height":3,"spireHeight":3,"spireBlockState":{"Properties":{"persistent":"false","distance":"7"},"Name":"techreborn:rubber_leaves"},"radius":2,"offset":0,"type":"techreborn:rubber_tree"}},"type":"techreborn:rubber_tree"},"decorator":{"config":{"chance":50},"type":"techreborn:rubber_tree"}},"type":"minecraft:decorated"}}

View file

@ -1 +0,0 @@
{"biomeSelector":"overworld","generationStep":"UNDERGROUND_ORES","configuredFeature":{"config":{"feature":{"config":{"feature":{"config":{"feature":{"config":{"targets":[{"target":{"tag":"minecraft:base_stone_overworld","predicate_type":"minecraft:tag_match"},"state":{"Name":"techreborn:ruby_ore"}}],"size":6,"discard_chance_on_air_exposure":0.0},"type":"minecraft:ore"},"decorator":{"config":{"bottom_inclusive":{"above_bottom":0},"top_inclusive":{"absolute":60}},"type":"minecraft:range"}},"type":"minecraft:decorated"},"decorator":{"config":{},"type":"minecraft:square"}},"type":"minecraft:decorated"},"decorator":{"config":{"count":3},"type":"minecraft:count"}},"type":"minecraft:decorated"}}

View file

@ -1 +0,0 @@
{"biomeSelector":"overworld","generationStep":"UNDERGROUND_ORES","configuredFeature":{"config":{"feature":{"config":{"feature":{"config":{"feature":{"config":{"targets":[{"target":{"tag":"minecraft:base_stone_overworld","predicate_type":"minecraft:tag_match"},"state":{"Name":"techreborn:sapphire_ore"}}],"size":6,"discard_chance_on_air_exposure":0.0},"type":"minecraft:ore"},"decorator":{"config":{"bottom_inclusive":{"above_bottom":0},"top_inclusive":{"absolute":60}},"type":"minecraft:range"}},"type":"minecraft:decorated"},"decorator":{"config":{},"type":"minecraft:square"}},"type":"minecraft:decorated"},"decorator":{"config":{"count":3},"type":"minecraft:count"}},"type":"minecraft:decorated"}}

View file

@ -1 +0,0 @@
{"biomeSelector":"overworld","generationStep":"UNDERGROUND_ORES","configuredFeature":{"config":{"feature":{"config":{"feature":{"config":{"feature":{"config":{"targets":[{"target":{"block_state":{"Name":"minecraft:end_stone"},"predicate_type":"minecraft:blockstate_match"},"state":{"Name":"techreborn:sheldonite_ore"}}],"size":6,"discard_chance_on_air_exposure":0.0},"type":"minecraft:ore"},"decorator":{"config":{"bottom_inclusive":{"above_bottom":0},"top_inclusive":{"absolute":250}},"type":"minecraft:range"}},"type":"minecraft:decorated"},"decorator":{"config":{},"type":"minecraft:square"}},"type":"minecraft:decorated"},"decorator":{"config":{"count":3},"type":"minecraft:count"}},"type":"minecraft:decorated"}}

View file

@ -1 +0,0 @@
{"biomeSelector":"overworld","generationStep":"UNDERGROUND_ORES","configuredFeature":{"config":{"feature":{"config":{"feature":{"config":{"feature":{"config":{"targets":[{"target":{"tag":"minecraft:base_stone_overworld","predicate_type":"minecraft:tag_match"},"state":{"Name":"techreborn:silver_ore"}}],"size":6,"discard_chance_on_air_exposure":0.0},"type":"minecraft:ore"},"decorator":{"config":{"bottom_inclusive":{"above_bottom":0},"top_inclusive":{"absolute":60}},"type":"minecraft:range"}},"type":"minecraft:decorated"},"decorator":{"config":{},"type":"minecraft:square"}},"type":"minecraft:decorated"},"decorator":{"config":{"count":16},"type":"minecraft:count"}},"type":"minecraft:decorated"}}

View file

@ -1 +0,0 @@
{"biomeSelector":"overworld","generationStep":"UNDERGROUND_ORES","configuredFeature":{"config":{"feature":{"config":{"feature":{"config":{"feature":{"config":{"targets":[{"target":{"block_state":{"Name":"minecraft:end_stone"},"predicate_type":"minecraft:blockstate_match"},"state":{"Name":"techreborn:sodalite_ore"}}],"size":6,"discard_chance_on_air_exposure":0.0},"type":"minecraft:ore"},"decorator":{"config":{"bottom_inclusive":{"above_bottom":0},"top_inclusive":{"absolute":250}},"type":"minecraft:range"}},"type":"minecraft:decorated"},"decorator":{"config":{},"type":"minecraft:square"}},"type":"minecraft:decorated"},"decorator":{"config":{"count":3},"type":"minecraft:count"}},"type":"minecraft:decorated"}}

View file

@ -1 +0,0 @@
{"biomeSelector":"overworld","generationStep":"UNDERGROUND_ORES","configuredFeature":{"config":{"feature":{"config":{"feature":{"config":{"feature":{"config":{"targets":[{"target":{"tag":"minecraft:base_stone_nether","predicate_type":"minecraft:tag_match"},"state":{"Name":"techreborn:sphalerite_ore"}}],"size":6,"discard_chance_on_air_exposure":0.0},"type":"minecraft:ore"},"decorator":{"config":{"bottom_inclusive":{"above_bottom":0},"top_inclusive":{"absolute":126}},"type":"minecraft:range"}},"type":"minecraft:decorated"},"decorator":{"config":{},"type":"minecraft:square"}},"type":"minecraft:decorated"},"decorator":{"config":{"count":3},"type":"minecraft:count"}},"type":"minecraft:decorated"}}

View file

@ -1 +0,0 @@
{"biomeSelector":"overworld","generationStep":"UNDERGROUND_ORES","configuredFeature":{"config":{"feature":{"config":{"feature":{"config":{"feature":{"config":{"targets":[{"target":{"tag":"minecraft:base_stone_overworld","predicate_type":"minecraft:tag_match"},"state":{"Name":"techreborn:tin_ore"}}],"size":8,"discard_chance_on_air_exposure":0.0},"type":"minecraft:ore"},"decorator":{"config":{"bottom_inclusive":{"above_bottom":0},"top_inclusive":{"absolute":60}},"type":"minecraft:range"}},"type":"minecraft:decorated"},"decorator":{"config":{},"type":"minecraft:square"}},"type":"minecraft:decorated"},"decorator":{"config":{"count":16},"type":"minecraft:count"}},"type":"minecraft:decorated"}}

View file

@ -1 +0,0 @@
{"biomeSelector":"overworld","generationStep":"UNDERGROUND_ORES","configuredFeature":{"config":{"feature":{"config":{"feature":{"config":{"feature":{"config":{"targets":[{"target":{"block_state":{"Name":"minecraft:end_stone"},"predicate_type":"minecraft:blockstate_match"},"state":{"Name":"techreborn:tungsten_ore"}}],"size":6,"discard_chance_on_air_exposure":0.0},"type":"minecraft:ore"},"decorator":{"config":{"bottom_inclusive":{"above_bottom":0},"top_inclusive":{"absolute":250}},"type":"minecraft:range"}},"type":"minecraft:decorated"},"decorator":{"config":{},"type":"minecraft:square"}},"type":"minecraft:decorated"},"decorator":{"config":{"count":3},"type":"minecraft:count"}},"type":"minecraft:decorated"}}