aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2020-07-29 12:25:47 +0800
committershedaniel <daniel@shedaniel.me>2020-07-29 14:25:53 +0800
commitba446965dad004cb38679f0f0e1a526151d84213 (patch)
tree60fe2736316a63d47cf533a02bf29fbd5045b91c
parent929ca0ed6de9dd25208304cd0f51a8f2d0f22ceb (diff)
downloadRoughlyEnoughItems-ba446965dad004cb38679f0f0e1a526151d84213.tar.gz
RoughlyEnoughItems-ba446965dad004cb38679f0f0e1a526151d84213.tar.bz2
RoughlyEnoughItems-ba446965dad004cb38679f0f0e1a526151d84213.zip
5.x - 20w30a
Signed-off-by: shedaniel <daniel@shedaniel.me>
-rw-r--r--.github/workflows/curseforge.yml1
-rw-r--r--.github/workflows/gradle.yml14
-rw-r--r--.github/workflows/stale.yml20
-rw-r--r--.gitignore15
-rw-r--r--.travis.yml2
-rw-r--r--LICENSE4
-rw-r--r--RoughlyEnoughItems-api/build.gradle1
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/AutoTransferHandler.java (renamed from src/main/java/me/shedaniel/rei/api/AutoTransferHandler.java)0
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/BaseBoundsHandler.java (renamed from src/main/java/me/shedaniel/rei/api/BaseBoundsHandler.java)4
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/ButtonAreaSupplier.java (renamed from src/main/java/me/shedaniel/rei/api/ButtonAreaSupplier.java)0
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/ClientHelper.java (renamed from src/main/java/me/shedaniel/rei/api/ClientHelper.java)35
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/ConfigManager.java (renamed from src/main/java/me/shedaniel/rei/api/ConfigManager.java)8
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/ConfigObject.java (renamed from src/main/java/me/shedaniel/rei/api/ConfigObject.java)10
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/DisplayHelper.java (renamed from src/main/java/me/shedaniel/rei/api/DisplayHelper.java)9
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/DisplayVisibilityHandler.java (renamed from src/main/java/me/shedaniel/rei/api/DisplayVisibilityHandler.java)0
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/DrawableConsumer.java (renamed from src/main/java/me/shedaniel/rei/api/DrawableConsumer.java)0
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/EntryRegistry.java (renamed from src/main/java/me/shedaniel/rei/api/EntryRegistry.java)6
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/EntryStack.java (renamed from src/main/java/me/shedaniel/rei/api/EntryStack.java)46
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/FocusedStackProvider.java (renamed from src/main/java/me/shedaniel/rei/api/FocusedStackProvider.java)0
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/LiveRecipeGenerator.java (renamed from src/main/java/me/shedaniel/rei/api/LiveRecipeGenerator.java)0
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/OverlayDecider.java (renamed from src/main/java/me/shedaniel/rei/api/OverlayDecider.java)0
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/REIHelper.java (renamed from src/main/java/me/shedaniel/rei/api/REIHelper.java)6
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/REIOverlay.java (renamed from src/main/java/me/shedaniel/rei/api/REIOverlay.java)0
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/REIPluginEntry.java (renamed from src/main/java/me/shedaniel/rei/api/REIPluginEntry.java)0
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/RecipeCategory.java (renamed from src/main/java/me/shedaniel/rei/api/RecipeCategory.java)4
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/RecipeDisplay.java (renamed from src/main/java/me/shedaniel/rei/api/RecipeDisplay.java)0
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/RecipeHelper.java (renamed from src/main/java/me/shedaniel/rei/api/RecipeHelper.java)6
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/TextRepresentable.java (renamed from src/main/java/me/shedaniel/rei/api/TextRepresentable.java)0
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/TextTest.java (renamed from src/main/java/me/shedaniel/rei/api/TextTest.java)0
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/TransferRecipeCategory.java (renamed from src/main/java/me/shedaniel/rei/api/TransferRecipeCategory.java)0
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/TransferRecipeDisplay.java (renamed from src/main/java/me/shedaniel/rei/api/TransferRecipeDisplay.java)1
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/fluid/FluidSupportProvider.java (renamed from src/main/java/me/shedaniel/rei/api/fluid/FluidSupportProvider.java)23
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/fractions/Fraction.java186
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/plugins/REIPluginV0.java (renamed from src/main/java/me/shedaniel/rei/api/plugins/REIPluginV0.java)0
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/subsets/SubsetsRegistry.java (renamed from src/main/java/me/shedaniel/rei/api/subsets/SubsetsRegistry.java)43
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/widgets/Arrow.java (renamed from src/main/java/me/shedaniel/rei/api/widgets/Arrow.java)0
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/widgets/BaseWidget.java (renamed from src/main/java/me/shedaniel/rei/api/widgets/BaseWidget.java)0
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/widgets/BurningFire.java (renamed from src/main/java/me/shedaniel/rei/api/widgets/BurningFire.java)0
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/widgets/Button.java (renamed from src/main/java/me/shedaniel/rei/api/widgets/Button.java)0
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/widgets/Label.java (renamed from src/main/java/me/shedaniel/rei/api/widgets/Label.java)23
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/widgets/Panel.java (renamed from src/main/java/me/shedaniel/rei/api/widgets/Panel.java)0
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/widgets/Slot.java (renamed from src/main/java/me/shedaniel/rei/api/widgets/Slot.java)0
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/widgets/Tooltip.java (renamed from src/main/java/me/shedaniel/rei/api/widgets/Tooltip.java)24
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/widgets/Widgets.java (renamed from src/main/java/me/shedaniel/rei/api/widgets/Widgets.java)33
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/gui/config/AppearanceTheme.java (renamed from src/main/java/me/shedaniel/rei/gui/config/AppearanceTheme.java)3
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/gui/config/ConfigButtonPosition.java (renamed from src/main/java/me/shedaniel/rei/gui/config/ConfigButtonPosition.java)3
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/gui/config/DisplayPanelLocation.java (renamed from src/main/java/me/shedaniel/rei/gui/config/DisplayPanelLocation.java)0
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/gui/config/EntryPanelOrdering.java (renamed from src/main/java/me/shedaniel/rei/gui/config/EntryPanelOrdering.java)4
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/gui/config/EntryPanelOrderingConfig.java (renamed from src/main/java/me/shedaniel/rei/gui/config/EntryPanelOrderingConfig.java)5
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/gui/config/ItemCheatingMode.java (renamed from src/main/java/me/shedaniel/rei/gui/config/ItemCheatingMode.java)5
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/gui/config/ItemCheatingStyle.java (renamed from src/main/java/me/shedaniel/rei/gui/config/ItemCheatingStyle.java)0
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/gui/config/RecipeBorderType.java (renamed from src/main/java/me/shedaniel/rei/gui/config/RecipeBorderType.java)3
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/gui/config/RecipeScreenType.java (renamed from src/main/java/me/shedaniel/rei/gui/config/RecipeScreenType.java)3
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/gui/config/SearchFieldLocation.java (renamed from src/main/java/me/shedaniel/rei/gui/config/SearchFieldLocation.java)5
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/gui/entries/RecipeEntry.java (renamed from src/main/java/me/shedaniel/rei/gui/entries/RecipeEntry.java)0
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/gui/entries/SimpleRecipeEntry.java (renamed from src/main/java/me/shedaniel/rei/gui/entries/SimpleRecipeEntry.java)0
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/gui/widget/TextFieldWidget.java (renamed from src/main/java/me/shedaniel/rei/gui/widget/TextFieldWidget.java)0
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/gui/widget/Widget.java (renamed from src/main/java/me/shedaniel/rei/gui/widget/Widget.java)0
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/gui/widget/WidgetWithBounds.java (renamed from src/main/java/me/shedaniel/rei/gui/widget/WidgetWithBounds.java)0
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/impl/Internals.java161
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/impl/RenderingEntry.java (renamed from src/main/java/me/shedaniel/rei/impl/RenderingEntry.java)7
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/server/ContainerInfo.java (renamed from src/main/java/me/shedaniel/rei/server/ContainerInfo.java)0
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/server/ContainerInfoHandler.java (renamed from src/main/java/me/shedaniel/rei/server/ContainerInfoHandler.java)0
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/server/RecipeFinder.java (renamed from src/main/java/me/shedaniel/rei/server/RecipeFinder.java)0
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/server/RecipeGridAligner.java (renamed from src/main/java/me/shedaniel/rei/server/RecipeGridAligner.java)0
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/utils/CollectionUtils.java (renamed from src/main/java/me/shedaniel/rei/utils/CollectionUtils.java)0
-rw-r--r--RoughlyEnoughItems-api/src/main/resources/fabric.mod.json20
-rw-r--r--RoughlyEnoughItems-api/src/main/resources/icon.pngbin0 -> 27270 bytes
-rw-r--r--RoughlyEnoughItems-default-plugin/build.gradle9
-rw-r--r--RoughlyEnoughItems-default-plugin/src/main/java/me/shedaniel/rei/plugin/DefaultPlugin.java (renamed from src/main/java/me/shedaniel/rei/plugin/DefaultPlugin.java)107
-rw-r--r--RoughlyEnoughItems-default-plugin/src/main/java/me/shedaniel/rei/plugin/DefaultPotionEffectExclusionZones.java (renamed from src/main/java/me/shedaniel/rei/plugin/DefaultPotionEffectExclusionZones.java)0
-rw-r--r--RoughlyEnoughItems-default-plugin/src/main/java/me/shedaniel/rei/plugin/DefaultRecipeBookExclusionZones.java (renamed from src/main/java/me/shedaniel/rei/plugin/DefaultRecipeBookExclusionZones.java)8
-rw-r--r--RoughlyEnoughItems-default-plugin/src/main/java/me/shedaniel/rei/plugin/DefaultServerContainerPlugin.java (renamed from src/main/java/me/shedaniel/rei/plugin/DefaultServerContainerPlugin.java)0
-rw-r--r--RoughlyEnoughItems-default-plugin/src/main/java/me/shedaniel/rei/plugin/autocrafting/DefaultRecipeBookHandler.java (renamed from src/main/java/me/shedaniel/rei/plugin/autocrafting/DefaultRecipeBookHandler.java)8
-rw-r--r--RoughlyEnoughItems-default-plugin/src/main/java/me/shedaniel/rei/plugin/beacon/DefaultBeaconBaseCategory.java (renamed from src/main/java/me/shedaniel/rei/plugin/beacon/DefaultBeaconBaseCategory.java)2
-rw-r--r--RoughlyEnoughItems-default-plugin/src/main/java/me/shedaniel/rei/plugin/beacon/DefaultBeaconBaseDisplay.java (renamed from src/main/java/me/shedaniel/rei/plugin/beacon/DefaultBeaconBaseDisplay.java)0
-rw-r--r--RoughlyEnoughItems-default-plugin/src/main/java/me/shedaniel/rei/plugin/blasting/DefaultBlastingDisplay.java (renamed from src/main/java/me/shedaniel/rei/plugin/blasting/DefaultBlastingDisplay.java)0
-rw-r--r--RoughlyEnoughItems-default-plugin/src/main/java/me/shedaniel/rei/plugin/brewing/BrewingRecipe.java (renamed from src/main/java/me/shedaniel/rei/plugin/brewing/BrewingRecipe.java)8
-rw-r--r--RoughlyEnoughItems-default-plugin/src/main/java/me/shedaniel/rei/plugin/brewing/DefaultBrewingCategory.java (renamed from src/main/java/me/shedaniel/rei/plugin/brewing/DefaultBrewingCategory.java)6
-rw-r--r--RoughlyEnoughItems-default-plugin/src/main/java/me/shedaniel/rei/plugin/brewing/DefaultBrewingDisplay.java (renamed from src/main/java/me/shedaniel/rei/plugin/brewing/DefaultBrewingDisplay.java)2
-rw-r--r--RoughlyEnoughItems-default-plugin/src/main/java/me/shedaniel/rei/plugin/brewing/RegisteredBrewingRecipe.java (renamed from src/main/java/me/shedaniel/rei/plugin/DefaultAutoCraftingPlugin.java)36
-rw-r--r--RoughlyEnoughItems-default-plugin/src/main/java/me/shedaniel/rei/plugin/campfire/DefaultCampfireCategory.java (renamed from src/main/java/me/shedaniel/rei/plugin/campfire/DefaultCampfireCategory.java)0
-rw-r--r--RoughlyEnoughItems-default-plugin/src/main/java/me/shedaniel/rei/plugin/campfire/DefaultCampfireDisplay.java (renamed from src/main/java/me/shedaniel/rei/plugin/campfire/DefaultCampfireDisplay.java)2
-rw-r--r--RoughlyEnoughItems-default-plugin/src/main/java/me/shedaniel/rei/plugin/composting/DefaultCompostingCategory.java (renamed from src/main/java/me/shedaniel/rei/plugin/composting/DefaultCompostingCategory.java)5
-rw-r--r--RoughlyEnoughItems-default-plugin/src/main/java/me/shedaniel/rei/plugin/composting/DefaultCompostingDisplay.java (renamed from src/main/java/me/shedaniel/rei/plugin/composting/DefaultCompostingDisplay.java)0
-rw-r--r--RoughlyEnoughItems-default-plugin/src/main/java/me/shedaniel/rei/plugin/containers/CraftingContainerInfoWrapper.java (renamed from src/main/java/me/shedaniel/rei/plugin/containers/CraftingContainerInfoWrapper.java)0
-rw-r--r--RoughlyEnoughItems-default-plugin/src/main/java/me/shedaniel/rei/plugin/cooking/DefaultCookingCategory.java (renamed from src/main/java/me/shedaniel/rei/plugin/cooking/DefaultCookingCategory.java)0
-rw-r--r--RoughlyEnoughItems-default-plugin/src/main/java/me/shedaniel/rei/plugin/cooking/DefaultCookingDisplay.java (renamed from src/main/java/me/shedaniel/rei/plugin/cooking/DefaultCookingDisplay.java)0
-rw-r--r--RoughlyEnoughItems-default-plugin/src/main/java/me/shedaniel/rei/plugin/crafting/DefaultCraftingCategory.java (renamed from src/main/java/me/shedaniel/rei/plugin/crafting/DefaultCraftingCategory.java)0
-rw-r--r--RoughlyEnoughItems-default-plugin/src/main/java/me/shedaniel/rei/plugin/crafting/DefaultCraftingDisplay.java (renamed from src/main/java/me/shedaniel/rei/plugin/crafting/DefaultCraftingDisplay.java)0
-rw-r--r--RoughlyEnoughItems-default-plugin/src/main/java/me/shedaniel/rei/plugin/crafting/DefaultCustomDisplay.java (renamed from src/main/java/me/shedaniel/rei/plugin/crafting/DefaultCustomDisplay.java)0
-rw-r--r--RoughlyEnoughItems-default-plugin/src/main/java/me/shedaniel/rei/plugin/crafting/DefaultShapedDisplay.java (renamed from src/main/java/me/shedaniel/rei/plugin/crafting/DefaultShapedDisplay.java)3
-rw-r--r--RoughlyEnoughItems-default-plugin/src/main/java/me/shedaniel/rei/plugin/crafting/DefaultShapelessDisplay.java (renamed from src/main/java/me/shedaniel/rei/plugin/crafting/DefaultShapelessDisplay.java)0
-rw-r--r--RoughlyEnoughItems-default-plugin/src/main/java/me/shedaniel/rei/plugin/fuel/DefaultFuelCategory.java (renamed from src/main/java/me/shedaniel/rei/plugin/fuel/DefaultFuelCategory.java)9
-rw-r-