mirror of
https://github.com/BreizhHardware/CipaUtils.git
synced 2026-05-09 08:15:23 +02:00
[PR #30] [MERGED] feat: Add custom recipe for light block using torch #32
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#32
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/30
Author: @BreizhHardware
Created: 9/18/2025
Status: ✅ Merged
Merged: 9/19/2025
Merged by: @StevSpotted
Base:
dev← Head:feature/light-block-craft📝 Commits (5)
99e5ec4feat: 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 class📊 Changes
8 files changed (+117 additions, -63 deletions)
View changed files
➕
bump-version.sh(+26 -0)📝
pom.xml(+1 -1)📝
src/main/java/bzh/breizhhardware/cipautils/Main.java(+3 -3)➕
src/main/java/bzh/breizhhardware/cipautils/customRecipe/RecipeManager.java(+84 -0)➖
src/main/java/bzh/breizhhardware/cipautils/waystone/WaystoneRecipe.java(+0 -56)📝
src/main/resources/plugin.yml(+1 -1)📝
start-test-server.bat(+1 -1)📝
start-test-server.sh(+1 -1)📄 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
#14
The craft is a shapeless craft with one torch.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.