thedarkcolour Posted April 5, 2019 Posted April 5, 2019 (edited) I have a Custom Furnace block that works like the Smoker block from 1.14. I have gotten everything to work except the flame icon in between the two input slots. Instead of properly decreasing over time, it briefly disappears after a craft cycle and stays full the whole time. The white progress arrow works as intended. Here is an image of what the fire icon looks like while crafting. It stays like that until the coal runs out. Here are my classes: Tile Entity - https://hastebin.com/qocaxelofu.java Pastebin - https://pastebin.com/L4G2DMpb Container - https://hastebin.com/zodotevamu.java Pastebin - https://pastebin.com/MKGQSEdw GUI - https://hastebin.com/sanumopipo.java Pastebin - https://pastebin.com/TDum28ny Edited April 5, 2019 by thedarkcolour Added version in title in case of confusion Quote
Big_Bad_E Posted April 5, 2019 Posted April 5, 2019 Use outprints to check of the burnlength is the right value. Send a spoiler with the outprints of k. Quote
DavidM Posted April 5, 2019 Posted April 5, 2019 Is it just me or do other people also have trouble going to hastebin.com? The page appears to be blank. Quote Some tips: Spoiler Modder Support: Spoiler 1. Do not follow tutorials on YouTube, especially TechnoVision (previously called Loremaster) and HarryTalks, due to their promotion of bad practice and usage of outdated code. 2. Always post your code. 3. Never copy and paste code. You won't learn anything from doing that. 4. Quote Programming via Eclipse's hotfixes will get you nowhere 5. Learn to use your IDE, especially the debugger. 6. Quote The "picture that's worth 1000 words" only works if there's an obvious problem or a freehand red circle around it. Support & Bug Reports: Spoiler 1. Read the EAQ before asking for help. Remember to provide the appropriate log(s). 2. Versions below 1.11 are no longer supported due to their age. Update to a modern version of Minecraft to receive support.
thedarkcolour Posted April 5, 2019 Author Posted April 5, 2019 Added the Pastebin versions of the classes, in case you cannot access Hastebin. Quote
thedarkcolour Posted April 5, 2019 Author Posted April 5, 2019 For some reason 0 / 1600 prints 78.125, rather than zero. It looks like there might be some weird math in my Gui method. Quote
thedarkcolour Posted April 5, 2019 Author Posted April 5, 2019 I have figured it out, the original item's burntime value I use does not work properly ? Quote
Big_Bad_E Posted April 5, 2019 Posted April 5, 2019 Always check your values before assuming your code is wrong! Quote
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.