Releases: chaevsfe/Createvsfe
Release list
v0.9.6 — Levers, Cranks, Server-Safe
Createvsfe v0.9.6
Fixes since v0.9.5
- train control levers now render (skipVanillaRender fixed for all contraption entities)
- chain conveyor chains now visible when Flywheel active
- hand crank + valve handle + crank wheel speeds corrected (angle unit fix)
- CC crank wheel visual uses AngleHelper.rad()
- contraption sits at correct height on minecarts
- vanilla minecarts no longer spawn as workbench carts (SNR enum fix)
- SNR data paths: loot_tables→loot_table, recipes→recipe, advancements→advancement
- station null name crash fixed
- track overlay + selection clearing for custom tracks
- green tint on curves fixed (RGBA mip)
Known issues
- rendering issues when using Sodium/Iris
Jars
- createvsfe-coexistence-0.9.6.jar
- createvsfe-steam-n-rails-1.7.2
- createvsfe-connected-1.1.13
- createvsfe-additions-1.3.3
- createvsfe-bellsandwhistles-0.4.3
- createvsfe-cobblemon-datapack.zip
Requirements
- Minecraft 1.21 / 1.21.1, Fabric Loader >= 0.16.0, Fabric API >= 0.102.0+1.21.1, Java 21
v0.9.5 — Createvsfe + Server-Safe Addons
Createvsfe v0.9.5
Latest fixes
- track overlay now shows for custom tracks (SNR etc) — instanceof TrackBlockItem fallback
- custom tracks can now connect properly — same tag check fix
- green tint on curved tracks fixed — palette PNG converted to RGBA
- dedicated server fully supported — all Flywheel visuals in client-only classes
- SNR MinecartJukebox server-safe
- CC registerVisuals fully removed from shared class
Jars
- createvsfe-coexistence-0.9.5.jar
- createvsfe-steam-n-rails-1.7.2
- createvsfe-connected-1.1.13
- createvsfe-additions-1.3.3
- createvsfe-bellsandwhistles-0.4.3
- createvsfe-cobblemon-datapack.zip
Known issues
- Enchantment Industry incompatible (recursive advancement bug)
- SNR custom tracks may not drop items (investigating)
Requirements
- Minecraft 1.21 / 1.21.1, Fabric Loader >= 0.16.0, Fabric API >= 0.102.0+1.21.1, Java 21
v0.9.4.5 — Toolbox crash fix + Cobblemon datapack
- fixes crash when pressing keys before config loads (ToolboxHandler.getMaxRange)
- fixes recipe sync disconnect (empty ItemStack in ProcessingOutput)
- adds "Ported up to 1.21.1 by chaevsfe" credit to all mod descriptions
- full porting_lib coexistence (all 30 overlapping interfaces prefixed)
Cobblemon datapack:
- 39 recipes: crushing ores, milling apricorns/berries, mixing potions, haunting/washing stone conversions
- drop the create-cobblemon folder into your world's datapacks/ folder
v0.9.4.4 — Fix recipe sync crash
fixes "Empty ItemStack not allowed" crash when joining worlds. ProcessingOutput.STREAM_CODEC was using the strict ItemStack codec that rejects empty stacks during recipe sync.
includes all previous coexistence fixes (30 overlapping interfaces prefixed).
v0.9.4.3 — Full Coexistence (all interfaces prefixed)
all 30 overlapping interfaces between porting_lib_ufo and official porting_lib are now fully prefixed. ~70 default methods across 24 interfaces renamed with port_lib_ufo$ prefix.
this should eliminate all IncompatibleClassChangeError crashes when running alongside mods that bundle official porting_lib (critters and companions, sophisticated mods, etc).
use this jar instead of the standard create jar if your modpack has mods that bundle official porting_lib.
v0.9.4.1 — Porting Lib Coexistence
Create Fabric UfoPort v0.9.4.1
two versions of Create included:
create-fabric-ufoport-0.9.4-standard.jar
the normal build. use this if your modpack doesnt have mods that bring in official porting lib (critters and companions, sophisticated mods, etc). if you get an "incompatible mod set" error, switch to the coexistence jar.
create-fabric-ufoport-0.9.4-coexistence.jar
the coexistence build. our porting_lib_ufo runs alongside the official porting lib. all overlapping interface methods are prefixed so both libs can inject into vanilla classes without crashing. use this if your modpack has mods like critters and companions.
addons (work with both versions)
- Steam 'n' Rails 1.7.2
- Create Connected 1.1.13
- Crafts & Additions 1.3.3
- Bells & Whistles 0.4.3
- Enchantment Industry 1.2.16
requirements
- Minecraft 1.21 / 1.21.1
- Fabric Loader >= 0.16.0
- Fabric API >= 0.102.0+1.21.1
- Java 21