minor edit

This commit is contained in:
minjaesong
2024-03-10 00:47:06 +09:00
parent 247cf9bd33
commit fa49874971

View File

@@ -47,12 +47,7 @@ class EntryPoint : ModuleEntryPoint() {
}
}
}
// add smelting recipe for sands
BlockCodex.filter { it.hasTag("SAND") }.forEach { (itemID, _) ->
// ItemCodex[itemID]!!.tags.add("SMELTABLE")
}
println("\n[Basegame.EntryPoint] Welcome back!")
}