We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 387905e commit 0eb5af3Copy full SHA for 0eb5af3
custom.ts
@@ -267,7 +267,11 @@ namespace hai {
267
normalizedPattern === `...\n..#\n...` ||
268
normalizedPattern === `...\n...\n#..` ||
269
normalizedPattern === `...\n...\n.#.` ||
270
- normalizedPattern === `...\n...\n..#`
+ normalizedPattern === `...\n...\n..#` ||
271
+ normalizedPattern === `#.\n..` ||
272
+ normalizedPattern === `.#\n..` ||
273
+ normalizedPattern === `..\n.#` ||
274
+ normalizedPattern === `..\n#.`
275
) {
276
// Crafted plank
277
player.execute(`scoreboard players set .output13 global 1`);
0 commit comments