Commit Graph

342 Commitit

Tekijä SHA1 Viesti Päivämäärä
bri cassa ad319f1e30 Merge remote-tracking branch 'upstream/master' 2023-11-22 23:57:37 +01:00
David Leal 79a0c76d40
Fix LuaCheck warning (#198) 2023-07-18 01:10:18 +02:00
The4codeblocks ee42eeee8d
Make compressed nodes compatible with `compression_api` (#196) 2023-07-13 17:38:48 +02:00
bri cassa e5a5dd4085 Merge remote-tracking branch 'upstream/master' 2023-06-07 22:05:07 +02:00
Jose Anastacio d70ac4b289
Add portuguese Brazilian language (#193) 2022-12-24 21:44:41 +01:00
bri cassa 9423c32f5b Merge remote-tracking branch 'upstream/master' 2021-11-26 21:44:33 +01:00
CarlosBarrazaE dce587cf33
Merge and update translations (#186) 2021-11-14 02:14:19 +01:00
bri cassa 4063d917fa Merge remote-tracking branch 'upstream/master' 2021-11-06 09:22:32 +01:00
Hugo Locurcio fe34e3f3cd
Fix typo in one of the cactus checker crafting recipes
This typo didn't affect the actual function of the crafting recipe
since `moreblocks:cactuschecker` is aliased to
`moreblocks:cactus_checker`.

This closes #185.
2021-11-01 17:33:38 +01:00
bri cassa 16a6c57954 Merge remote-tracking branch 'upstream/master' 2021-08-31 19:57:52 +02:00
afkplayer5000 f8a7d66403
Fix circular saw item duplication bug (#173) 2021-08-29 08:23:47 +02:00
Buckaroo Banzai e8d219f108
Optional dependency on default mod (#182) 2021-08-26 20:46:07 +02:00
bri cassa 968456defa Fix crash when the node.name does not contain ':' 2021-08-06 21:36:24 +02:00
bri cassa 46d347c00a Avoid crash if place a stair like node on colored one of same categorie 2021-07-18 21:02:35 +02:00
bri cassa 2f211a6545 Merge remote-tracking branch 'upstream/master' 2021-07-03 17:21:31 +02:00
Hugo Locurcio 1f1959ba54
Bump to version 2.2.0 2021-06-29 00:41:22 +02:00
bri cassa 07b6dd8bfe Merge remote-tracking branch 'upstream/master' 2021-03-25 21:52:22 +01:00
sys4-fr 3b97ea5697
Fix deprecated use of `use_texture_alpha` (#180)
Co-authored-by: sys4 <bricassa@sys4.fr>
2021-03-20 00:19:35 +01:00
bri cassa 4f3c1bb39d Merge branch 'github' 2021-03-19 23:05:52 +01:00
bri cassa cbfc442206 Fix deprecated use of use_texture_alpha 2021-03-19 23:02:13 +01:00
bri cassa 4692e88b63 Merge remote-tracking branch 'upstream/master' 2021-03-02 23:54:41 +01:00
Hugo Locurcio bcd1a5688b
Update the changelog with recent fixes 2021-02-26 12:06:41 +01:00
Oblomov 1a03b041dd
Handle shapeless recipes in redefinitions (#171)
They can be recognized from having width == 0, and don't need the items
list to be massaged to be transformed into the recipe field for the Lua
API.
2021-02-26 12:04:45 +01:00
Sys Quatre ea335a3745 Merge remote-tracking branch 'upstream/master' 2021-02-13 14:13:46 +01:00
Tin Švagelj b39bb31295
Resolve aliases in cost calculation (#175)
If stairs from stairs mod were crafted before moreblocks was enabled, the old (now aliased) stairs variant is kept in inventory. If the player tried to recycle that stair variant, `inv:contains_item("output", stackname)` would return true as `contains_item` resolves alias names, but `circular_saw:get_cost` would return nil as it's expecting exact `stackname` matches which would later crash due to nil arithmetic.

This PR fixes this issue by resolving alias using `minetest.registered_aliases` table.
`circular_saw:get_cost` should work now in every scenario where `inv:contains_item("output", stackname)` returns true.
2021-02-10 17:52:55 +01:00
Sys Quatre d4c94f449a Merge remote-tracking branch 'upstream/master' 2021-01-02 14:19:56 +01:00
Oblomov ddf8b39f5a
Realign the rail craft recipes (#169)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2020-12-30 22:55:52 +01:00
Sys Quatre 1323e2e993 Merge remote-tracking branch 'upstream/master' 2020-12-30 22:28:05 +01:00
Oblomov ff7e85094f
Fix strange placement behavior for non-default Stairs+ nodes (#168)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2020-12-28 03:27:58 +01:00
Jat15 0c2c3ad4ef
Add in prepare_groups tree and wool (#128)
Tree for glitch with furnace
Wool  move for more coherence
2020-12-27 19:42:15 +01:00
Sys Quatre cc228754a4 Merge remote-tracking branch 'upstream/master' 2020-12-20 16:17:10 +01:00
Oblomov 8a14250127
Fix stairs placement over oddly-shaped nodes (#166) 2020-12-18 17:59:57 +01:00
Sys Quatre 04a6e0e696 Merge remote-tracking branch 'upstream/master' 2020-12-15 23:37:11 +01:00
Hugo Locurcio cf0f875709
Bump to version 2.1.0 2020-12-14 14:52:04 +01:00
Hugo Locurcio c3b45149b0
Update the changelog with recent fixes 2020-12-14 14:50:02 +01:00
Oblomov ab91ad967a
Improve the placement logic for slabs, etc (#160)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2020-12-14 14:46:50 +01:00
Oblomov 5aacb05b14
Add Clean (Super) Glow Glass and traps (#159) 2020-12-14 14:44:21 +01:00
Oblomov 87e27d9f20
Refresh built-in crafting recipe overrides (#161) 2020-12-14 14:38:16 +01:00
Sys Quatre eb7041d784 Merge remote-tracking branch 'upstream/master' 2020-10-29 22:17:14 +01:00
Hugo Locurcio 26ca7af997
Update pre-commit hooks to version 3.3.0 2020-10-28 16:41:16 +01:00
Sys Quatre b93949c266 Merge remote-tracking branch 'upstream/master' 2020-10-03 20:57:16 +02:00
David Leal 3cfff98fc9
Replace Travis CI with GitHub Actions (#158)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2020-10-02 11:21:10 +02:00
SmallJoker b67028a417 Fix use_texture_alpha warnings since 5.4.0-dev 2020-08-16 10:14:18 +02:00
Sys Quatre 04810e1f83 Merge remote-tracking branch 'upstream/master' 2020-08-02 14:04:49 +02:00
IFRFSX c081caf494
Add Chinese Translation (#153) 2020-08-01 20:21:55 +02:00
Sys Quatre e91b0ea1a0 Fix stairsplus drop for desert_stone bloc 2020-07-13 16:53:41 +02:00
Sys Quatre 72ef8deeae Merge remote-tracking branch 'upstream/master' into nalc-1.2-dev 2020-06-20 15:41:27 +02:00
OgelGames f8314c322e
Add compressed desert cobblestone (#156)
Desert cobblestone can be obtained in large quantities from deserts, so makes sense to add a compressed node.
2020-06-07 14:25:19 +02:00
Hugo Locurcio 8e6f339313
Declare the minimum supported Minetest version to 5.0.0
This information can be used by ContentDB.
2020-06-03 18:52:38 +02:00
Hugo Locurcio 6f9b787f3e
Improve the `stairsplus_in_creative_inventory` setting description 2020-03-24 22:03:51 +01:00