Skip to content
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

add PneumaticCraft: Repressurized compat #162

Merged
merged 18 commits into from
Jul 6, 2024

Conversation

WaitingIdly
Copy link
Collaborator

changes in this PR:

  • adds Amadron, AssemblyController, Explosion, HeatFrameCooling, LiquidFuel, PlasticMixer, PressureChamber, Refinery, ThermopneumaticProcessingPlant, and XpFluid compat.
  • adds examples file and i18n wiki keys for the above compat.
  • on the wiki, direct users of the Explosion compat towards using the inbuild inWorldCrafting explosion compat instead.
  • comment out some locations in the vanilla.groovy example script that printed out a bunch of lines every reload.
  • add types to the Closures in the loottables.groovy example script to silence a warning on every reload.

gradle.properties Outdated Show resolved Hide resolved
public static class RecipeBuilder extends AbstractRecipeBuilder<PlasticMixerRegistry.PlasticMixerRecipe> {

@Property
private int meta;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is meta?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

meta is the metadata of the item interacted with.

# Conflicts:
#	dependencies.gradle
#	gradle.properties
#	src/main/java/com/cleanroommc/groovyscript/compat/mods/ModSupport.java
#	src/main/java/com/cleanroommc/groovyscript/core/LateMixin.java
#	src/main/resources/assets/groovyscript/lang/en_us.lang
@brachy84 brachy84 merged commit 9fb2042 into CleanroomMC:master Jul 6, 2024
@WaitingIdly WaitingIdly deleted the pneu branch July 6, 2024 06:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants