PolyhedralDev / Terra

Voxel world generation modding platform
MIT License
644 stars 87 forks source link

[Feature] Adding support to ItemsAdder #361

Closed RareMaker50 closed 2 years ago

RareMaker50 commented 2 years ago

Pre-Request Checklist

Feature Description

Adding support for ItemsAdder ores into Terra Worlds

What Problem Does This Solve?

When I try to add custom ores into my world using terra generator/world, It realy annoys me that I have to either manually place the ores or have to use world edit to add the ores and even those solutions aren't that great/work well.

A Solution You'd Like

Being able to add itemsadder: to the world files so the ores would be automatically generated there like on other inferior generators

Alternative Solutions

  1. Manually replacing, takes too much time and isn't efficient for an entire world

  2. Using world edit to replaceall, to resource heavy and doesn't even work well/work at all sometimes

Additonal Context

Sancires commented 2 years ago

This is something that would be added by an addon and not included within Terra itself.