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.pngbin27270 -> 0 bytes
-rw-r--r--default-plugin/src/main/resources/roughlyenoughitems-default-plugin.accessWidener21
3 files changed, 0 insertions, 50 deletions
diff --git a/default-plugin/src/main/resources/fabric.mod.json b/default-plugin/src/main/resources/fabric.mod.json
deleted file mode 100644
index c6b67960d..000000000
--- a/default-plugin/src/main/resources/fabric.mod.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "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
deleted file mode 100644
index b7a48aef0..000000000
--- a/default-plugin/src/main/resources/icon.png
+++ /dev/null
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
deleted file mode 100644
index 7a3f5ba99..000000000
--- a/default-plugin/src/main/resources/roughlyenoughitems-default-plugin.accessWidener
+++ /dev/null
@@ -1,21 +0,0 @@
-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;