19 blocks

This commit is contained in:
2026-09-25 17:50:31 -03:00
parent fdd236071e
commit e6f5db8a89
2 changed files with 1 additions and 98 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ const inventory_of = (messages: Msg[]) =>
Deno.test("the base game loads from mods/bworld", async () => {
const { game } = await test_game("mods");
assertEquals(EverythingRegistry.entries("blocks").length, 18);
assertEquals(EverythingRegistry.entries("blocks").length, 19);
// 11 items plus the item forms of the 16 blocks that have one
assertEquals(EverythingRegistry.entries("items").length, 27);
assertEquals(game.recipes.shaped.length, 5);