diff options
| author | Danielshe <shekwancheung0528@gmail.com> | 2019-08-23 03:44:09 +0800 |
|---|---|---|
| committer | Danielshe <shekwancheung0528@gmail.com> | 2019-08-23 03:44:09 +0800 |
| commit | c980df4f05485ef2a1adb768087bb95eeeadcfca (patch) | |
| tree | 28b0f249613851a8287238deaadd4a18957b2275 /src/main/java/me/shedaniel/rei/plugin | |
| parent | 268480b6431037e310108bbd14a8d600c5ab13d4 (diff) | |
| download | RoughlyEnoughItems-c980df4f05485ef2a1adb768087bb95eeeadcfca.tar.gz RoughlyEnoughItems-c980df4f05485ef2a1adb768087bb95eeeadcfca.tar.bz2 RoughlyEnoughItems-c980df4f05485ef2a1adb768087bb95eeeadcfca.zip | |
Build 3
- Fix water color
- Fix dark theme slot hover color
- Fix villager recipe screen click area
Diffstat (limited to 'src/main/java/me/shedaniel/rei/plugin')
| -rw-r--r-- | src/main/java/me/shedaniel/rei/plugin/composting/DefaultCompostingCategory.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/me/shedaniel/rei/plugin/composting/DefaultCompostingCategory.java b/src/main/java/me/shedaniel/rei/plugin/composting/DefaultCompostingCategory.java index b89e0e7cb..3af55e096 100644 --- a/src/main/java/me/shedaniel/rei/plugin/composting/DefaultCompostingCategory.java +++ b/src/main/java/me/shedaniel/rei/plugin/composting/DefaultCompostingCategory.java @@ -103,6 +103,7 @@ public class DefaultCompostingCategory implements RecipeCategory<DefaultComposti return 140; } + @SuppressWarnings("deprecation") @Override public int getFixedRecipesPerPage() { return 1; |
