Hi,
this is my first mod. It will give the way to craft the normal bucket with 44 crafting recipes.
You can use many normal blocks or items. The recipes are like the 'normal': '...', '', '...'
'', '...', ''
It's version 2.0 and I hope it will be better than the first.
A list with things to craft a bucket:
torch, snowblock, snow, papyrus, paper, obsidian glass, all leaves, ice, gravel, glass, furnace, coalblock, clay brick, clay, locked chest, chest, cactus, bookshelf, book, apple, obsidian shard, obsidian, diamond, diamandblock, steel ingot, steelblock, copper ingot, copperblock, bronze ingot, gold ingot, mese, mese crystal fragment, mese crystal, goldblock, dirt, all wool, all flowers, all dye, all sand, all stick, all tree, all wood, all stone.
44 recipes.
1. Rename your mod because it interferes with the bult-in mod named “bucket”
2. Use Git for distribution of your mod (preferably GitHub)
3. Provide a proper description of the mod
4. Add screenshots
1. Rename your mod because it interferes with the bult-in mod named “bucket”
2. Use Git for distribution of your mod (preferably GitHub)
3. Provide a proper description of the mod
4. Add screenshots
To number 1: It's not bad, because you can craft with my bucket all thinks, wich you can craft with the normal.
2017-08-19 13:20:45: WARNING[Server]: Assignment to undeclared global "n" inside a function at /home/dirk/.minetest/mods/bucket/init.lua:413.
2017-08-19 13:20:45: WARNING[Server]: Assignment to undeclared global "liquiddef" inside a function at /home/dirk/.minetest/mods/bucket/init.lua:414.
2017-08-19 13:22:10: ACTION[Server]: Linuxdirk uses bucket:bucket_empty, pointing at [node under=-9,8,7 above=-9,9,7]
2017-08-19 13:22:10: WARNING[Server]: Assignment to undeclared global "n" inside a function at /home/dirk/.minetest/mods/bucket/init.lua:413.
2017-08-19 13:22:10: WARNING[Server]: Assignment to undeclared global "liquiddef" inside a function at /home/dirk/.minetest/mods/bucket/init.lua:414.
… and it is not compatible with mods using it as wielditem …
2017-08-19 13:24:27: ACTION[Server]: Linuxdirk uses bucket:bucket_empty, pointing at [node under=-10,9,9 above=-9,9,9]
2017-08-19 13:24:27: WARNING[Server]: Assignment to undeclared global "n" inside a function at /home/dirk/.minetest/mods/bucket/init.lua:413.
2017-08-19 13:24:27: WARNING[Server]: Assignment to undeclared global "liquiddef" inside a function at /home/dirk/.minetest/mods/bucket/init.lua:414.
… didn’t test with lava or any other type of liquids provided by other mods, but … Oh well, lines 413 amd 414.
So again: To avoid any inconveniences for EVERYONE: rename your mod, fix your mod, and host it on GitHub or any other public Git provider.
Oh, and by the way: Don’t use globals in your mods. (Or at least prefix them with your mod’s name if you absolutely have to use globals - which you usually don’t.)
1. Rename your mod because it interferes with the bult-in mod named “bucket”
2. Use Git for distribution of your mod (preferably GitHub)
3. Provide a proper description of the mod
4. Add screenshots