Zzyxz Posted March 2, 2014 Posted March 2, 2014 Hello, i tried to figure out, how i can modify the input consumption of itemStacks in the furnace. i.e.: input Stones 64 and output Better Stones 32 i tried it with: GameRegistry.addSmelting(new ItemStack(Block.stone,2), new ItemStack(betterStone,1), 0); But the input consumption does not change. I still get 64 Better Stones instead of 32. Would be nice if someone could help me with that, i already invested about 10h with researches, through the whole internet. I'm pretty desperate. Quote ********************************* ** Always remember you are unique, ** ** just like everyone else ** ********************************** Was my post helpful? Say thanks and press the thank you button, on my post!! God, damn it!
larsgerrits Posted March 2, 2014 Posted March 2, 2014 The vanilla furnace doesn't check for stacksizes, so if you want more consumption, you need to make your own furnace. Quote Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
Zzyxz Posted March 2, 2014 Author Posted March 2, 2014 yea, thats something, i already noticed. Well then i need to extend and overwrite the Vanilla Furnace. Now i need to figure out, how i can add this to the furnace class... If someone has a great tutorial which explains that, that would be nice. Otherwise i'll just try my luck Quote ********************************* ** Always remember you are unique, ** ** just like everyone else ** ********************************** Was my post helpful? Say thanks and press the thank you button, on my post!! God, damn it!
Recommended Posts
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.