Skip to content

A poor re-implementation of the Dirt Chest 9000 from the Iron Chests mod to learn how to make GUIs.

License

Notifications You must be signed in to change notification settings

joedski/Dirt-Chest-9000--Ersatz-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dirt-Chest-9000--Ersatz-

A poor re-implementation of the Dirt Chest 9000 from the Iron Chests mod to learn how to make GUIs.

Made following MrrGingerNinja's tutorial on GUIs and inventories here.

Requirements

  • Minecraft Forge for Minecraft 1.7.2
  • An IDE

If you have no idea how to set things up, I recommend this tutorial by the same guy as the above one for setting up things in Eclipse.

Differences from the Tutorial

I implemented determining which way to point the block in the same way the vanilla Minecraft chest does, using Block#onBlockPlacedBy() rather than Block#onBlockAdded().

About

A poor re-implementation of the Dirt Chest 9000 from the Iron Chests mod to learn how to make GUIs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages