From a9751bb551efcec1d6936fab58bbc199752b4390 Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Sun, 25 Aug 2024 14:24:02 +0100 Subject: [PATCH] rarity --- strawberry.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strawberry.lua b/strawberry.lua index 505cda2..d3dafe8 100644 --- a/strawberry.lua +++ b/strawberry.lua @@ -79,7 +79,7 @@ def.tiles = {"ethereal_strawberry_7.png"} def.drop = { items = { {items = {"ethereal:strawberry 1"}, rarity = 1}, - {items = {"ethereal:strawberry 2"}, rarity = 3} + {items = {"ethereal:strawberry 1"}, rarity = 3} } } minetest.register_node("ethereal:strawberry_7", table.copy(def))