Go to file
aa6 bcf71366e1 Fix: More painful nonsense to mention about. 2022-02-05 18:21:07 +03:00
sounds Initial commit. 2019-03-26 22:38:59 +03:00
textures Initial commit. 2019-03-26 22:38:59 +03:00
util Fix: More painful nonsense to mention about. 2022-02-05 18:21:07 +03:00
LICENSE Initial commit. 2019-03-26 22:38:59 +03:00
README.md Fix: More painful nonsense to mention about. 2022-02-05 18:21:07 +03:00
VERSION Fix: More painful nonsense to mention about. 2022-02-05 18:21:07 +03:00
config.lua Initial commit. 2019-03-26 22:38:59 +03:00
depends.txt Initial commit. 2019-03-26 22:38:59 +03:00
functions.lua Initial commit. 2019-03-26 22:38:59 +03:00
init.lua Initial commit. 2019-03-26 22:38:59 +03:00
init_red_firebrick.lua Fix: node_dig_prediction for all nodes 2022-02-05 14:37:04 +03:00
init_white_firebrick.lua Fix: node_dig_prediction for all nodes 2022-02-05 14:37:04 +03:00
minetest_hardcorebrix_info.png Initial commit. 2019-03-26 22:38:59 +03:00
minetest_hardcorebrix_info.xcf Initial commit. 2019-03-26 22:38:59 +03:00

README.md

Hardcore °Bx [Version] [minetest_hardcorebrix]

Mod for minetest that adds some hardcore bricks and durable building materials to the game. Say goodbye to swiss-cheese map with giant holes, these new blocks are hard to dig and can be a real help for house protection. It's hardcore time!

Hardcore °Bx

How to download

https://github.com/aa6/minetest_hardcorebrix/archive/master.zip

How to install

http://wiki.minetest.com/wiki/Installing_mods

Development

  • Run git clone https://github.com/aa6/minetest_hardcorebrix.git; cd minetest_hardcorebrix to clone the repository.
  • Run bash util/git_hook_pre_commit.bash install after repository cloning. ./VERSION and ./util/version.png then will be updated automatically on every commit. To increment minor version append " 2" to ./VERSION file contents.
  • Use print(dump( ... )) to print tables to console when debugging.
  • Use error(123) to stop execution when debugging.
  • Remember that array numeration in Lua starts not from 0 but from 1: arr = { 123 }; -- arr[0] == nil; arr[1] == 123.
  • Use manual http://dev.minetest.net/Category:Methods

Changelog

https://github.com/aa6/minetest_hardcorebrix/commits/master

Links

Minetest forums topic