implement wood block
(cherry picked from commit 034f39401cc20d00b1a88178144c24bcb83cc3f5)
This commit is contained in:
@@ -8,10 +8,11 @@ export default class Inventory {
|
||||
this.items[0] = 1;
|
||||
this.items[1] = 2;
|
||||
this.items[2] = 3;
|
||||
this.items[3] = 17;
|
||||
this.items[4] = 18;
|
||||
this.items[5] = 12;
|
||||
this.items[6] = 50;
|
||||
this.items[3] = 5;
|
||||
this.items[4] = 17;
|
||||
this.items[5] = 18;
|
||||
this.items[6] = 12;
|
||||
this.items[7] = 50;
|
||||
}
|
||||
|
||||
setItemInSelectedSlot(typeId) {
|
||||
|
||||
Reference in New Issue
Block a user