Skip to content

OpenMiner v0.0.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@Unarelith Unarelith released this 07 May 19:36
· 621 commits to master since this release

Lua API is now mostly documented.

Launcher now available!

TL;DR:

  • /save and /load commands added (see #26)
  • Basic texture pack system added (see #34)
  • Sugar canes, lamp and door blocks added
  • Item drop entities added (see #90 and #92)

Changelog:

  • f5a27cb - config.example.lua added
  • ceafa8c - New parameter -w/--working-dir
  • c386d62 - Fixed GUI scale issues (see #30)
  • 9c954a2 - boundingbox draw type fixed (thanks to p_gimeno)
  • c5f83f9 - Sugar canes added
  • aee82ca - Fixed cactus rendering
  • a95cd77 - Fixed issues related to singleplayer mode (see #75)
  • 8d60cb5 - The top liquid block is now a little bit smaller than others (see #56)
  • 91afbca - Fixed light blink when placing a block underwater (see #46)
  • ef79c5b - /save and /load commands added (see #26)
  • 93308c9 - Basic texture pack system added (see #34)
  • e1e1c46 - Better --help message
  • db587f1 - Singleplayer mode will now use a random available port instead of the default server port
  • c128971 - Improved RNG
  • e491c94 - Item/block groups added (see #89)
  • 825a29c - Config option added to change mipmap levels
  • 743ee7b - Redstone lamp added (toggled with right-click since redstone is not implemented yet)
  • c3eaa06 - Fixed cactus bottom texture
  • 2ecef2d - Door added
  • 5072afd - Cactus and sugar cane now breaks the top blocks when a lower block is broken
  • f00e18c - Fallback ambient occlusion fixed
  • 218eddb - Furnace output inventory is now read only
  • 0742dec - Added config option to reduce AO strength with smooth lighting
  • 9015830 - Mods now use their own working directory
  • ead5e7d - Now handling mod name conflicts
  • 94b959c - mod:path() added
  • 4a9007f - Item drop entities added (see #90 and #92)
  • 91b3792 - Server option useItemDrops added
  • a22bbf9 - Prints a connection error instead of closing the client when connecting to a server