Skip to content

Commit

Permalink
remove solid fuel recipe schema and fix crash
Browse files Browse the repository at this point in the history
fixes #2
  • Loading branch information
rlnt committed Dec 22, 2024
1 parent b7c22db commit f5e0d81
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 38 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
All notable changes to this project will be documented in this file.

## Unreleased
- /

- fixed crash with new Actually Additions version
- updated minimum Actually Additions version to 1.3.12

## [0.2.1] - 2024-10-31

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ githubRepo = kubejs_actuallyadditions

# mod dependencies
kjsVersion = 2101.7.1-build.181
aaVersion = 1.3.7
aaVersion = 1.3.12

# settings
neoForge.parchment.minecraftVersion = 1.21
Expand Down
3 changes: 1 addition & 2 deletions src/main/java/com/almostreliable/kubeaa/KubePlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ public void registerRecipeSchemas(RecipeSchemaRegistry registry) {
CoffeeIngredientRecipe.NAME, CoffeeIngredientRecipeSchema.SCHEMA,
ColorChangeRecipe.NAME, ColorChangeRecipeSchema.SCHEMA,
LiquidFuelRecipe.NAME, LiquidFuelRecipeSchema.SCHEMA,
MiningLensRecipe.NAME, MiningLensRecipeSchema.SCHEMA,
SolidFuelRecipe.NAME, SolidFuelRecipeSchema.SCHEMA
MiningLensRecipe.NAME, MiningLensRecipeSchema.SCHEMA
);

RecipeNamespace namespace = registry.namespace(ActuallyAdditionsAPI.MOD_ID);
Expand Down

This file was deleted.

0 comments on commit f5e0d81

Please sign in to comment.