Posted May 4, 201510 yr Hello, I am making a mod that will require custom machinery can anyone help me with this? Is it like making a custom furnace?? Thanks For Your Help
May 4, 201510 yr It would help if you described what kind of machine you want to make. If your machine is something you can put items into (like it has slots), then a furnace would be a good example -- you'd need to implement Container and such. If your machine doesn't need items, then you would just make it a simple tile entity. Check out my tutorials here: http://jabelarminecraft.blogspot.com/
May 5, 201510 yr Then there you go! Like jabelar said, go look at the furnace. Or some source code of other mods. Everything is boolean logic, the rest is details. [shadow=gray,left][glow=red,2,300]KEEGAN[/glow][/shadow]
May 5, 201510 yr It would be like the macerator from tekkit so it will need slots Off-Topic: This is why I don't like tekkit. ROFL .. @killzers - Learn how to setup your mod - Learn how to setup simple items - Learn how to setup simple blocks - Learn how to setup interactions with blocks and items - Learn how to setup NBT Tags - Learn how to setup Tile Entitys - Learn how to setup Containers - Learn how to setup GUIs - Learn how to setup Renders - Try to learn how to do anything that you see different. After this start to make new things with this mixed, if all run right (single player AND with dedicated server), start a concept of how to transform items in new items... with this start your machine. If you don't learn the things around machines a simple problem can destroy your work, because you don't understand what is happening. I really recomend a good base of Java to do this, because machines require some defined things like logic flags or methods with some different actions that can move a newbie to a big fail. Machine blocks are an advanced resource in a mod. You can make machines with or without GUIs, with or without containers, with or without some things, but you need to understand all these things first. Jabelar, Wuppy and some guys are good sources of tutorials... go, learn and fly! o/ // BSc CIS, hardcore gamer and a big fan of Minecraft. TmzOS ::..
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.