Jump to content

Recommended Posts

Posted

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

Posted

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/

Posted

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]

Posted

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.