diff options
| author | shedaniel <daniel@shedaniel.me> | 2023-08-08 22:04:05 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2023-08-08 22:04:05 +0800 |
| commit | 76ebe3362a41e15308e8221b802e8a2bd3b74f4e (patch) | |
| tree | 1ea993c188608ca7976aa128e7fdcf321c72a025 /fabric/src/main/resources | |
| parent | 5403cbd3f70594c901d2ba1ff80ac33a40f898a1 (diff) | |
| download | RoughlyEnoughItems-76ebe3362a41e15308e8221b802e8a2bd3b74f4e.tar.gz RoughlyEnoughItems-76ebe3362a41e15308e8221b802e8a2bd3b74f4e.tar.bz2 RoughlyEnoughItems-76ebe3362a41e15308e8221b802e8a2bd3b74f4e.zip | |
Update to 23w31a
Diffstat (limited to 'fabric/src/main/resources')
| -rw-r--r-- | fabric/src/main/resources/error_notifier.json | 6 | ||||
| -rw-r--r-- | fabric/src/main/resources/roughlyenoughitems.accessWidener | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/fabric/src/main/resources/error_notifier.json b/fabric/src/main/resources/error_notifier.json index 62ceb1414..d551a7504 100644 --- a/fabric/src/main/resources/error_notifier.json +++ b/fabric/src/main/resources/error_notifier.json @@ -12,15 +12,15 @@ "type": "depends", "modId": "architectury", "modName": "Architectury API", - "versions": ">=9.0.7 <10.0.0", + "versions": ">=10.0.0 <11.0.0", "url": "https://www.curseforge.com/minecraft/mc-mods/architectury-api/" }, { "type": "depends", "modId": "cloth-config2", "modName": "Cloth Config", - "versions": ">=11.0.0 <12.0.0", + "versions": ">=12.0.0 <13.0.0", "url": "https://www.curseforge.com/minecraft/mc-mods/cloth-config/" } ] -}
\ No newline at end of file +} diff --git a/fabric/src/main/resources/roughlyenoughitems.accessWidener b/fabric/src/main/resources/roughlyenoughitems.accessWidener index 39c484b83..66d5704ee 100644 --- a/fabric/src/main/resources/roughlyenoughitems.accessWidener +++ b/fabric/src/main/resources/roughlyenoughitems.accessWidener @@ -1,7 +1,7 @@ accessWidener v1 named accessible class net/minecraft/client/gui/Font$StringRenderOutput accessible class net/minecraft/world/item/alchemy/PotionBrewing$Mix -accessible field net/minecraft/client/gui/components/ImageButton resourceLocation Lnet/minecraft/resources/ResourceLocation; +accessible field net/minecraft/client/gui/components/ImageButton sprites Lnet/minecraft/client/gui/components/WidgetSprites; accessible field net/minecraft/client/gui/screens/inventory/AbstractContainerScreen hoveredSlot Lnet/minecraft/world/inventory/Slot; accessible field net/minecraft/client/gui/screens/inventory/AbstractContainerScreen imageHeight I accessible field net/minecraft/client/gui/screens/inventory/AbstractContainerScreen imageWidth I @@ -39,4 +39,4 @@ accessible field net/minecraft/world/item/crafting/SmithingTransformRecipe base accessible field net/minecraft/world/item/crafting/SmithingTransformRecipe addition Lnet/minecraft/world/item/crafting/Ingredient; accessible field net/minecraft/world/item/crafting/SmithingTrimRecipe template Lnet/minecraft/world/item/crafting/Ingredient; accessible field net/minecraft/world/item/crafting/SmithingTrimRecipe base Lnet/minecraft/world/item/crafting/Ingredient; -accessible field net/minecraft/world/item/crafting/SmithingTrimRecipe addition Lnet/minecraft/world/item/crafting/Ingredient;
\ No newline at end of file +accessible field net/minecraft/world/item/crafting/SmithingTrimRecipe addition Lnet/minecraft/world/item/crafting/Ingredient; |
