diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-12-20 19:59:49 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-12-20 19:59:49 +0800 |
| commit | 67171a5ff24ed77e6c4cc889543e8dfb543e8fe5 (patch) | |
| tree | 02909ac26d2b74ebf08f5c463f1b9a60483468df /default-plugin/src/main/resources | |
| parent | 9784e9f7228fc0aa3ca814e3830dbd81996a3693 (diff) | |
| download | RoughlyEnoughItems-67171a5ff24ed77e6c4cc889543e8dfb543e8fe5.tar.gz RoughlyEnoughItems-67171a5ff24ed77e6c4cc889543e8dfb543e8fe5.tar.bz2 RoughlyEnoughItems-67171a5ff24ed77e6c4cc889543e8dfb543e8fe5.zip | |
wip more
Signed-off-by: shedaniel <daniel@shedaniel.me>
Diffstat (limited to 'default-plugin/src/main/resources')
| -rw-r--r-- | default-plugin/src/main/resources/fabric.mod.json | 29 | ||||
| -rw-r--r-- | default-plugin/src/main/resources/icon.png | bin | 0 -> 27270 bytes | |||
| -rw-r--r-- | default-plugin/src/main/resources/roughlyenoughitems-default-plugin.accessWidener | 21 |
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 Binary files differnew file mode 100644 index 000000000..b7a48aef0 --- /dev/null +++ b/default-plugin/src/main/resources/icon.png 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; |
