Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

Does anyone know an up-to-date tutorial about how to make something like a chest but with less spaces or a chest with more spaces?

If you found this post helpful, please take your time to give me a "Thank You". :)

yes... thats not hard at all :)

 

All you need to do is to create an block which extends blockContainer,

create a TileEntity for that block and a GUI class for that TileEntity/Container.

It's rather easy and mostly copy-paste existing code from minecraft classes :P

 

On the forge wiki there are some tutorials for GUI's have you read this one?

http://www.minecraftforge.net/wiki/Containers_and_GUIs

 

 

If you guys dont get it.. then well ya.. try harder...

  • Author

yes... thats not hard at all :)

 

All you need to do is to create an block which extends blockContainer,

create a TileEntity for that block and a GUI class for that TileEntity/Container.

It's rather easy and mostly copy-paste existing code from minecraft classes :P

 

On the forge wiki there are some tutorials for GUI's have you read this one?

http://www.minecraftforge.net/wiki/Containers_and_GUIs

That was helpful I didn't realize that tutorial was updated. This is a really noob question: How do you create a TileEntity that implements IInventory?

 

EDIT: Nevermind. How do I exactly make a GUI image for exactly that inventory?

If you found this post helpful, please take your time to give me a "Thank You". :)

How do you create a TileEntity that implements IInventory?
class TileEntitySomethingClever extends TileEntity implements IInventory.

 

EDIT: Nevermind. How do I exactly make a GUI image for exactly that inventory?

Well you have to create one inn paint or gimp or photoshop etc.

What I did for mine was to go into PS and just copy paste and move around stuff from the original GUI's

You can find the original GUI images inn the

"mcp_Directory\temp\bin\minecraft\gui"

 

And use them as a starting point :)

The images Demo_bg, slot, Container and  should give you some good starting images. :)

If you guys dont get it.. then well ya.. try harder...

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...

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.