Unable to craft Elytra Cap without an Output Chest
GallowsDove opened this issue ยท 11 comments
๐ Description
When attempting to craft Elytra Cap in an Armor Forge, it writes "Inventory full", despite the fact that the slots would clear after consuming the materials. This is fixed when you put an output chest next to it as it gives it a free slot for output.
๐ Steps to reproduce the Issue
- Attempt to craft Elytra Cap.
- Fail
๐ก Expected behavior
Materials should be consumed and the Elytra Cap should appear in the dispenser of an Armor Forge
๐ Server Log
None
๐ /error-reports/ Folder
None
๐งญ Environment (REQUIRED)
update litexpansion :)
It's only my testing server and didn't need to use litexpansion for quite some time, also it has nothing to do with the bug, but yeah.
Hmm when I added the elytra cap I didn't touch any of the fancy recipe stuff... It could possibly be caused by an addon.
I encountered the same without any addons. Since, all slots of dispenser are used to craft the item, it fails to put the item into the dispenser. Probably needs to iron out this case in multiblocks -> ArmorForge.java
?
I encountered the same without any addons. Since, all slots of dispenser are used to craft the item, it fails to put the item into the dispenser. Probably needs to iron out this case in
multiblocks -> ArmorForge.java
?
Imma setup my pc again in 3 hours and implement a fake inventory
Imma setup my pc again in 3 hours and implement a fake inventory
Meanwhile, I will give it a shot :D
Imma setup my pc again in 3 hours and implement a fake inventory
Meanwhile, I will give it a shot :D
This is animal abuse
Seems to be working https://streamable.com/ujfnak but code is messy. I will draft a PR.
Seems to be working https://streamable.com/ujfnak but code is messy. I will draft a PR.
This doesn't make sense ... There is an output chest!