1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-12-26 03:05:28 +01:00

[moreblocks] Updates

- Fix #302
- Add cherry tree/wood to the list of sawable items
This commit is contained in:
LeMagnesium
2015-10-11 16:16:22 +02:00
parent 11c8a7f060
commit 61822023cf
24 changed files with 587 additions and 349 deletions

View File

@@ -12,6 +12,8 @@ minetest.register_alias("jungle_stick", "moreblocks:jungle_stick")
-- Wrong drops
-- //MFF(Mg|10/11/15)
-- Microblocks
for _,i in pairs({"", "_1", "_2", "_4", "_12", "_14", "_15"}) do
minetest.register_alias("moreblocks:micro_clay_brick" .. i, "moreblocks:micro_brick" .. i)