The-Acronym-Coders / O.R.E

The Central Repo For The O.R.E Project
4 stars 2 forks source link

Geode width and height settings are ignored #5

Open Octopork opened 8 years ago

Octopork commented 8 years ago
Forge Version & ORE + BASE Versions

Forge:12.18.2.2112 O.R.E: 1.0.3-1.10.2

Expected behavior

Geodes generate with their specified size

Snippet: { "name": "Diamond Geode", "type": "geode", "blocks": { "minecraft:diamond_ore": 1 }, "genTries": 1, "blockCount": 10, "minHeight": 0, "maxHeight": 128, "params": { "width": 20, "height": 10, "hollow": true, "outline": "minecraft:obsidian" }, "replaceable": [ "minecraft:stone", "minecraft:dirt", "minecraft:gravel" ], "chunkChance": 10, "biomeRestriction": "none", "biomes": [], "dimensionsRestriction": "none", "dimensions": [] }

Actual Behavior

No matter what i do these generate in the same size circular clusters

Link to Crashlog or Forgelog [If Applicable]

Not applicable

Steps to reproduce [If Applicable]

Alter paramaters of geodes.

Suggestion

Would it be possible to have outline and hollow as parameters for other types? Vein in particular. Could create much more interesting possibilities than just having a specific geode type that generates as an ellipsoid.