| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
|
|
|
|
| |
- Rewrite the README entirely with new installation instructions
- Tweak the styling in CONTRIBUTING.md and CHANGELOG.md
|
| |
|
| |
|
|
|
|
| |
- 'setting_get' with 'settings:get'
- 'setting_getbool' with 'settings:get_bool'
|
|
|
|
| |
- Check first for 'intllib.make_gettext_pair', otherwise continue using
deprecated function
|
| |
|
|
|
| |
Allows tin blocks and silver/desert sandstone blocks to be used in the circular saw.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
| |
for other mods to reference.
|
| |
|
|
|
|
|
|
|
| |
* add some 0.4.15 default nodes to table saw
including farming:straw
* fix hard-coded drop
|
| |
|
|
|
|
|
| |
* 1/16 slab, L-shaped (two sides)
* 1/16 slab, corner-shaped (three sides)
* 1/16 slab, U-shaped (three sides)
|
| |
|
| |
|
|
|
|
| |
Forgotten in 34c01e66c78031ec367fd463f947f790affea4f4
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This uses the metal sounds when available
(0.4.14-dev), or the stone sounds otherwise.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
| |
* register_alias
* register_alias_force
|
| |
|
| |
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
| |
Until now, when the moreblocks node for a node with the alternative drop syntax were registered, the game crashed.
|
| |
|
|
|
|
|
|
| |
* add pithydon in credits
|
|
|
| |
Good for building things like the statue of liberty.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|\
| |
| | |
Prevent input stack_max from overflowing
|
|/
|
|
| |
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.
|
|\
| |
| | |
Fix warning
|
| |
| |
| | |
Fixes #25
|
|\ \
| | |
| | | |
Add mod.conf
|
| |/ |
|
|\ \
| |/
|/| |
Add description.txt
|
|/ |
|
|\
| |
| | |
Resolves swapping different blocks between inventories
|
|/
|
| |
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.
|
|\
| |
| | |
Make stairplus:register_* functions work without using register_all.
|
|/ |
|