[PR #30] [MERGED] feat: Add custom recipe for light block using torch #32

Closed
opened 2026-05-06 16:05:14 +02:00 by BreizhHardware · 0 comments

📋 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: devHead: feature/light-block-craft


📝 Commits (5)

  • 99e5ec4 feat: Add custom recipe for light block using torch
  • 13d73b4 refactor: Extract constants for light block recipe key and quantity
  • 7d5577d feat: Add script to bump plugin version
  • 0949cb3 refactor: Move custom recipe logic to RecipeManager and remove CustomRecipe class
  • ce560e8 refactor: 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

  • I have bumped the version in all required files (pom.xml, plugin.yml, start-test-server.bat, start-test-server.sh) (mandatory for a PR from dev to main)
  • I have tested the changes locally
  • I have updated the documentation if needed

Type of change

  • Bug fix
  • New feature
  • Refactoring
  • Other (please specify)

#14

The craft is a shapeless craft with one torch.

IMPORTANT:
For a Pull Request from dev to main, make sure you have bumped the version in all of the following files: pom.xml, plugin.yml, start-test-server.bat, and start-test-server.sh.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BreizhHardware/CipaUtils/pull/30 **Author:** [@BreizhHardware](https://github.com/BreizhHardware) **Created:** 9/18/2025 **Status:** ✅ Merged **Merged:** 9/19/2025 **Merged by:** [@StevSpotted](https://github.com/StevSpotted) **Base:** `dev` ← **Head:** `feature/light-block-craft` --- ### 📝 Commits (5) - [`99e5ec4`](https://github.com/BreizhHardware/CipaUtils/commit/99e5ec4b3af4217e8fc124e0ad40e8c9baf6dac5) feat: Add custom recipe for light block using torch - [`13d73b4`](https://github.com/BreizhHardware/CipaUtils/commit/13d73b446b404c1ed071be12a931495b95e5a96a) refactor: Extract constants for light block recipe key and quantity - [`7d5577d`](https://github.com/BreizhHardware/CipaUtils/commit/7d5577df309fcaae4ecae1311d4caf71c7105d67) feat: Add script to bump plugin version - [`0949cb3`](https://github.com/BreizhHardware/CipaUtils/commit/0949cb361509694ad9fbd6ff621bc71704b529c3) refactor: Move custom recipe logic to RecipeManager and remove CustomRecipe class - [`ce560e8`](https://github.com/BreizhHardware/CipaUtils/commit/ce560e85a03df43dcbfbbc08846e597ed937a0e6) refactor: Simplify recipe registration by consolidating waystone logic into RecipeManager and removing WaystoneRecipe class ### 📊 Changes **8 files changed** (+117 additions, -63 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description ## Description Please briefly describe the changes introduced by this Pull Request. ## Checklist - [ ] I have bumped the version in all required files (`pom.xml`, `plugin.yml`, `start-test-server.bat`, `start-test-server.sh`) (mandatory for a PR from `dev` to `main`) - [x] I have tested the changes locally - [x] I have updated the documentation if needed ## Type of change - [ ] Bug fix - [x] New feature - [ ] Refactoring - [ ] Other (please specify) ## Related issues #14 The craft is a shapeless craft with one torch. --- > **IMPORTANT:** > For a Pull Request from `dev` to `main`, make sure you have bumped the version in all of the following files: `pom.xml`, `plugin.yml`, `start-test-server.bat`, and `start-test-server.sh`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 16:05:14 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
BreizhHardware/CipaUtils#32
No description provided.