Список изменений
BoneToBoneBlock — Changelog
v1.0 — 2026-06-12
Author: vihaanvp
Summary
Initial release of BoneToBoneBlock. Adds two crafting recipes to convert between bones and bone blocks.
Added
- me.vihaanvp.BoneToBoneBlock
- Main plugin class (enables/disables recipe registrar).
- me.vihaanvp.BoneRecipeRegistrar
- Registers and unregisters crafting recipes:
- Shaped 3x3: 9 ×
BONE-> 1 ×BONE_BLOCK(NamespacedKey:bones_to_block) - Shapeless: 1 ×
BONE_BLOCK-> 9 ×BONE(NamespacedKey:block_to_bones)
- Shaped 3x3: 9 ×
- Removes existing recipes with the same NamespacedKey on register to avoid duplicates on reload.
- Registers and unregisters crafting recipes:
plugin.yml- name:
BoneToBoneBlock - main:
me.vihaanvp.BoneToBoneBlock - version:
1.0
- name:
Behavior / Notes
- Recipes are registered on plugin enable and removed on disable.
- Uses explicit
NamespacedKeys so reloading the plugin does not leave duplicate recipes. - If the server already has equivalent vanilla recipes, this plugin will register its own recipes using the specified keys (effectively re-registering that behavior under plugin keys). If you want to preserve an existing vanilla recipe exactly, the plugin can be updated to detect and skip registration when an equivalent recipe exists.
Compatibility
- Built against Bukkit/Paper API. Should work on Paper/Spigot builds supporting that API or newer. Adjust
api-versioninplugin.ymlif your server requires a different value.
Installation / Uninstallation notes
- Installing: drop JAR and enable — recipes appear.
- Uninstalling: remove JAR and restart server (or disable plugin) — recipes registered by the plugin are removed on disable.
Файлы
BoneToBoneBlock.jar(2.59 KiB)
ОсновнойМетаданные
Канал релиза
Release
Номер версии
1.0
Загрузчики
BukkitPaperPurpurSpigot
Версии игры
26.1.2
Загрузок
12
Дата публикации
12.06.2026

