OpenCubicChunks / CubicWorldGen

Customizable CubicChunks world generation
MIT License
55 stars 23 forks source link

Actually Additions Quartz Preset problem #71

Closed plaguewolf closed 4 years ago

plaguewolf commented 4 years ago

having some trouble setting up preset for ore gen with CWG and Actually Additions.

heres my process.

hold black quartz ore in hand, use /mt hand command which returns edit preset json for { "blockstate": { "Properties": { "type": "3" }, "Name": "actuallyadditions:block_misc" }, "spawnSize": 12, "spawnTries": 6, "spawnProbability": 0.45, "minHeight": -Infinity, "maxHeight": -0.1 },

where type: "variable" ive tried using the metadata number, the ordict ore name, the internal block_misc name from AA's code

all results as black_quartz_pillar, by leaving the type: "variable" empty (eg: removing that block from the json) i know that black_quartz_pillar is the default for actuallyadditions:block_misc

what am i doing wrong here?

plaguewolf commented 4 years ago

nm, i feel like a dummy, literally found it a minute later. https://github.com/Ellpeck/ActuallyAdditions/blob/master/src/main/java/de/ellpeck/actuallyadditions/mod/blocks/metalists/TheMiscBlocks.java#L21