Skip to content

Releases: RS-256/CrossPatch

crossPatch v0.3.4

Choose a tag to compare

@RS-256 RS-256 released this 28 Jun 06:19

Changelog

v0.3.4

Added

  • Added a Litematic Downloader hotkey and modal for downloading direct schematic links into schematics/download.
  • Added pickBlockShulkerPreferFewer, allowing Litematica pick-block shulker selection to prefer the shulker with the fewest matching items.
  • Added Litematica schematic translucency options for entities and block entities, each with independent alpha controls.
  • Added nested i18n-backed config hover text with required/suggested mod and related-option metadata.

Changed

  • Reworked config descriptions and option documentation around the new structured hover text.

buildReleaseRemapped artifacts

Jar Size SHA-256
crosspatch-v0.3.3-mc1.21.11.jar 165KiB (168180 B) d5db5f0d9c25369757e0d44eddc91bdb724f129a82e5f2b82b8abec7636ca85b
crosspatch-v0.3.3-mc26.1.2.jar 164KiB (167281 B) a299d44d867800c9fb2988cb8c840b9ed8f7820f8662dd74d85aee1847824e91

crossPatch v0.3.3

Choose a tag to compare

@RS-256 RS-256 released this 24 Jun 10:41
02b3f88

Changelog

v0.3.3

Added

  • Added massCraftAnvil, an ItemScroller-style anvil mass crafting option.

Changed

  • Updated recipeView and storeRecipe hotkey descriptions to cover both stonecutter and anvil recipes.
  • Changed the anvil rename box behavior while massCraftAnvil is enabled so it no longer auto-focuses and swallows hotkeys. Click the field to type a name, then press Enter to return focus to hotkeys.

v0.3.2

Fixed

  • Made Litematica schematic verification account for render-layer limits, so verification only requires chunks that intersect the currently rendered region.
  • Fixed Litematica verifier progress getting stuck on unseen chunks outside the active render layer or Box Layer bounds.
  • Fixed Box Layer mode still blocking pick/raycast behavior on hidden schematic blocks by making world-level schematic reads see hidden positions as air.
  • Fixed the schematic verifier's incremental changed-position checks being affected by Box Layer hiding; verifier checks now read the raw schematic state where needed.
  • Fixed TweakerMore shulker auto-collect taking a shulker box that would over-collect when autoCollectStackRoundUp is disabled.
  • Fixed TweakerMore shulker collection compatibility with newer Minecraft inventory click API.

buildReleaseRemapped artifacts

Jar Size SHA-256
crosspatch-v0.3.3-mc1.21.11.jar 137KiB (140013 B) 3f6f550872f268457d5077773bda025dd8c4d4be16d94a2c9b25e2815ef85048
crosspatch-v0.3.3-mc26.1.2.jar 137KiB (139403 B) 81127de2322455385f14c6f583edc573864f46e44ae39842b3c37ae03bc44e5d

crossPatch 0.3.0

Choose a tag to compare

@RS-256 RS-256 released this 17 Jun 05:26

Changelog

v0.3.0

Added

  • Added pickBlockProPickRedirect, a Pick Block Pro option that redirects picked blocks to another item. Entries can be written as source -> target, source = target, or source target; for example, minecraft:grass_block -> minecraft:dirt.
  • Applied Pick Block Pro redirects to Litematica schematic-world pick block, so redirected schematic blocks now pick the configured replacement item.
  • Applied pickBlockProReachOverride to Litematica schematic-world pick block ray traces, allowing distant schematic blocks to be picked while Pick Block Pro is enabled.

Changed

  • Reorganized saved options into mod-specific config categories: Litematica, PickBlock, ItemScroller, and TweakerMore, instead of writing all normal options under Generic.
  • Existing option values saved under the old Generic category are not migrated automatically, so affected settings will be reset to their defaults after updating.
  • Renamed the internal Litematica option group from Generic to Litematica and updated its translation keys.
  • Added hover/comment text for Litematica, ItemScroller, TweakerMore, and hotkey options in the config GUI.

Fixed

  • Fixed the config GUI title showing a stale hard-coded CrossPatch version by reading the installed mod version from Fabric Loader metadata.
  • Fixed missing hover text for several config and hotkey entries.
  • Fixed Pick Block Pro features not being applied consistently when picking blocks from Litematica's schematic world.