From ddee8997d89daeff3c874b09a0dc891edeeb6ae2 Mon Sep 17 00:00:00 2001 From: kr1viah_ <85935121+kr1viah@users.noreply.github.com> Date: Sat, 2 Aug 2025 01:06:22 +0200 Subject: [PATCH 1/3] Fix typo --- tags/faq/mixinoverride.ytag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tags/faq/mixinoverride.ytag b/tags/faq/mixinoverride.ytag index b9bdcaf..e83caf6 100644 --- a/tags/faq/mixinoverride.ytag +++ b/tags/faq/mixinoverride.ytag @@ -24,7 +24,7 @@ class EntityMixin { at = @At("RETURN") ) private EntityPose overrideForPlayer(EntityPose pose) { - // the compiler doesn't belive `this` can ever be `PlayerEntity`, so a cast to `Object` is required + // the compiler doesn't believe `this` can ever be `PlayerEntity`, so a cast to `Object` is required return (Object) this instanceof PlayerEntity ? EntityPose.SWIMMING : pose; } ``` From b357382284cf8f053a756b44f49b5d563cfd2487 Mon Sep 17 00:00:00 2001 From: kr1viah_ <85935121+kr1viah@users.noreply.github.com> Date: Fri, 8 Aug 2025 19:58:06 +0200 Subject: [PATCH 2/3] Create howtoask.ytag --- tags/faq/howtoask.ytag | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tags/faq/howtoask.ytag diff --git a/tags/faq/howtoask.ytag b/tags/faq/howtoask.ytag new file mode 100644 index 0000000..8c4b4c9 --- /dev/null +++ b/tags/faq/howtoask.ytag @@ -0,0 +1,5 @@ +type: text + +--- + + From 49d5d22c5b67171b099748f5a48c5b2d1643855c Mon Sep 17 00:00:00 2001 From: kr1viah_ <85935121+kr1viah@users.noreply.github.com> Date: Fri, 8 Aug 2025 19:59:05 +0200 Subject: [PATCH 3/3] Create notworking.ytag --- tags/faq/notworking.ytag | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tags/faq/notworking.ytag diff --git a/tags/faq/notworking.ytag b/tags/faq/notworking.ytag new file mode 100644 index 0000000..b2a42b5 --- /dev/null +++ b/tags/faq/notworking.ytag @@ -0,0 +1,5 @@ +type: text + +--- + +