WhiskyTangoFawks / Expedition

9 stars 10 forks source link

Ores don't generate in the end #149

Open RCXcrafter opened 7 years ago

RCXcrafter commented 7 years ago

When an ore is set to spawn in the end in endstone, it doesn't actually generate. Everything else works properly.

Matakor commented 7 years ago

I've also been attempting to make ores spawn in the end in endstone. As far as I can tell, I have the cfgs set up correctly.

excerpt from stoneregistry:

"master stone list" { S:"Master list of stone blockstates" < minecraft:stone@0 minecraft:stone@1 minecraft:stone@3 minecraft:stone@5 wtfcore:natSandStone@0 wtfcore:natRedSandStone@0 minecraft:obsidian@0 minecraft:dirt@0 minecraft:sand@0 minecraft:sand@1 minecraft:gravel@0 minecraft:netherrack@0 minecraft:end_stone@0

}

"minecraft:end_stone@0" { B:"Allow cracked version to spawn in world (requires static deco blocks, and cracked stone ore generation)"=false S:"BlockState resource location"=end_stone#normal S:"Cobblestone version of block"= B:"Generate animated deco blocks (Lava crust, dripping, ect)"=false B:"Generate stalactite and stalagmites"=false B:"Generate static deco blocks (moss, cracked, ect)"=false S:"Stone texture resource location"=minecraft:blocks/end_stone }

excerpt from oresconfig:

"config for techreborn:techreborn" {

"ore@11 #cloud" {
    S:"0 Block Registry Name (changing this will break existing worlds)"=techreborn.ore11
    S:"0 List of background stones"=minecraft:end_stone@0
    I:"1 Amount of ore to attempt to generate per chunk (min, max)" <
        30
        120
     >
    I:"2 Generation height range (min % surface height, max % surface height)" <
        30
        105
     >
    I:"3 Dimensions to spawn in" <
        1
     >
    B:"4 Use dense versions of this ore block"=false
    S:"5 Ore texture"=techreborn.ore
    I:"6 Vein percent density (chance each block will generate or not)"=50
    S:"7 Percent ore generation in biome type"=
    S:"8 Required Biome types"=
    I:"Cloud diameter"=10
}

I'm uncertain as to why it doesn't work.

I have a similar set up for another TechReborn ore in the nether, and that functions perfectly.

Granted, netherrack was already in the stone registry. Maybe new stone registers aren't functioning? End stone is not a standard stoneregister in the config file.