Botania Unofficial

Botania Unofficial

795k Downloads

Allow manual additions to the botania config for the Orechid Spawns

DrasticDemise opened this issue · 12 comments

commented

Some ores are not automatically supported, would be nice to be able to go through and edit the weights or add additional ores to the list through the config

commented

That's a minetweaker feature.
On Sun, May 22, 2016 at 5:32 PM DrasticDemise [email protected]
wrote:

Some ores are not automatically supported, would be nice to be able to go
through and edit the weights or add additional ores to the list through the
config


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#298

commented

Modtweaker is currently not supported for the latest versions, and installing two additional mods to just change the weights of even vanilla ores internally is not very intuitive

commented

@DrasticDemise MineTweaker and Modtweaker are very widely supported from many mods, you can call them almost core mods, IMHO they have a special role and should always be present if you are going to mix more than one mod or start adjusting a single mod to your own demands. Establishing a parallel adjustment in the mod configs besides Minetwekaer would ruin the support and making the Modpack-World a mess of configs again

commented

might even make this a loot table :P

actually it uses oredict so not very feasible

commented

maybe have the Orechid break the block and drop the item, if it runs into an item?

commented

what happens if it runs into an item in a loot table, then?

commented

@williewillus if it uses oredict, why not make a function to generate a pool from oredict?

commented

grand. PR time? :P

commented

that requires adding to the loot table specification, which only forge can do (just opened an issue)

commented

also I think this was specifically left to minetweaker to do

commented

idea rejected :P

commented

There's API functions to do this so I assume that it was intentionally left to *-tweaker and/or addons to do