Posted January 20, 201312 yr As of the latest snapshot 13w03a, the new hopper block is able to interact with furnaces properly. The mechanism it uses to identify the slots is not too different from the sided inventory mechanism. In fact, the Furnace and Brewingstand tile entities are now implementing an IInventory subinterface which actually IS ISidedInventory in all respects (if you don't believe it: the class is obfuscated to "lm"). The problem is: the forge version processes fuel from the bottom, output to the sides. The new vanilla version does it the other way round, as the hopper can only extract from the bottom. So I'd like to know what the forge devs will do when 1.5 comes out. Will you override the vanilla version (which would break the hopper) or will you adapt to it (which will break many existing builds).
January 20, 201312 yr Have you seen thermalexpansion? It can have its inputs and outputs changed. Read the EAQ before posting! OR ELSE! This isn't building better software, its trying to grab a place in the commit list of a highly visible github project. www.forgeessentials.com Don't PM me, I don't check this account unless I have to.
January 21, 201312 yr Author I highly doubt that the forge devs will implement this for the vanilla containers.
January 22, 201312 yr I plan on tossing a config flag to revert these specific things. And then completely dumping ISidedInventroy from forge. I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.