[Request] Command for Orechid Weights
Yulife opened this issue ยท 4 comments
Using ...
"// Orechid
// Ore Dictionary Entry, Weight
mods.botania.Orechid.addOre("blockNetherStar", 9000);"
..you are able to add ores to the Orechid. From the first sight, those weights tell me nothing at all. A command that would print all weights of all ores in the minetweaker.txt would be pretty nifty.
"/mt botaniaOrechid" maybe?
Looks like it was put in wrong:
MineTweakerAPI.server.addMineTweakerCommand("botaniaOrchid", new String[] { "/minetweaker botaniaOrechid", " Outputs a list of keys for botania orechid weights" }, new BotaniaOrechidLogger());
Try /mt botaniaOrchid.
Also, this should probably be fixed. The "Help" description does not match the actual command.