Go to file
aa6 09adf1dc83 Fix: minetest.settings:get() doesn't return actual value when unset. 2022-02-22 22:24:24 +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: minetest.settings:get() doesn't return actual value when unset. 2022-02-22 22:24:24 +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: minetest.settings:get() doesn't return actual value when unset. 2022-02-22 22:24:24 +03:00
config.lua Fix: minetest.settings:get() doesn't return actual value when unset. 2022-02-22 22:24:24 +03:00
depends.txt Initial commit. 2019-03-26 22:38:59 +03:00
description.txt Feature: In-game settings menu compatibility. 2022-02-15 00:25:41 +03:00
init.config.lua Fix: minetest.settings:get() doesn't return actual value when unset. 2022-02-22 22:24:24 +03:00
init.functions.lua Fix: typo fix. 2022-02-14 21:05:37 +03:00
init.log.lua Fix: minetest.settings:get() doesn't return actual value when unset. 2022-02-22 22:24:24 +03:00
init.lua Feature: In-game settings menu compatibility. 2022-02-15 00:25:41 +03:00
init.red_firebrick.lua Feature: minetest_hardcorebrix.optimize_nodebox() implementation for all firebricks. 2022-02-14 21:32:25 +03:00
init.white_firebrick.lua Fix: Block names typo. 2022-02-14 21:35:45 +03:00
lib.file_exists.lua Feature: In-game settings menu compatibility. 2022-02-15 00:25:41 +03:00
lib.file_get_contents.lua Feature: In-game settings menu compatibility. 2022-02-15 00:25:41 +03:00
lib.file_put_contents.lua Feature: In-game settings menu compatibility. 2022-02-15 00:25:41 +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
mod.conf Feature: In-game settings menu compatibility. 2022-02-15 00:25:41 +03:00
screenshot.png Fix: Screenshot added. 2022-02-15 09:46:46 +03:00
settingtypes.txt Fix: Screenshot added. 2022-02-15 09:46:46 +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