mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 03:54:06 +09:00
doors for test
This commit is contained in:
@@ -93,6 +93,11 @@ object PlayerBuilderSigrid {
|
||||
inventory.add("item@basegame:8", 9995) // power source
|
||||
inventory.add("item@basegame:9", 1) // wire cutter
|
||||
|
||||
inventory.add("item@basegame:256", 995) // doors
|
||||
inventory.add("item@basegame:257", 995) // doors
|
||||
inventory.add("item@basegame:258", 995) // doors
|
||||
inventory.add("item@basegame:259", 995) // doors
|
||||
|
||||
WireCodex.getAll().forEach {
|
||||
try {
|
||||
inventory.add(it.id, 9995)
|
||||
|
||||
Reference in New Issue
Block a user