promotional bannermobile promotional banner

Zcraft Decoration

A Minecraft decoration mod focused on post-apocalyptic and abandoned props, featuring simple block-based models with detailed textures for immersive world building.

File Details

Zcraft_Decorations-1.0.1.jar

  • R
  • May 19, 2026
  • 73.55 MB
  • 156
  • 1.20.1
  • Forge

File Name

Zcraft_Decorations-1.0.1.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:zcraft-decoration-1407825:8113093")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Updates:
DirectionUtil: shared horizontal index (no more duplication between block and cache). ModelJsonResolver: resolution of JSON model strings. PersistentShapeStore: gzip disk cache extracted from ModelShapeCache. ShapeCacheWarmup: centralized asynchronous warmup (single entry point). block_list.txt: replaces test_block_list.txt (test file removed). Loot: getDrops uses super.getDrops(); JSON loot tables are once again included in the JAR (Gradle exclude removed). VoxelShape Mixin: clip acceleration only if the shape has ≥ 32 boxes; forAllEdges optimized only with the profiler (-Dzcraft_decorations.shapeProfiler=true). Proxy cleanup: radius based on model bounds, not a fixed radius of 4. CollisionProxyBlock: removed redundant removeBlockEntity in onRemove. Invalid shapeMode config: warning in logs + fallback to full. Preload: only in commonSetup via ShapeCacheWarmup (no more double warm-up on client + server). Rendering: cutout by default, translucent for barriers (barrierstone, barrierwood, etc.). Gradle: org.gradle.daemon=true.