From 015d38ab69b5acc4ceff9d9439641c26d977dde8 Mon Sep 17 00:00:00 2001 From: Isadora White Date: Mon, 12 May 2025 18:15:12 -0700 Subject: [PATCH] bone meal is a looping item in 1.21.1 --- src/utils/mcdata.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/mcdata.js b/src/utils/mcdata.js index b42a532..1b79d3e 100644 --- a/src/utils/mcdata.js +++ b/src/utils/mcdata.js @@ -355,6 +355,7 @@ export function initializeLoopingItems() { loopingItems = new Set(['coal', 'wheat', + 'bone_meal', 'diamond', 'emerald', 'raw_iron',