Posted November 5, 20186 yr Does anyone know any good guides, or videos to see how to create a custom furnace from ground up?
November 5, 20186 yr 8 minutes ago, shutdoor said: how to create a custom furnace from ground up? Well, you can see how vanilla did their furnace at TileEntityFurnace. Just don't use IInventory like it does, use capabilities. 6 minutes ago, shutdoor said: or videos I have yet to see a minecraft modding tutorial video that would at least be "ok". Most of them are pretty bad. Actually every single one I've seen so far was pretty bad. So don't expect to find anything good on youtube for a while, although I've heard that @Animefan8888 is planning on making a series on his channel once 1.13 forge comes out.
November 5, 20186 yr 59 minutes ago, V0idWa1k3r said: although I've heard that @Animefan8888 is planning on making a series on his channel once 1.13 forge comes out. This is true, it's even in my signature. ? It will obviously go over the basics first, but eventually I will get to TE's. And I would love criticism from the various modders on here for when it is made to make it better than I can by myself. VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
November 5, 20186 yr 1 hour ago, shutdoor said: Does anyone know any good guides, or videos to see how to create a custom furnace from ground up? https://github.com/Cadiboo/WIPTechAlpha/blob/master/src/main/java/cadiboo/wiptech/block/BlockModFurnace.java https://github.com/Cadiboo/WIPTechAlpha/blob/master/src/main/java/cadiboo/wiptech/tileentity/TileEntityModFurnace.java About Me Spoiler My Discord - Cadiboo#8887 My Website - Cadiboo.github.io My Mods - Cadiboo.github.io/projects My Tutorials - Cadiboo.github.io/tutorials Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support. When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible. Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)
November 5, 20186 yr 1 hour ago, V0idWa1k3r said: Well, you can see how vanilla did their furnace at TileEntityFurnace. Just don't use IInventory like it does, use capabilities. Also don't use the keepInventory hack About Me Spoiler My Discord - Cadiboo#8887 My Website - Cadiboo.github.io My Mods - Cadiboo.github.io/projects My Tutorials - Cadiboo.github.io/tutorials Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support. When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible. Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)
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.