Commit Graph

6 Commits (2770980d3acaae770774269382259e8caf6e915c)

Author SHA1 Message Date
BodgeMaster 2770980d3a Add 'Obituary' item that will be used for retrieving the death location after respawning
I just want to mke it a little thing that prints the coords and possibly dim to chat when right-clicked.
2022-12-15 12:55:09 +01:00
BodgeMaster e52c9b6011 Switch to using a singleton
The reason for this is that the object needs to stay accessible
because adding a block into the world is done by the object
that was used to register it in the game registry, not by the type.
2022-12-15 12:50:16 +01:00
BodgeMaster 643cef87a7 Use Debug.out() instead of System.out.println() 2022-12-15 12:48:07 +01:00
BodgeMaster 27d19f57f0 Config: Fix loader
Java, why can’t I compare sthings with double equals!?
2022-12-15 09:46:52 +01:00
BodgeMaster 425ff9ba34 Initial mod code
Features:
- Config
- Chest block clone
2022-12-15 09:19:11 +01:00
BodgeMaster cff3ed370e mcmod.info: Add information 2022-12-15 08:29:17 +01:00