clicking on the crafting recipe will also show how much the player already has the product

This commit is contained in:
minjaesong
2023-10-01 21:47:55 +09:00
parent 63561725fd
commit f4f00c2e1c
5 changed files with 133 additions and 28 deletions

View File

@@ -75,7 +75,7 @@ object PlayerBuilderSigrid {
App.tileMaker.tags.forEach { (t, _) ->
val prop = BlockCodex[t]
if (!prop.isActorBlock && !prop.hasTag("AIR")) {
if (!prop.isActorBlock && !prop.hasTag("AIR") && !prop.hasTag("INTERNAL")) {
inventory.add(t, 9995)
try {