We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Changes that should be done at the end of alpha.
Renames:
buildcraft.api.recipes.BuildcraftRecipeRegistry
buildcraft.api.recipes.BuildCraftRecipeRegistry
buildcraft.api.recipes.BuildcraftFuelRegistry
buildcraft.api.recipes.BuildCraftFuelRegistry
buildcraft.api.facades.FacadeType
buildcraft.api.facades.EnumFacadeType
buildcraft.api.BCModules
buildcraft.api.EnumBuildCraftModule
buildcraft.api.EnumBuildCraftModule::isBcMod
buildcraft.api.EnumBuildCraftModule::isBuildCraftMod
Fix enum values names (THEY_SHOULD_BE_NAMED_LIKE_THAT):
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Changes that should be done at the end of alpha.
Renames:
buildcraft.api.recipes.BuildcraftRecipeRegistry
->buildcraft.api.recipes.BuildCraftRecipeRegistry
buildcraft.api.recipes.BuildcraftFuelRegistry
->buildcraft.api.recipes.BuildCraftFuelRegistry
buildcraft.api.facades.FacadeType
->buildcraft.api.facades.EnumFacadeType
buildcraft.api.BCModules
->buildcraft.api.EnumBuildCraftModule
buildcraft.api.EnumBuildCraftModule::isBcMod
->buildcraft.api.EnumBuildCraftModule::isBuildCraftMod
Fix enum values names (THEY_SHOULD_BE_NAMED_LIKE_THAT):
buildcraft.api.facades.EnumFacadeType
The text was updated successfully, but these errors were encountered: