-
-
Notifications
You must be signed in to change notification settings - Fork 94
Closed
Labels
Milestone
Description
Descripe
Using RS bridge to import a potion produces an "uncraftable potion" instead of whatever was attempted to be imported. It appears that the NBT part specifying the actual potion type gets lost on import.
Steps to reproduce
Set up a simple RS network that has a functional storage:

Put a Water Bottle into the chest.
Do the following on the computer:
> lua
p = peripheral.find("rsBridge")
p.importItem({ name = "minecraft:potion" }, "TOP")
Multiplayer?
No
Version
0.7.7.1r
Minecraft, Forge and maybe other related mods versions
Forge 36.2.22, Minecraft 1.16.5, Enigmatica 6 0.5.25
Screenshots or Videos
No response
Crashlog/log
No response