File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,13 @@ contract AdminScript is Script {
49
49
50
50
world.adminAddToInventory (playerEntityId, ObjectTypes.OakLog, 99 );
51
51
world.adminAddToInventory (playerEntityId, ObjectTypes.Chest, 1 );
52
+ world.adminAddToInventory (playerEntityId, ObjectTypes.SmartChest, 1 );
53
+ world.adminAddToInventory (playerEntityId, ObjectTypes.TextSign, 1 );
54
+ world.adminAddToInventory (playerEntityId, ObjectTypes.SmartTextSign, 1 );
55
+ world.adminAddToInventory (playerEntityId, ObjectTypes.Workbench, 1 );
56
+ world.adminAddToInventory (playerEntityId, ObjectTypes.Thermoblaster, 1 );
57
+ world.adminAddToInventory (playerEntityId, ObjectTypes.SpawnTile, 1 );
58
+ world.adminAddToInventory (playerEntityId, ObjectTypes.Bed, 1 );
52
59
world.adminAddToolToInventory (playerEntityId, ObjectTypes.SilverPick);
53
60
54
61
vm.stopBroadcast ();
You can’t perform that action at this time.
0 commit comments