How to make a chest block?

Started by HssLeno98 on

Topic category: Help with Minecraft modding (Java Edition)

Active 7 years ago
Joined Nov 2016
Points:
716

User statistics:

  • Modifications: 1
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 5
How to make a chest block?
Sun, 11/27/2016 - 21:34 (edited)

How to make a chest block?

Edited by HssLeno98 on Sun, 11/27/2016 - 21:34
Active 6 years ago
Joined Jun 2016
Points:
720

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 13
hmmm you could try to make a
Thu, 12/01/2016 - 04:30

hmmm you could try to make a block and in the maker select "has inventory" does that work

Active 7 years ago
Joined Nov 2016
Points:
728

User statistics:

  • Modifications: 2
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 8
You need to make a block with
Thu, 12/01/2016 - 19:25

You need to make a block with an inventory, than make make a GUI.

In the GUI don't add a new inventory, but use the ''inherited''.

Than put as many slots as you want an complete editing.

Go back to youre block en select ''when block right clicked'' open basic GUI and select the one you made.

I hope it works for you!

Active 7 years ago
Joined Apr 2017
Points:
727

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 37
If I don't add a new
Tue, 04/25/2017 - 18:17

If I don't add a new inventory and just use the inherited one, MC crashes when trying to open the block's inventory. If I add an inventory, it "works", but items don't save in the block ... :(

Active 6 years ago
Joined Aug 2017
Points:
705

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
You must create GUI for it  
Thu, 09/07/2017 - 16:55

You must create GUI for it

 

Active 4 years ago
Joined Jun 2016
Points:
3743

User statistics:

  • Modifications: 10
  • Forum topics: 39
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 5490
RE:You need to make a block with
Thu, 09/07/2017 - 19:04

And don't forgot that the number of slots in the GUI can't be more than the numver chosen in the block when you are adding the inventory to it

Active 2 years ago
Joined May 2016
Points:
928

User statistics:

  • Modifications: 2
  • Forum topics: 27
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 138
I tried all that but when I…
Tue, 06/12/2018 - 00:21

I tried all that but when I tried to place an event(when place click) on it and choose the GUI it does not show??? Any code work arounds?