From 53e093cf71eaa8ad7bfd070a1f98efcb2d0b5bb6 Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Mon, 24 Apr 2023 12:19:36 +0100 Subject: [PATCH] fix bug --- lucky_block.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lucky_block.lua b/lucky_block.lua index 0408365..2fa7de9 100644 --- a/lucky_block.lua +++ b/lucky_block.lua @@ -114,7 +114,7 @@ lucky_block:add_blocks({ {"tro", "ethereal:candle_red", "tnt_blast", true}, {"nod", "ethereal:candle_orange", 0}, {"nod", "ethereal:candle", 0}, - {"dro", {"ethereal:fish_tetra", "ethereal:fish_shrimp", "ethereal:worm", 1}, + {"dro", {"ethereal:fish_tetra", "ethereal:fish_shrimp", "ethereal:worm"}, 1}, }) if minetest.get_modpath("3d_armor") then