Chests/Furnaces

Started by AgentSwampy on

Topic category: Help with MCreator software

Active 8 years ago
Joined Sep 2016
Points:
717

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 10
Chests/Furnaces

Hey,

Just curious as to which 'mod type' I should select in the menu if I want to make a new furnace or chest. I initially thought 'block', but that doesn't seem to have the options to chat a chests storage or a furnaces cooking speed etc.

Is MCreator capable of doing this or isn't it something that can be done yet?

Active 5 years ago
Joined Aug 2015
Points:
773

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 103
No you were right the first
Mon, 10/10/2016 - 18:54

No you were right the first time you just dont seem to have looked it all through. You need to create a new block, give this block an inventory [You will also need to create a GUI element that is tied to this block and its inventory] and a RightClick event to open a GUI.

You do the same with a furnace, but enable particles and you use the update tick event to time out your events,  [Remove item from block, Add Item to block]and adjust the update tick of the block accordingly. Then you just supply an animated texture for any flames/cooking effect you want.

Active 8 years ago
Joined Sep 2016
Points:
717

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 10
RE:No you were right the first
Mon, 10/10/2016 - 19:29

@#1 Oh thank you! Much appreciated :)

Active 5 years ago
Joined Aug 2015
Points:
773

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 103
No problem!
Mon, 10/10/2016 - 19:50

No problem!