diff options
| author | shedaniel <daniel@shedaniel.me> | 2023-03-04 22:00:07 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2023-03-04 22:00:07 +0800 |
| commit | d405e2c9489890f9f28113af3cf07259484b9827 (patch) | |
| tree | 74b022a06e9d8b9a8e7a8b73d626fc57f7cb4c2b /fabric/src | |
| parent | 70924ee791821c254f8f4c5b4e79503b0bc10c94 (diff) | |
| download | RoughlyEnoughItems-d405e2c9489890f9f28113af3cf07259484b9827.tar.gz RoughlyEnoughItems-d405e2c9489890f9f28113af3cf07259484b9827.tar.bz2 RoughlyEnoughItems-d405e2c9489890f9f28113af3cf07259484b9827.zip | |
Initial Port to 1.19.4-pre3
Diffstat (limited to 'fabric/src')
| -rw-r--r-- | fabric/src/main/resources/error_notifier.json | 4 | ||||
| -rw-r--r-- | fabric/src/main/resources/roughlyenoughitems.accessWidener | 12 |
2 files changed, 11 insertions, 5 deletions
diff --git a/fabric/src/main/resources/error_notifier.json b/fabric/src/main/resources/error_notifier.json index 82035108f..3e8d1c063 100644 --- a/fabric/src/main/resources/error_notifier.json +++ b/fabric/src/main/resources/error_notifier.json @@ -12,14 +12,14 @@ "type": "depends", "modId": "architectury", "modName": "Architectury API", - "versions": ">=7.0.0 <8.0.0", + "versions": ">=8.0.0 <9.0.0", "url": "https://www.curseforge.com/minecraft/mc-mods/architectury-api/files/all" }, { "type": "depends", "modId": "cloth-config2", "modName": "Cloth Config", - "versions": ">=9.0.0 <10.0.0", + "versions": ">=10.0.0 <11.0.0", "url": "https://www.curseforge.com/minecraft/mc-mods/cloth-config/files/all" } ] diff --git a/fabric/src/main/resources/roughlyenoughitems.accessWidener b/fabric/src/main/resources/roughlyenoughitems.accessWidener index 23a5f198e..22dc526c1 100644 --- a/fabric/src/main/resources/roughlyenoughitems.accessWidener +++ b/fabric/src/main/resources/roughlyenoughitems.accessWidener @@ -20,8 +20,6 @@ accessible field net/minecraft/world/item/alchemy/PotionBrewing accessible field net/minecraft/world/item/alchemy/PotionBrewing$Mix from Ljava/lang/Object; accessible field net/minecraft/world/item/alchemy/PotionBrewing$Mix ingredient Lnet/minecraft/world/item/crafting/Ingredient; accessible field net/minecraft/world/item/alchemy/PotionBrewing$Mix to Ljava/lang/Object; -accessible field net/minecraft/world/item/crafting/UpgradeRecipe addition Lnet/minecraft/world/item/crafting/Ingredient; -accessible field net/minecraft/world/item/crafting/UpgradeRecipe base Lnet/minecraft/world/item/crafting/Ingredient; accessible method net/minecraft/client/gui/GuiComponent innerBlit (Lorg/joml/Matrix4f;IIIIIFFFF)V accessible method net/minecraft/client/gui/screens/Screen addWidget (Lnet/minecraft/client/gui/components/events/GuiEventListener;)Lnet/minecraft/client/gui/components/events/GuiEventListener; accessible method net/minecraft/client/gui/screens/Screen init ()V @@ -36,4 +34,12 @@ accessible method net/minecraft/client/gui/screens/Screen accessible method net/minecraft/client/gui/screens/Screen renderTooltipInternal (Lcom/mojang/blaze3d/vertex/PoseStack;Ljava/util/List;IILnet/minecraft/client/gui/screens/inventory/tooltip/ClientTooltipPositioner;)V accessible method net/minecraft/client/renderer/RenderType create (Ljava/lang/String;Lcom/mojang/blaze3d/vertex/VertexFormat;Lcom/mojang/blaze3d/vertex/VertexFormat$Mode;ILnet/minecraft/client/renderer/RenderType$CompositeState;)Lnet/minecraft/client/renderer/RenderType$CompositeRenderType; accessible field net/minecraft/tags/TagEntry tag Z -accessible field net/minecraft/tags/TagEntry id Lnet/minecraft/resources/ResourceLocation;
\ No newline at end of file +accessible field net/minecraft/tags/TagEntry id Lnet/minecraft/resources/ResourceLocation; +accessible field net/minecraft/world/item/crafting/LegacyUpgradeRecipe base Lnet/minecraft/world/item/crafting/Ingredient; +accessible field net/minecraft/world/item/crafting/LegacyUpgradeRecipe addition Lnet/minecraft/world/item/crafting/Ingredient; +accessible field net/minecraft/world/item/crafting/SmithingTransformRecipe template Lnet/minecraft/world/item/crafting/Ingredient; +accessible field net/minecraft/world/item/crafting/SmithingTransformRecipe base Lnet/minecraft/world/item/crafting/Ingredient; +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 |
