Skip to content

Commit

Permalink
Remove unlockAllRecipes gamerule as it is no longer necessary.
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSVK12 committed Apr 11, 2024
1 parent 54e5078 commit 2a59481
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 114 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ dependencies {
implementation("org.apache.logging.log4j:log4j-1.2-api:${log4jVersion}")
include(implementation("org.apache.commons:commons-lang3:3.12.0"))

modImplementation "ModMenu:ModMenu:2.0.4"
modImplementation "ModMenu:ModMenu:${project.mod_menu_version}"
}

java {
Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ org.gradle.jvmargs=-Xmx2G
# BTA
bta_version=7.1

# Loader
# Loader & Mod Menu
loader_version=0.15.6-babric.4-bta
mod_menu_version=2.0.5

# Mod
mod_version=3.5.2
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/turniplabs/halplibe/HalpLibe.java
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ public void onInitialize() {
LOGGER.info("HalpLibe initialized.");
}

public static GameRuleBoolean UNLOCK_ALL_RECIPES = GameRules.register(new GameRuleBoolean("unlockAllRecipes", false));

@Override
public void onPreLaunch() {
// Initializes halp statics first
Expand Down

This file was deleted.

This file was deleted.

36 changes: 0 additions & 36 deletions src/main/java/turniplabs/halplibe/mixin/mixins/MobPageMixin.java

This file was deleted.

0 comments on commit 2a59481

Please sign in to comment.