Commit Graph

10 Commits (master)

Author SHA1 Message Date
BodgeMaster 9dd0991b01 Config: Removed log4j option
I decided implementing this feature wasn’t worth it.
Instead, I’m using a standalone mode to mitigate the log4j issue.
2023-06-09 12:46:47 +02:00
BodgeMaster 1b347a5490 Main: remove useless TODO 2022-12-20 21:54:48 +01:00
BodgeMaster aa2ae4f20b Config: Make obituary item configurable 2022-12-20 20:25:00 +01:00
BodgeMaster 32610cf937 Main class: Register TileEntity 2022-12-20 20:17:16 +01:00
BodgeMaster b1c80d7bde A lot of changes. Sorry, didn't keep track.
The next things to do are implementing the tile entity and getting the player's items upon death.
2022-12-20 00:50:11 +01:00
BodgeMaster a618f200ee Add event hook that places the death chest in the world 2022-12-15 12:56:55 +01:00
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 425ff9ba34 Initial mod code
Features:
- Config
- Chest block clone
2022-12-15 09:19:11 +01:00