This commit is contained in:
2026-03-27 16:21:56 -03:00
parent a736b9c5c0
commit 123a913d55
28 changed files with 476 additions and 70 deletions
-1
View File
@@ -39,7 +39,6 @@ export function create_player(world: ClientWorld) {
// player_inventory.container.add_item(new ItemStack("bworld:potato_seeds", 64));
// player_inventory.container.add_item(new ItemStack("bworld:pumpkin_seeds", 64));
// player_inventory.container.add_item(new ItemStack("bworld:carrot_seeds", 64));
player_inventory.container.add_item(new ItemStack("bworld:furnace", 1));
player.add(new Camera());
player.add(new CollisionCuboid(0.55, 1.79, 0.55));