Removed craft and node now drops dye directly

master
bas080 2013-03-29 22:00:19 +01:00
parent 1c722a3df4
commit 2e0d570e1f
3 changed files with 5 additions and 9 deletions

View File

@ -38,6 +38,7 @@ for i = 1, 12 do
drop = {
max_items = 3,
items = {
{ items = {"unifieddyes:" .. hue} },
{ items = {mod..":"..hue.."_seeds"} },
{ items = {mod..":"..hue.."_seeds"}, rarity = 2},
{ items = {mod..":"..hue.."_seeds"}, rarity = 5},
@ -103,14 +104,6 @@ for i = 1, 12 do
})
--craft
minetest.register_craft( {
type = "shapeless",
output = "unifieddyes:" .. hue,
recipe = {
mod..":" .. hue,
},
})
end
--spawning

View File

@ -8,12 +8,15 @@
BY: bas080
DESCRIPTION: Obtain dyes more rapidly by farming them
VERSION: 0.1
VERSION: 0.2
LICENSE: WTFPL
FORUM: http://forum.minetest.net/viewtopic.php?id=5332
Changelog
---------
0.2
* Removed dyes craft, now drops dye on tulip dig
0.1
* Spawn on abm and very rarely (plants_lib)
* Drops only seeds

Binary file not shown.

Before

Width:  |  Height:  |  Size: 524 KiB

After

Width:  |  Height:  |  Size: 406 KiB