pack: v0.30.3 — fully hide Shattered Dimensional Carver from JEI + recipe #55

Merged
Matt merged 1 commits from fix/v0.30.3-hide-shattered-carver into main 2026-05-30 21:16:09 +00:00
Owner

Two cleaner layers stacked on top of v0.30.2:

  1. Datapack overridedata/alexsmobs/capsid_recipes/shattered_dimensional_carver.json swaps the input from alexsmobs:dimensional_carver to minecraft:barrier. Recipe loads cleanly but never matches in survival. Players can't produce the item.

  2. JEI hide — client-side KubeJS hides the item from JEI search/list. No recipe-less ghost in the UI.

Server-side right-click cancel stays as a safety net for /give cases. Transmutation Table recipe removal unchanged.

Void Worm fight + regular Dimensional Carver return-home item both intact.

Two cleaner layers stacked on top of v0.30.2: 1. **Datapack override** — `data/alexsmobs/capsid_recipes/shattered_dimensional_carver.json` swaps the input from `alexsmobs:dimensional_carver` to `minecraft:barrier`. Recipe loads cleanly but never matches in survival. Players can't produce the item. 2. **JEI hide** — client-side KubeJS hides the item from JEI search/list. No recipe-less ghost in the UI. Server-side right-click cancel stays as a safety net for `/give` cases. Transmutation Table recipe removal unchanged. Void Worm fight + regular Dimensional Carver return-home item both intact.
Matt added 1 commit 2026-05-30 21:16:09 +00:00
Replaces v0.30.2's right-click intercept with two cleaner layers:

  1. Datapack override of the Capsid recipe
     pack/overrides/world/datapacks/bns-fuel/data/alexsmobs/
       capsid_recipes/shattered_dimensional_carver.json
     Changes the input from `alexsmobs:dimensional_carver` to
     `minecraft:barrier`, which players cannot obtain in survival.
     The recipe loads cleanly but never matches, so the item is
     never produced through normal play.

  2. Client-side KubeJS JEI hide
     pack/overrides/kubejs/client_scripts/hide_disabled_items.js
     Hides `alexsmobs:shattered_dimensional_carver` from JEI search
     and the item list, so it doesn't appear as a recipe-less ghost.

The right-click intercept in server_scripts/disable_alexsmobs_features.js
stays in place as a safety net for /give cases. Transmutation Table
recipe removal also stays as-is.

Net effect: the Shattered Dimensional Carver effectively does not
exist on this server. Void Worm fight + regular Dimensional Carver
return-home item both stay intact.

Verified live: pack synced to 0.30.3, Alex's Mobs registered its
capsid_recipes datapack listener (which reads our override file).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Matt merged commit 5068087a27 into main 2026-05-30 21:16:09 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: minecraft/brass-and-sigil#55