From 62046261ee4363747a5b7b45264b60056c2bacb0 Mon Sep 17 00:00:00 2001 From: skycatminepokie <52087591+skycatminepokie@users.noreply.github.com> Date: Mon, 16 Dec 2024 11:19:33 -0800 Subject: [PATCH 1/3] Create stonecutter.ytag --- tags/lib/stonecutter.ytag | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tags/lib/stonecutter.ytag diff --git a/tags/lib/stonecutter.ytag b/tags/lib/stonecutter.ytag new file mode 100644 index 0000000..cf8d32d --- /dev/null +++ b/tags/lib/stonecutter.ytag @@ -0,0 +1,5 @@ +type: text + +--- + +Stonecutter is a Gradle plugin for multi-version plugin development. It uses a pre-processor to cut down on boilerplate. Learn more at https://stonecutter.kikugie.dev/. From b3bebc523a98700e2d48938ee028e4d18c79fe32 Mon Sep 17 00:00:00 2001 From: skycatminepokie <52087591+skycatminepokie@users.noreply.github.com> Date: Tue, 17 Dec 2024 16:04:42 -0800 Subject: [PATCH 2/3] Update stonecutter.ytag --- tags/lib/stonecutter.ytag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tags/lib/stonecutter.ytag b/tags/lib/stonecutter.ytag index cf8d32d..261dd7c 100644 --- a/tags/lib/stonecutter.ytag +++ b/tags/lib/stonecutter.ytag @@ -2,4 +2,4 @@ type: text --- -Stonecutter is a Gradle plugin for multi-version plugin development. It uses a pre-processor to cut down on boilerplate. Learn more at https://stonecutter.kikugie.dev/. +Stonecutter is a Gradle plugin for multi-version mod development. It uses a pre-processor to cut down on boilerplate. Learn more at https://stonecutter.kikugie.dev/. From 859f50c6cb8ca7a3247a1bd1255069906559ffa1 Mon Sep 17 00:00:00 2001 From: skycatminepokie <52087591+skycatminepokie@users.noreply.github.com> Date: Tue, 5 Aug 2025 15:56:11 -0600 Subject: [PATCH 3/3] Add more info to stonecutter.ytag --- tags/lib/stonecutter.ytag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tags/lib/stonecutter.ytag b/tags/lib/stonecutter.ytag index 261dd7c..f0fc063 100644 --- a/tags/lib/stonecutter.ytag +++ b/tags/lib/stonecutter.ytag @@ -2,4 +2,4 @@ type: text --- -Stonecutter is a Gradle plugin for multi-version mod development. It uses a pre-processor to cut down on boilerplate. Learn more at https://stonecutter.kikugie.dev/. +Stonecutter is a Gradle plugin for multi-version development. Code can be labeled with the right versions using special comments. Stonecutter can then build multiple versions simultaneously. It offers an alternative to managing separate Git branches for each version. Learn more at https://stonecutter.kikugie.dev/. \ No newline at end of file