Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-14 | changed file was missingHEADorigin/masterorigin/HEADmaster | Och Noe | |
2018-11-14 | changed file was missing | Och Noe | |
2018-11-14 | "mithril" from moreores added, incl. dependency | Och Noe | |
2018-11-08 | tinted glass, 8 types: RGB CMYK and grey | Och Noe | |
2018-10-22 | http://linux-forks.de/moreblocks/71.html fixed | Och Noe | |
2018-10-20 | experimental tinted glass | Och Noe | |
2018-07-31 | ... sh.. git | Och Noe | |
2018-07-31 | unneeded dependency removed | Och Noe | |
2018-07-31 | (x)panes for clean, iron and coal glass | Och Noe | |
2018-06-09 | "ehlphabet" added again - no danger of cyclic dependencies | Och Noe | |
2018-05-13 | several bugfixes | Gabriel Pérez-Cerezo | |
2018-05-03 | Added maple mod support | Gabriel Pérez-Cerezo | |
2018-04-06 | added missing textures | Gabriel Pérez-Cerezo | |
2018-03-24 | more stuff from Och_Noe | Gabriel Pérez-Cerezo | |
2018-03-15 | fix unknown nodes! | Gabriel Pérez-Cerezo | |
2017-10-04 | Prepare for v1.1.0 release | Hugo Locurcio | |
- Rewrite the README entirely with new installation instructions - Tweak the styling in CONTRIBUTING.md and CHANGELOG.md | |||
2017-10-02 | Update the change log with new additions in More Blocks | Hugo Locurcio | |
2017-09-03 | Add Sokomine to the copyright line of circular_saw.lua | Hugo Locurcio | |
2017-08-12 | Replace deprecated methods: | AntumDeluge | |
- 'setting_get' with 'settings:get' - 'setting_getbool' with 'settings:get_bool' | |||
2017-08-12 | Replace deprecated function 'intllib.Getter': | AntumDeluge | |
- Check first for 'intllib.make_gettext_pair', otherwise continue using deprecated function | |||
2017-08-12 | Call 'global_exists' in place of 'get_modpath' for 'intllib' check | AntumDeluge | |
2017-08-12 | Support tin and silver/sandstone blocks (#79) | lemon-melon | |
Allows tin blocks and silver/desert sandstone blocks to be used in the circular saw. | |||
2017-03-14 | Make wool sawable (#72) | Fixer | |
* Make wool sawable Based on my simple research https://github.com/minetest-mods/moreblocks/issues/71 enabling wool should not cause major slowdowns. Code pasted from gloopblocks * List wool as optional dependancy * Added check for wool dependancy * Make life easier for translators | |||
2017-02-23 | build a list of all of the stairsplus slab/stair/etc... shapes (#70) | Vanessa Ezekowitz | |
for other mods to reference. | |||
2017-02-23 | Update change log with the new Stairs+ nodes | Hugo Locurcio | |
2017-02-23 | add some 0.4.15 default nodes to table saw, including farming:straw (#69) | Vanessa Ezekowitz | |
* add some 0.4.15 default nodes to table saw including farming:straw * fix hard-coded drop | |||
2017-02-21 | Update change log with the new circular saw nodes | Hugo Locurcio | |
2017-02-21 | add a few new shapes to the table saw: (#67) | Vanessa Ezekowitz | |
* 1/16 slab, L-shaped (two sides) * 1/16 slab, corner-shaped (three sides) * 1/16 slab, U-shaped (three sides) | |||
2017-02-20 | Add a contribution guide | Hugo Locurcio | |
2017-02-19 | Prepare for v1.0.0 release | Hugo Locurcio | |
2017-01-27 | Remove crafting recipes regarding removed jungle sticks | Thomas--S | |
Forgotten in 34c01e66c78031ec367fd463f947f790affea4f4 | |||
2017-01-26 | allow passing paramtype2 to the nodes being created (#65) | Vanessa Ezekowitz | |
2016-12-31 | Prevent creating a global | Auke Kok | |
2016-12-31 | Remove unused gui_slots | Auke Kok | |
2016-12-31 | Run cleanfile on all files, fixing whitespace issues. | Auke Kok | |
2016-12-31 | Add luacheckrc file. | Auke Kok | |
2016-12-19 | Don't unnecessarily break on stable 0.4.14. (#62) | Diego Martínez | |
This uses the metal sounds when available (0.4.14-dev), or the stone sounds otherwise. | |||
2016-12-15 | a few multi texture models | pithydon | |
2016-12-03 | Some fixes for keeping in line with the default game (#59) | Richard Qian | |
* Tweak some nodes - Add function for recently-added metal sounds, and make copper patina use this sound - Add all the wood tiles to the wood group - Make empty bookshelf usable as fuel for half the time of book and vessel shelves (for 15 seconds) * Return the books when crafting enpty bookshelves | |||
2016-10-03 | Add Alias Functions (#54) | Thomas--S | |
* register_alias * register_alias_force | |||
2016-09-19 | Max light source is 14. (#56) | Auke Kok | |
2016-08-19 | use valid license for my texture (#51) | pithydon | |
2016-07-12 | Remove unnecessary things (#47) | Thomas--S | |
* Removed Junglwood fences -> Alias with default:fence_junglewood * Removed Jungle stick -> Alias with default:stick * Removed unnecessary redefinitions because all the overridden options are the same as in minetest_game. | |||
2016-07-12 | Fix drop logic. (#49) | John Cole | |
The code not type(fields.drop) == "table" was always false because it compares a boolean with a string, not (type(fields.drop) == "table") is the intended logic. | |||
2016-06-17 | Add support for the alternative drop syntax (#46) | Thomas--S | |
Until now, when the moreblocks node for a node with the alternative drop syntax were registered, the game crashed. | |||
2016-06-10 | Aspen tree registration in stairsplus. (#44) | Luka Vandervelden | |
2016-05-19 | update readme for copperpatina (#40) | pithydon | |
* add pithydon in credits | |||
2016-05-18 | add node copper patina (#37) | pithydon | |
Good for building things like the statue of liberty. | |||
2016-05-18 | Italian locale (#39) | Emon | |
2016-02-19 | Prevent glass slabs from becoming transparent on sides/bottom. | Auke Kok | |
For all glasslike drawtype nodes, the tiles contain up to 2 textures. The second texture is for "connected" glass, but that likely is a transparent texture. If we use the `tiles` def without modification, we will make all those slabs/slopes transparent on all sides except the top. To fix, we remove the tiles[2] from the tiledef in case the node is a glasslike drawtype. |