Codebase list minetest-mod-mobs-redo / 63655c52-9030-4919-99ce-dea302b97c47/upstream/20210923+git20221213.0.86b6a1a lucky_block.lua
63655c52-9030-4919-99ce-dea302b97c47/upstream/20210923+git20221213.0.86b6a1a

Tree @63655c52-9030-4919-99ce-dea302b97c47/upstream/20210923+git20221213.0.86b6a1a (Download .tar.gz)

lucky_block.lua @63655c52-9030-4919-99ce-dea302b97c47/upstream/20210923+git20221213.0.86b6a1araw · history · blame

if minetest.get_modpath("lucky_block") then

	lucky_block:add_blocks({
		{"dro", {"mobs:meat_raw"}, 5},
		{"dro", {"mobs:meat"}, 5},
		{"dro", {"mobs:nametag"}, 1},
		{"dro", {"mobs:leather"}, 5},
		{"dro", {"default:stick"}, 10},
		{"dro", {"mobs:net"}, 1},
		{"dro", {"mobs:lasso"}, 1},
		{"dro", {"mobs:shears"}, 1},
		{"dro", {"mobs:protector"}, 1},
		{"dro", {"mobs:fence_wood"}, 10},
		{"dro", {"mobs:fence_top"}, 12},
		{"lig"}
	})
end