19 blocks
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user