chore: remove old TODO comment

This commit is contained in:
Guillaume ARM 2024-05-20 04:47:53 +02:00
parent a4f2d4d27c
commit 51e93081a1

View File

@ -6,7 +6,6 @@ local DEFAULT_MIN_FUEL_NEEDED = 1000
turtleUtils.isFuelItem = function(item)
item = item or {}
-- TODO: silent gear coal
if item.name == 'minecraft:stick' or item.name == 'minecraft:coal_coke_block' or item.name == 'immersiveengineering:coke' or item.name == 'silentgear:netherwood_charcoal' or item.name == 'silentgear:netherwood_charcoal_block' then
return true
end