Skip to content

Commit 0eb5af3

Browse files
committed
Update custom.ts
1 parent 387905e commit 0eb5af3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

custom.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,11 @@ namespace hai {
267267
normalizedPattern === `...\n..#\n...` ||
268268
normalizedPattern === `...\n...\n#..` ||
269269
normalizedPattern === `...\n...\n.#.` ||
270-
normalizedPattern === `...\n...\n..#`
270+
normalizedPattern === `...\n...\n..#` ||
271+
normalizedPattern === `#.\n..` ||
272+
normalizedPattern === `.#\n..` ||
273+
normalizedPattern === `..\n.#` ||
274+
normalizedPattern === `..\n#.`
271275
) {
272276
// Crafted plank
273277
player.execute(`scoreboard players set .output13 global 1`);

0 commit comments

Comments
 (0)