mirror of
https://github.com/BreizhHardware/CipaUtils.git
synced 2026-05-09 00:05:23 +02:00
[PR #41] [MERGED] Dev #41
Labels
No labels
bug
enhancement
enhancement
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
BreizhHardware/CipaUtils#41
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/BreizhHardware/CipaUtils/pull/41
Author: @BreizhHardware
Created: 10/21/2025
Status: ✅ Merged
Merged: 10/21/2025
Merged by: @BreizhHardware
Base:
main← Head:dev📝 Commits (10+)
f0b2009Merge pull request #29 from BreizhHardware/main99e5ec4feat: Add custom recipe for light block using torch13d73b4refactor: Extract constants for light block recipe key and quantity7d5577dfeat: Add script to bump plugin version0949cb3refactor: Move custom recipe logic to RecipeManager and remove CustomRecipe classce560e8refactor: Simplify recipe registration by consolidating waystone logic into RecipeManager and removing WaystoneRecipe class0760cdeMerge pull request #30 from BreizhHardware/feature/light-block-craftb0f566afeat: prevent barrel destruction and movement when graves exist7b735e2feat: add cipautils command for bug reporting and help0fceecedocs: update pull request template to include destination branch check📊 Changes
27 files changed (+1137 additions, -553 deletions)
View changed files
📝
.github/pull_request_template.md(+3 -8)📝
.github/workflows/build-check.yml(+4 -2)📝
.github/workflows/release.yml(+7 -4)📝
.gitignore(+5 -1)📝
README.md(+0 -0)➕
build.gradle(+39 -0)➕
bump-version.sh(+28 -0)➕
gradle/wrapper/gradle-wrapper.jar(+0 -0)➕
gradle/wrapper/gradle-wrapper.properties(+7 -0)➕
gradlew(+248 -0)➕
gradlew.bat(+93 -0)➖
pom.xml(+0 -39)➕
settings.gradle(+2 -0)📝
src/main/java/bzh/breizhhardware/cipautils/Main.java(+55 -193)➕
src/main/java/bzh/breizhhardware/cipautils/commands/NoMoreSpawnProtectCommand.java(+20 -0)➕
src/main/java/bzh/breizhhardware/cipautils/commands/WaystoneCommand.java(+211 -0)➕
src/main/java/bzh/breizhhardware/cipautils/customRecipe/RecipeManager.java(+86 -0)📝
src/main/java/bzh/breizhhardware/cipautils/grave/GraveListener.java(+129 -4)📝
src/main/java/bzh/breizhhardware/cipautils/waystone/Waystone.java(+10 -0)📝
src/main/java/bzh/breizhhardware/cipautils/waystone/WaystoneGUI.java(+46 -37)...and 7 more files
📄 Description
Description
Please briefly describe the changes introduced by this Pull Request.
Checklist
pom.xml,plugin.yml,start-test-server.bat,start-test-server.sh) (mandatory for a PR fromdevtomain)Type of change
Related issues
Screenshots (if relevant)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.