aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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.
| * Make stairplus:register_* functions work without using register_all.Pierre-Yves Rollo2015-11-01
|/
* Add acacia tree and wood, modify pine tree and wood namesCalinou2015-08-24
|
* Merge pull request #19 from kilbith/masterCalinou2015-07-31
|\ | | | | Fix dirty shadows on mesh models
| * Fix dirty shadows on mesh modelsjp2015-07-31
|/
* Merge pull request #17 from beyondlimits/masterCalinou2015-07-16
|\ | | | | Additional crafting recipes for slabs
| * Additional crafting recipes for slabsMarcin2015-07-04
| |
* | Merge pull request #18 from kilbith/masterCalinou2015-07-05
|\ \ | | | | | | Save light_source in saw's output for glowing default nodes
| * | Save light_source in saw's output for glowing default nodesjp2015-07-05
|/ /
* | Merge pull request #16 from beyondlimits/masterCalinou2015-07-04
|\| | | | | Add recipe for splitting alternative stairs into 4 microblocks
| * Added recipe for splitting alternative stairs into 4 microblocks.Marcin2015-07-04
| |
* | Merge pull request #15 from beyondlimits/masterCalinou2015-07-02
|\| | | | | Correct recipes for slopes
| * Removed shaped and added new shapeless crafting recipes for slopes.Marcin2015-07-01
| |
* | Merge pull request #14 from beyondlimits/masterCalinou2015-06-28
|\| | | | | Add circular crafting rule to 3-microblock stairs
| * Added circular crafting rule to 3-microblock stairsMarcin2015-06-27
| |
* | Merge pull request #13 from beyondlimits/masterCalinou2015-06-27
|\| | | | | Add support for new slopes to circular saw
| * Added new slopes to circular sawMarcin2015-06-27
| |
* | Merge pull request #8 from kilbith/patch-1Calinou2015-06-27
|\ \ | | | | | | Add meselamp to registration
| * | Add meselamp to registrationkilbith2015-06-17
| | |
* | | Merge pull request #12 from beyondlimits/masterCalinou2015-06-27
|\ \ \ | | |/ | |/| Proper count of leftovers received from circular saw when cutting into slopes
| * | Fixed count of leftovers received from circular saw for slopesMarcin2015-06-27
|/ /