-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Ability to config items/blocks that can be turned into compost #25
Comments
Already possible through a MineTweaker API. Since there are other parameters involved, it will likely remain a MineTweaker-only configuration item. https://github.com/jaquadro/GardenCollection/wiki/Compost-Bin |
Awesome. I didn't realize that. Thanks so much! Please close. |
I added this to a script, but I can't seem to get it to work: I get the error message: Edit: Nevermind… that error above was related to having a forge ore dict entry in another script. That said, I am however having difficulty getting the Script correct for using OreDicts. |
I didn't even know MT had explicit OreDict types. It expects a plain old string which would be your oredict key, like "plankWood". |
They might have added it recently. This is what I have been using and it seems to work for everything. Check it out: http://minetweaker3.powerofbytes.com/wiki/Tutorial:Ore_Dictionary |
Guess I need to add a new entrypoint for this. But if the plain old string isn't working, I need to know. |
I just tested the plain string entry for ya… and I can confirm it does work. Here's the example I tested for Pam's HarvestCraft. mods.gardenstuff.CompostBin.add("listAllnut", 150); |
Would it be possible to get a config/whitelist of items/blocks that can be converted into compost? Some mods have some organic things in them, that don't use standard compostable materials (food/leaves/grass/etc) and it'd be nice to be able to manually add them to a "Compostable" list.
The text was updated successfully, but these errors were encountered: