@@ -190,9 +190,8 @@ library ObjectTypes {
190
190
ObjectTypeId constant SmartChest = ObjectTypeId.wrap (Block | 602 );
191
191
ObjectTypeId constant TextSign = ObjectTypeId.wrap (Block | 603 );
192
192
ObjectTypeId constant SmartTextSign = ObjectTypeId.wrap (Block | 604 );
193
- ObjectTypeId constant Pipe = ObjectTypeId.wrap (Block | 605 );
194
- ObjectTypeId constant SpawnTile = ObjectTypeId.wrap (Block | 606 );
195
- ObjectTypeId constant Bed = ObjectTypeId.wrap (Block | 607 );
193
+ ObjectTypeId constant SpawnTile = ObjectTypeId.wrap (Block | 605 );
194
+ ObjectTypeId constant Bed = ObjectTypeId.wrap (Block | 606 );
196
195
197
196
// ------------------------------------------------------------
198
197
// Tool
@@ -221,12 +220,16 @@ library ObjectTypes {
221
220
ObjectTypeId constant Diamond = ObjectTypeId.wrap (Item | 2 );
222
221
ObjectTypeId constant NeptuniumBar = ObjectTypeId.wrap (Item | 3 );
223
222
ObjectTypeId constant ChipBattery = ObjectTypeId.wrap (Item | 4 );
223
+ ObjectTypeId constant Chip = ObjectTypeId.wrap (Item | 5 );
224
224
225
225
// ------------------------------------------------------------
226
226
// Misc
227
227
// ------------------------------------------------------------
228
228
ObjectTypeId constant Player = ObjectTypeId.wrap (Misc | 0 );
229
229
ObjectTypeId constant ForceFieldFragment = ObjectTypeId.wrap (Misc | 1 );
230
- ObjectTypeId constant AnyLog = ObjectTypeId.wrap (Misc | 2046 );
231
- ObjectTypeId constant AnyPlanks = ObjectTypeId.wrap (Misc | 2047 );
230
+ ObjectTypeId constant AnyLog = ObjectTypeId.wrap (Misc | 2047 );
231
+ ObjectTypeId constant AnyPlanks = ObjectTypeId.wrap (Misc | 2046 );
232
+ ObjectTypeId constant AnyReinforcedPlanks = ObjectTypeId.wrap (Misc | 2045 );
233
+ ObjectTypeId constant AnyGlass = ObjectTypeId.wrap (Misc | 2044 );
234
+ ObjectTypeId constant AnyCottonBlock = ObjectTypeId.wrap (Misc | 2043 );
232
235
}
0 commit comments