This commit is contained in:
mat9117 2019-04-14 11:02:58 +02:00
commit 728cc3d813
2 changed files with 4 additions and 4 deletions

View File

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
### Added
- Polish translation.
## [1.3.0] - 2019-03-23
### Changed

View File

@ -23,7 +23,3 @@ dofile(modpath .. "/nodes.lua")
dofile(modpath .. "/redefinitions.lua")
dofile(modpath .. "/crafting.lua")
dofile(modpath .. "/aliases.lua")
if minetest.settings:get_bool("log_mods") then
minetest.log("action", S("[moreblocks] loaded."))
end