brick block crafting

This commit is contained in:
minjaesong
2024-09-13 17:09:05 +09:00
parent ec59000ae9
commit 2743198866
10 changed files with 31 additions and 4 deletions

View File

@@ -44,5 +44,9 @@
"item@basegame:135": { /* lead ore -> ingot */
"difficulty": 1.0,
"product": [1, "item@basegame:119"]
},
"item@basegame:25": { /* clay ball -> a brick */
"difficulty": 1.0,
"product": [1, "item@basegame:56"]
}
}