diff --git a/init.lua b/init.lua index 823d2e4..bcde46d 100644 --- a/init.lua +++ b/init.lua @@ -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 diff --git a/readme.txt b/readme.txt index aac5042..01e19b5 100644 --- a/readme.txt +++ b/readme.txt @@ -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 diff --git a/screenshots/forum_0.png b/screenshots/forum_0.png index ce193b7..2521b4d 100644 Binary files a/screenshots/forum_0.png and b/screenshots/forum_0.png differ