mirror of
https://github.com/RoBaertschi/EnvironmentTech.git
synced 2025-04-18 22:43:29 +00:00
tried to fix github ci
This commit is contained in:
parent
9137810d2f
commit
947e691753
2
.github/workflows/gradle.yml
vendored
2
.github/workflows/gradle.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
||||
run: ./gradlew publish -ProbaertschiPassword=${{ secrets.REPOSILITE_SECRET }} -ProbaertschiUsername=${{ secrets.REPOSILITE_NAME }}
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Artifacts
|
||||
path: build/libs
|
||||
|
@ -54,7 +54,6 @@ public class JeiCompatPlugin implements IModPlugin {
|
||||
|
||||
@Override
|
||||
public void registerRecipes(IRecipeRegistration registration) {
|
||||
|
||||
assert Minecraft.getInstance().level != null;
|
||||
registration.addRecipes(EnvCollectorRecipeCategory.ENV_COLLECTOR, Minecraft.getInstance().level.getRecipeManager().getAllRecipesFor(ETRecipes.ENV_COLLECTOR_RECIPE_TYPE.get()).stream().toList());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user