Bad breaking blocks code (unfinished i need to work on something first

This commit is contained in:
2026-03-27 20:10:24 -03:00
parent d17d5185d6
commit 43b00b556e
21 changed files with 86 additions and 10 deletions
+3
View File
@@ -6,6 +6,9 @@ const block = EverythingRegistry.register<BlockRegistry>("blocks", "bworld:coppe
textures: "bworld:stone_copper",
has_collision: true,
drop_table: "bworld:copper_ore",
toughness: 5,
requires_tool: true,
tool_to_break: "pickaxe",
});
register_block_item(block);