1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2025-06-28 22:36:45 +02:00

added hoe bome as lucky block prize

This commit is contained in:
TenPlus1
2018-04-09 11:31:48 +01:00
parent a4e8182d90
commit 1a2bc350c5
5 changed files with 149 additions and 1 deletions

View File

@ -10,6 +10,7 @@ if minetest.get_modpath("lucky_block") then
{"nod", "farming:jackolantern", 0},
{"tro", "farming:jackolantern_on"},
{"nod", "default:river_water_source", 1},
{"tel"},
{"dro", {"farming:trellis", "farming:grapes"}, 5},
{"dro", {"farming:bottle_ethanol"}, 1},
{"nod", "farming:melon", 0},
@ -22,6 +23,7 @@ if minetest.get_modpath("lucky_block") then
{"dro", {"farming:pot"}, 1},
{"dro", {"farming:baking_tray"}, 1},
{"dro", {"farming:skillet"}, 1},
{"exp", 4},
{"dro", {"farming:mortar_pestle"}, 1},
{"dro", {"farming:cutting_board"}, 1},
{"dro", {"farming:juicer"}, 1},
@ -29,5 +31,6 @@ if minetest.get_modpath("lucky_block") then
{"dro", {"farming:hoe_bronze"}, 1},
{"dro", {"farming:hoe_mese"}, 1},
{"dro", {"farming:hoe_diamond"}, 1},
{"dro", {"farming:hoe_bomb"}, 10},
})
end