- Berlin, Germany
- https://lostcave.ddnss.de/
- Joined on
2019-12-14
BodgeMaster pushed to master at BodgeMaster/DeathChests
-
0831ad4b2f
ItemObituariy: finish implementation
-
1b347a5490
Main: remove useless TODO
-
df0f3d2243
BlockDeathChest: Finish up by adding a texture
-
aa2ae4f20b
Config: Make obituary item configurable
-
d3f300da85
EventHook: Add dropped items to the death chest
- Compare 9 commits »
BodgeMaster opened issue BodgeMaster/FOSS-VG#73
lib/nbt: Deal with compressed NBT filesBodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
7108e71b96
lib/varint: Add toVarN() functions
BodgeMaster pushed to master at BodgeMaster/DeathChests
-
b1c80d7bde
A lot of changes. Sorry, didn't keep track.
BodgeMaster pushed to master at BodgeMaster/RandomUsefulStuff
-
df66ad4d42 clarify documentation
BodgeMaster pushed to master at BodgeMaster/RandomUsefulStuff
-
11e06aa4a1 Add 'LookUpTable.java'
BodgeMaster pushed to master at BodgeMaster/DeathChests
-
a618f200ee
Add event hook that places the death chest in the world
-
84beefbbce
Add maxDistance
-
2770980d3a
Add 'Obituary' item that will be used for retrieving the death location after respawning
-
e52c9b6011
Switch to using a singleton
-
643cef87a7
Use Debug.out() instead of System.out.println()
- Compare 9 commits »
BodgeMaster pushed to master at BodgeMaster/DeathChests
-
c05e020c86 Readme: Mention Forge
BodgeMaster pushed to master at BodgeMaster/DeathChests
-
57dd8a93e5 Readme: Add version notice
BodgeMaster created repository BodgeMaster/DeathChests
BodgeMaster pushed to master at BodgeMaster/lambda-v
-
31981b541e
Add UI
-
f1f271abbe
Enforce command/condition whitelist
-
7ed9e8cc4f
Check if the goal has been reached after interpreting code
- Compare 3 commits »
BodgeMaster closed issue BodgeMaster/FOSS-VG#72
lib/varint: fromVar64() is brokenBodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
44716a55bb
lib/varint: Fix fromVar64 function
BodgeMaster opened issue BodgeMaster/FOSS-VG#72
lib/varint: fromVar64() is brokenBodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
fe7c763d06
lib/varint: Add VarInt library
BodgeMaster commented on issue BodgeMaster/FOSS-VG#45
lib/nbt: create a unit test for the NBT validatorParser works, dedicated validator gets canned when it breaks too badly.
BodgeMaster closed issue BodgeMaster/FOSS-VG#45
lib/nbt: create a unit test for the NBT validatorBodgeMaster closed issue BodgeMaster/FOSS-VG#60
lib/nbt: Lists and compounds can be constructed with vectors of invalid dataBodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
d392e080ca
test/nbt_tags: Add tests for constructing invalid lists/compounds