Started by
Tony_PolarGaming
on
Topic category: Help with MCreator software
Hi :D
So, How do I make a chest and/or a computer-like thing that has storage and commands?
With a GUI thanks
Thx in advance, Tony_PolarGaming.
Topic category: Help with MCreator software
Hi :D
So, How do I make a chest and/or a computer-like thing that has storage and commands?
With a GUI thanks
Thx in advance, Tony_PolarGaming.
The previous comment was for chest. For a computercraft-like thing you need to code (and also lots of code). For making a simple block that has some buttons, follow these steps:
(DefautHome: time home button -> open GUI: TimeHome)
(TimeHome: lots of buttons that change the time with the event: day button -> set time: 0; night button -> set time: 16000; etc.)
Sorry for errors but I'm Italian
Ok thx. Also can u tell me how to make a backpack. A portable chest
@#3 you can't make it without coding