Skip to content

Commit

Permalink
Changed info about edibleNetheriteScraps
Browse files Browse the repository at this point in the history
  • Loading branch information
RubixDev committed Feb 24, 2021
1 parent f820fe6 commit e121f54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/com/rubixdev/rug/RugSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ public Integer validate(ServerCommandSource serverCommandSource, ParsedRule<Inte

@Rule(
desc = "Makes Netherite Scraps edible, because, let's be honest, it kinda looks like chocolate",
category = {EXPERIMENTAL, FEATURE, SURVIVAL, RUG})
extra = "Works server side only, but eating animation is only rendered if the mod is on the client too",
category = {EXPERIMENTAL, BUGFIX, FEATURE, SURVIVAL, CLIENT, RUG})
public static boolean edibleNetheriteScraps = false;
}

0 comments on commit e121f54

Please sign in to comment.