-
Notifications
You must be signed in to change notification settings - Fork 6
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
Suggestions & Compatablity? #1
Comments
Have been thinking about a RF generation, just thinking on how it would work. |
Would like to see example crafttweaker scripts in the wiki for each available script. I'm trying to add iron ore and keep getting errors. Examples would be nice in that they show what format each part should be. This is what I was trying: mods.horsepower.Grindstone.add(ore:oreIron, ore:dustIron, 80); but getting errors. Thank you @GoryMoon for the correction. Below are the lines I added for my CraftTweaker file for Horse Power. Maybe you can add these as examples to the wiki or make a repository that others can see. Of note: The CraftTweaker standard format seems to be (output, input). For your grindstone, the order is (Input, Output). Also, what is the standard grind time you programmed in for the default recipes...80 seemed long to me. I am trying 40 for the soft metals (located below), and it feels more natural. Long enough to make me want to upgrade my stuff but not too long to be annoying. // Hand Grinder to Stage 2 // Horse Powered Grinder to Stage 2 // Add Grinder Recipes for soft metals |
First of the inputs of items in CraftTweaker needs to have <> surrounding them, secondly the output can't be a OreDict item, you need to set it as a specific item. |
I'd love to see a block that can be used with horses to generate RF, be it a treadmill or otherwise.
Also would be amazing if there was compatibility for Wings Horns & Hooves, the Ultimate Unicorn Mod if there isn't already.
The text was updated successfully, but these errors were encountered: