-
Notifications
You must be signed in to change notification settings - Fork 17
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
A cleaner merge of my changes #36
A cleaner merge of my changes #36
Conversation
Merge Upstream
From 200k+ RF/t to around 1.5k RF/t on lower injection rates.
Metallurgic Infuser now accepts any diamond oredictionary. Fix Sawmill outputting ready-made rubber from logs instead of resin.
Users can now reduce particle effects emitted from completed multiblocks. May enhance performance.
Regulate Heat Generator efficiency Enable/Disable Heat Generator ability to output heat
it fails dude |
a shit maven is down |
you need to fix the error when compiling |
0276d55
to
282c21d
Compare
Alright. Fixed the sneaking lack of ";" and now it builds. |
These commits do not include anything that can now be done with Minetweaker (such as the steel manufacturing from Metallurgic Infuser) since you fixed that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gemdiamond compat needs to be removed as its already implemented from terralizationcompat
@@ -345,6 +344,12 @@ public static void init() { | |||
InfuseRegistry.registerInfuseObject(ore, new InfuseObject(InfuseRegistry.get("DIAMOND"), 10)); | |||
RecipeHandler.addEnrichmentChamberRecipe(StackUtils.size(ore, 1), new ItemStack(Items.diamond)); | |||
} | |||
|
|||
for(ItemStack ore : OreDictionary.getOres("gemDiamond")) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gemDiamond compat for enrichment chamber needs to be removed as its already implemented from terralizationcompat further down.
Use this instead of #35