implement wood block

(cherry picked from commit 034f39401cc20d00b1a88178144c24bcb83cc3f5)
This commit is contained in:
LabyStudio
2022-04-15 06:15:20 +02:00
parent 1bc76dd94d
commit 3a1292b46f
12 changed files with 36 additions and 24 deletions
@@ -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) {