summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2018-05-31 09:42:05 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2018-05-31 09:42:05 +0100
commit0e7d5bad8dbec8e54e4ed58c8955c08dbebc6f60 (patch)
tree7bf33bf2842da80e63b933417a106e8ebf466d7a
parente2b28811253b74414193b6e1f7fa8e654631b562 (diff)
added 2x lucky blocks
-rw-r--r--README.txt2
-rw-r--r--lucky_block.lua2
2 files changed, 3 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index cbe92db..a9e6905 100644
--- a/README.txt
+++ b/README.txt
@@ -58,7 +58,7 @@ Changelog:
0.1 - Fixed growing bug
0.0 - Initial release
-Lucky Blocks: 28
+Lucky Blocks: 30
License of media (textures):
diff --git a/lucky_block.lua b/lucky_block.lua
index 087cc2e..b24ed32 100644
--- a/lucky_block.lua
+++ b/lucky_block.lua
@@ -32,5 +32,7 @@ if minetest.get_modpath("lucky_block") then
{"dro", {"farming:hoe_mese"}, 1},
{"dro", {"farming:hoe_diamond"}, 1},
{"dro", {"farming:hoe_bomb"}, 10},
+ {"dro", {"farming:turkish_delight"}, 5},
+ {"lig"},
})
end