Phantomface and RefinedStorage
Towsty opened this issue ยท 9 comments
Not sure if this is because of something on your end or theirs, but it looks like (item) Phantomfaces do not work with RefinedStorage blocks. In particular, the Solderers. I tried a few different setups and things, but no dice. The Phantomface always has the error text about obstructions/range after linking with Solderers. Tested immediately beside, a few blocks away, no blocks between, and blocks between. No dice.
No errors are thrown, logs are clear.
Forge 12.18.2.2104
ActuallyAdditions 1.10.2-r67
RefinedStorage 1.1.3
Hey @raoulvdberge, can you explain this? Do you do anything different than IInventory or IItemHandler Capabilities?
I'd love to try this, but somehow whenever I install RefinedStorage in my dev environment, it just crashes when I look at an item or block because something can't render properly :v
@Ellpeck It's because I'm using J8 lambdas all over the place, and the Forge deobfuscater or whatever it does doesn't like that in dev env. But the solderer blocks certain items from entering:
But why would it show the obstruction error then? I don't know if you've ever used them, but they only show that if the inventory isn't compatible, so for the Item Phantomface that'd mean either not IInventory or no IItemHandler Capability :v
Well I guess then this is on my side. Which isn't nice, because the Phantomface code is old and a whole big mess :D Thanks for the help anyways.
@Towsty: If you have the time, please try it again with this build: https://ci.chaosfield.at/job/ActuallyAdditions/job/ActuallyAdditions-unstable/240/
(Just pick the one without any suffix!)
Both on normal chests and the solderers you had the problems with. Thanks a bunch!
Forge 12.18.2.2122
RefinedStorage 1.2.3
JEI 1.10.2-3.13.2.360
ActuallyAdditions r70-240
Phantomfaces (and all other faces for that matter) work perfectly. Checked Phantomfaces using hoppers for item transfer. Checked them against Solderers, interfaces, crafter and regular chests. All working perfectly, thanks!