aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Added maple mod supportGabriel Pérez-Cerezo2018-05-03
|
* added missing texturesGabriel Pérez-Cerezo2018-04-06
|
* more stuff from Och_NoeGabriel Pérez-Cerezo2018-03-24
|
* fix unknown nodes!Gabriel Pérez-Cerezo2018-03-15
|
* Prepare for v1.1.0 releaseHugo Locurcio2017-10-04
| | | | | - Rewrite the README entirely with new installation instructions - Tweak the styling in CONTRIBUTING.md and CHANGELOG.md
* Update the change log with new additions in More BlocksHugo Locurcio2017-10-02
|
* Add Sokomine to the copyright line of circular_saw.luaHugo Locurcio2017-09-03
|
* Replace deprecated methods:AntumDeluge2017-08-12
| | | | - 'setting_get' with 'settings:get' - 'setting_getbool' with 'settings:get_bool'
* Replace deprecated function 'intllib.Getter':AntumDeluge2017-08-12
| | | | - Check first for 'intllib.make_gettext_pair', otherwise continue using deprecated function
* Call 'global_exists' in place of 'get_modpath' for 'intllib' checkAntumDeluge2017-08-12
|
* Support tin and silver/sandstone blocks (#79)lemon-melon2017-08-12
| | | Allows tin blocks and silver/desert sandstone blocks to be used in the circular saw.
* Make wool sawable (#72)Fixer2017-03-14
| | | | | | | | | | | | | | * 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
* build a list of all of the stairsplus slab/stair/etc... shapes (#70)Vanessa Ezekowitz2017-02-23
| | | for other mods to reference.
* Update change log with the new Stairs+ nodesHugo Locurcio2017-02-23
|
* add some 0.4.15 default nodes to table saw, including farming:straw (#69)Vanessa Ezekowitz2017-02-23
| | | | | | | * add some 0.4.15 default nodes to table saw including farming:straw * fix hard-coded drop
* Update change log with the new circular saw nodesHugo Locurcio2017-02-21
|
* add a few new shapes to the table saw: (#67)Vanessa Ezekowitz2017-02-21
| | | | | * 1/16 slab, L-shaped (two sides) * 1/16 slab, corner-shaped (three sides) * 1/16 slab, U-shaped (three sides)
* Add a contribution guideHugo Locurcio2017-02-20
|
* Prepare for v1.0.0 releaseHugo Locurcio2017-02-19
|
* Remove crafting recipes regarding removed jungle sticksThomas--S2017-01-27
| | | | Forgotten in 34c01e66c78031ec367fd463f947f790affea4f4
* allow passing paramtype2 to the nodes being created (#65)Vanessa Ezekowitz2017-01-26
|
* Prevent creating a globalAuke Kok2016-12-31
|
* Remove unused gui_slotsAuke Kok2016-12-31
|
* Run cleanfile on all files, fixing whitespace issues.Auke Kok2016-12-31
|
* Add luacheckrc file.Auke Kok2016-12-31
|
* Don't unnecessarily break on stable 0.4.14. (#62)Diego Martínez2016-12-19
| | | | This uses the metal sounds when available (0.4.14-dev), or the stone sounds otherwise.
* a few multi texture modelspithydon2016-12-15
|
* Some fixes for keeping in line with the default game (#59)Richard Qian2016-12-03
| | | | | | | | | | * 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
* Add Alias Functions (#54)Thomas--S2016-10-03
| | | | * register_alias * register_alias_force
* Max light source is 14. (#56)Auke Kok2016-09-19
|
* use valid license for my texture (#51)pithydon2016-08-19
|
* Remove unnecessary things (#47)Thomas--S2016-07-12
| | | | | * 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.
* Fix drop logic. (#49)John Cole2016-07-12
| | | | | | | | | | | 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.
* Add support for the alternative drop syntax (#46)Thomas--S2016-06-17
| | | Until now, when the moreblocks node for a node with the alternative drop syntax were registered, the game crashed.
* Aspen tree registration in stairsplus. (#44)Luka Vandervelden2016-06-10
|
* update readme for copperpatina (#40)pithydon2016-05-19
| | | | | | * add pithydon in credits
* add node copper patina (#37)pithydon2016-05-18
| | | Good for building things like the statue of liberty.
* Italian locale (#39)Emon2016-05-18
|
* Prevent glass slabs from becoming transparent on sides/bottom.Auke Kok2016-02-19
| | | | | | | | | | | 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.
* Merge pull request #31 from minetest-mods/sofar-patch-4Calinou2016-02-14
|\ | | | | Prevent input stack_max from overflowing
| * Prevent input stack_max from overflowingAuke Kok2016-02-13
|/ | | | Adds a check to see if recycle stack wouldn't overflow the input stack. If so, then the items are just put in the recycle slot and they can be taken out again.
* Merge pull request #28 from minetest-mods/sofar-patch-1Calinou2016-01-27
|\ | | | | Fix warning
| * Fix warningAuke Kok2016-01-26
| | | | | | Fixes #25
* | Merge pull request #29 from minetest-mods/sofar-patch-2Calinou2016-01-27
|\ \ | | | | | | Add mod.conf
| * | Add mod.confAuke Kok2016-01-26
| |/
* | Merge pull request #30 from minetest-mods/sofar-patch-3Calinou2016-01-27
|\ \ | |/ |/| Add description.txt
| * Add description.txtAuke Kok2016-01-26
|/
* Merge pull request #26 from cmdskp/patch-1Calinou2015-12-26
|\ | | | | Resolves swapping different blocks between inventories
| * Resolves swapping different blocks between inventoriescmdskp2015-12-26
|/ | | Resolves a number of cases where switching stacks of different types of blocks with different counts would cause a corruption in the Player inventory stack count or allow normally unaccepted items into the Saw causing 'unknown' items to be generated in its output.
* Merge pull request #24 from pyrollo/masterCalinou2015-11-06
|\ | | | | Make stairplus:register_* functions work without using register_all.