Compare commits
3 Commits
v2.0.0
...
866f7274ab
Author | SHA1 | Date | |
---|---|---|---|
866f7274ab | |||
e7547d57ba | |||
c13321142b |
@ -1,6 +1,6 @@
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v2.3.0
|
||||
rev: v2.1.0
|
||||
hooks:
|
||||
- id: end-of-file-fixer
|
||||
- id: trailing-whitespace
|
||||
|
16
.travis.yml
@ -1,15 +1,15 @@
|
||||
dist: bionic
|
||||
language: python
|
||||
language: generic
|
||||
|
||||
python:
|
||||
- 3.7.1
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- luarocks
|
||||
|
||||
install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qqq luarocks
|
||||
- pip3 install pre-commit
|
||||
- pyenv global 3.6.3
|
||||
- pip3 install --user pre-commit
|
||||
- luarocks install --local luacheck
|
||||
|
||||
script:
|
||||
- pre-commit run --all-files
|
||||
- $HOME/.local/bin/pre-commit run --all-files
|
||||
- $HOME/.luarocks/bin/luacheck .
|
||||
|
@ -7,11 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.0.0] - 2019-11-25
|
||||
|
||||
### Added
|
||||
|
||||
- Stairs+ nodes for ice.
|
||||
- `settingtypes.txt` file to allow configuring settings in the main menu.
|
||||
- Polish translation.
|
||||
|
||||
@ -90,8 +87,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
||||
|
||||
- Initial versioned release.
|
||||
|
||||
[Unreleased]: https://github.com/minetest-mods/moreblocks/compare/v2.0.0...HEAD
|
||||
[2.0.0]: https://github.com/minetest-mods/moreblocks/compare/v1.3.0...v2.0.0
|
||||
[Unreleased]: https://github.com/minetest-mods/moreblocks/compare/v1.3.0...HEAD
|
||||
[1.3.0]: https://github.com/minetest-mods/moreblocks/compare/v1.2.0...v1.3.0
|
||||
[1.2.0]: https://github.com/minetest-mods/moreblocks/compare/v1.1.0...v1.2.0
|
||||
[1.1.0]: https://github.com/minetest-mods/moreblocks/compare/v1.0.0...v1.1.0
|
||||
|
@ -60,9 +60,9 @@ on that line.
|
||||
|
||||
## Version compatibility
|
||||
|
||||
More Blocks is currently primarily tested with Minetest 5.1.0.
|
||||
More Blocks is currently primarily tested with Minetest 0.4.17.
|
||||
It may or may not work with newer or older versions. Issues arising in older
|
||||
versions than 5.0.0 will generally not be fixed.
|
||||
versions than 0.4.17 will generally not be fixed.
|
||||
|
||||
## License
|
||||
|
||||
|
2
init.lua
@ -23,3 +23,5 @@ dofile(modpath .. "/nodes.lua")
|
||||
dofile(modpath .. "/redefinitions.lua")
|
||||
dofile(modpath .. "/crafting.lua")
|
||||
dofile(modpath .. "/aliases.lua")
|
||||
|
||||
minetest.log("action", "[moreblocks] loaded.")
|
||||
|
@ -286,4 +286,4 @@ msgstr "%s Panel"
|
||||
#: stairsplus/common.lua
|
||||
#, lua-format
|
||||
msgid "%s Stairs"
|
||||
msgstr "%s Schody"
|
||||
msgstr "% Schody"
|
||||
|
@ -49,7 +49,6 @@ local default_nodes = { -- Default stairs/slabs/panels/microblocks:
|
||||
"desert_sandstone_block",
|
||||
"sandstone_block",
|
||||
"coral_skeleton",
|
||||
"ice",
|
||||
}
|
||||
|
||||
for _, name in pairs(default_nodes) do
|
||||
|
Before Width: | Height: | Size: 170 B After Width: | Height: | Size: 176 B |
Before Width: | Height: | Size: 163 B After Width: | Height: | Size: 165 B |
Before Width: | Height: | Size: 258 B After Width: | Height: | Size: 306 B |
Before Width: | Height: | Size: 269 B After Width: | Height: | Size: 292 B |
Before Width: | Height: | Size: 207 B After Width: | Height: | Size: 219 B |
Before Width: | Height: | Size: 167 B After Width: | Height: | Size: 170 B |
Before Width: | Height: | Size: 167 B After Width: | Height: | Size: 169 B |
Before Width: | Height: | Size: 739 B After Width: | Height: | Size: 850 B |
Before Width: | Height: | Size: 167 B After Width: | Height: | Size: 169 B |
Before Width: | Height: | Size: 115 B After Width: | Height: | Size: 121 B |
Before Width: | Height: | Size: 352 B After Width: | Height: | Size: 356 B |
Before Width: | Height: | Size: 169 B After Width: | Height: | Size: 170 B |
Before Width: | Height: | Size: 88 B After Width: | Height: | Size: 135 B |
Before Width: | Height: | Size: 117 B After Width: | Height: | Size: 153 B |
Before Width: | Height: | Size: 387 B After Width: | Height: | Size: 389 B |
Before Width: | Height: | Size: 281 B After Width: | Height: | Size: 282 B |
Before Width: | Height: | Size: 282 B After Width: | Height: | Size: 284 B |