mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-19 23:14:05 +09:00
crafting: mutual exclusiveness for $WALL tag
This commit is contained in:
@@ -47,7 +47,7 @@ class CraftingCodex {
|
||||
itemsStr.forEachIndexed { i, itemStr ->
|
||||
ingredients.add(CraftingIngredients(
|
||||
if (itemStr.startsWith("$"))
|
||||
itemStr.substring(1)
|
||||
itemStr.substring(1).replace('$',',')
|
||||
else
|
||||
itemStr
|
||||
,
|
||||
|
||||
Reference in New Issue
Block a user