aboutsummaryrefslogtreecommitdiff
path: root/default-plugin/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'default-plugin/src/main/resources')
-rw-r--r--default-plugin/src/main/resources/fabric.mod.json29
-rw-r--r--default-plugin/src/main/resources/icon.pngbin0 -> 27270 bytes
-rw-r--r--default-plugin/src/main/resources/roughlyenoughitems-default-plugin.accessWidener21
3 files changed, 50 insertions, 0 deletions
diff --git a/default-plugin/src/main/resources/fabric.mod.json b/default-plugin/src/main/resources/fabric.mod.json
new file mode 100644
index 000000000..c6b67960d
--- /dev/null
+++ b/default-plugin/src/main/resources/fabric.mod.json
@@ -0,0 +1,29 @@
+{
+ "schemaVersion": 1,
+ "id": "roughlyenoughitems-default-plugin",
+ "name": "REI (Default Plugin)",
+ "description": "The default implementation of handling vanilla features.",
+ "version": "${version}",
+ "authors": [
+ "shedaniel"
+ ],
+ "contact": {
+ "homepage": "https://www.curseforge.com/minecraft/mc-mods/roughly-enough-items",
+ "sources": "https://github.com/shedaniel/RoughlyEnoughItems",
+ "issues": "https://github.com/shedaniel/RoughlyEnoughItems/issues"
+ },
+ "license": "MIT",
+ "icon": "icon.png",
+ "entrypoints": {
+ "rei_plugins": [
+ "me.shedaniel.rei.plugin.DefaultPlugin"
+ ],
+ "rei_containers": [
+ "me.shedaniel.rei.plugin.DefaultServerContainerPlugin"
+ ]
+ },
+ "accessWidener": "roughlyenoughitems-default-plugin.accessWidener",
+ "custom": {
+ "modmenu:parent": "roughlyenoughitems"
+ }
+}
diff --git a/default-plugin/src/main/resources/icon.png b/default-plugin/src/main/resources/icon.png
new file mode 100644
index 000000000..b7a48aef0
--- /dev/null
+++ b/default-plugin/src/main/resources/icon.png
Binary files differ
diff --git a/default-plugin/src/main/resources/roughlyenoughitems-default-plugin.accessWidener b/default-plugin/src/main/resources/roughlyenoughitems-default-plugin.accessWidener
new file mode 100644
index 000000000..7a3f5ba99
--- /dev/null
+++ b/default-plugin/src/main/resources/roughlyenoughitems-default-plugin.accessWidener
@@ -0,0 +1,21 @@
+accessWidener v1 named
+accessible field net/minecraft/world/item/BucketItem content Lnet/minecraft/world/level/material/Fluid;
+accessible field net/minecraft/client/gui/screens/inventory/EffectRenderingInventoryScreen doRenderEffects Z
+accessible field net/minecraft/client/gui/screens/recipebook/RecipeBookComponent ghostRecipe Lnet/minecraft/client/gui/screens/recipebook/GhostRecipe;
+accessible field net/minecraft/client/gui/screens/recipebook/RecipeBookComponent searchBox Lnet/minecraft/client/gui/components/EditBox;
+accessible field net/minecraft/client/gui/screens/recipebook/RecipeBookComponent tabButtons Ljava/util/List;
+accessible field net/minecraft/client/gui/screens/inventory/AbstractContainerScreen leftPos I
+accessible field net/minecraft/client/gui/screens/inventory/AbstractContainerScreen topPos I
+accessible field net/minecraft/client/gui/screens/inventory/AbstractContainerScreen imageWidth I
+accessible field net/minecraft/client/gui/screens/inventory/AbstractContainerScreen imageHeight I
+accessible field net/minecraft/client/gui/screens/inventory/AbstractContainerScreen hoveredSlot Lnet/minecraft/world/inventory/Slot;
+accessible method net/minecraft/client/gui/GuiComponent innerBlit (Lcom/mojang/math/Matrix4f;IIIIIFFFF)V
+accessible field net/minecraft/world/item/crafting/UpgradeRecipe base Lnet/minecraft/world/item/crafting/Ingredient;
+accessible field net/minecraft/world/item/crafting/UpgradeRecipe addition Lnet/minecraft/world/item/crafting/Ingredient;
+accessible field net/minecraft/world/item/alchemy/PotionBrewing ALLOWED_CONTAINERS Ljava/util/List;
+accessible field net/minecraft/world/item/alchemy/PotionBrewing POTION_MIXES Ljava/util/List;
+accessible field net/minecraft/world/item/alchemy/PotionBrewing CONTAINER_MIXES Ljava/util/List;
+accessible class net/minecraft/world/item/alchemy/PotionBrewing$Mix
+accessible field net/minecraft/world/item/alchemy/PotionBrewing$Mix from Ljava/lang/Object;
+accessible field net/minecraft/world/item/alchemy/PotionBrewing$Mix to Ljava/lang/Object;
+accessible field net/minecraft/world/item/alchemy/PotionBrewing$Mix ingredient Lnet/minecraft/world/item/crafting/Ingredient;