pack: v0.30.2 — disable Alex's Mobs Transmutation Table + Shattered Carver #54

Merged
Matt merged 1 commits from fix/v0.30.2-disable-alexsmobs-bypass into main 2026-05-30 20:49:20 +00:00
Owner

KubeJS server script that:

  • Removes the crafting recipe for alexsmobs:transmutation_table (competes with Ars + undermines Numismatics economy).
  • Cancels right-click on alexsmobs:shattered_dimensional_carver (1M-block random teleport breaks world boundaries). Item can still be produced (Capsid reaction, not a recipe) but does nothing on use, with player message.

Void Worm fight + regular Dimensional Carver (return-home) stay enabled.

Verified live: KubeJS loaded clean, recipe removed at recipe-event time.

KubeJS server script that: - Removes the crafting recipe for `alexsmobs:transmutation_table` (competes with Ars + undermines Numismatics economy). - Cancels right-click on `alexsmobs:shattered_dimensional_carver` (1M-block random teleport breaks world boundaries). Item can still be produced (Capsid reaction, not a recipe) but does nothing on use, with player message. Void Worm fight + regular Dimensional Carver (return-home) stay enabled. Verified live: KubeJS loaded clean, recipe removed at recipe-event time.
Matt added 1 commit 2026-05-30 20:49:20 +00:00
KubeJS server script that:

  1. Removes the crafting recipe for alexsmobs:transmutation_table.
     The Transmutation Table converts items freely with XP cost,
     which competes with Ars Nouveau's depth and undermines the
     Numismatics-based plot economy. No new tables can be made;
     no existing tables exist on the world yet.

  2. Cancels the right-click action on
     alexsmobs:shattered_dimensional_carver. The item teleports the
     user 1,000,000 blocks in a random direction -- breaks any
     server-side world-boundary assumption, drops the player into
     unloaded chunks far from the rest of the world. The item can
     still be produced (the Capsid-shatters-Carver interaction is
     a block reaction, not a recipe we can remove cleanly), but it
     does nothing on use and sends an explanation to the player.

The Void Worm boss + regular Dimensional Carver (return-home
teleport) stay enabled. Players can still fight the boss and earn
the home-recall item, just not the world-bounding-breaking variant.

Verified live: KubeJS loaded script in 3ms, removed recipe at
recipe-event time, server bound to 25565.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Matt merged commit 0a6fd851c1 into main 2026-05-30 20:49:20 +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#54