implement creative inventory, implement bedrock, glass and gravel, version 1.0.4
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
export default class Slot {
|
||||
|
||||
constructor(inventory, index, x, y) {
|
||||
this.inventory = inventory;
|
||||
this.index = index;
|
||||
this.x = x;
|
||||
this.y = y;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user