This is the repository for the decocraft/decocraft-nature pack template. Designed to be used with fabric and neoforge with the same jar, it's very simple to set a pack up
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
MomokoKoigakubo 75aa9704b7 Remove system-specific java home path from gradle.properties 1 month ago
gradle/wrapper v26.1 paintings pack innit 2 months ago
src/main v26.1 paintings pack innit 2 months ago
.gitignore v26.1 paintings pack innit 2 months ago
README.md updatedd README 2 months ago
build.gradle v26.1 paintings pack innit 2 months ago
gradle.properties Remove system-specific java home path from gradle.properties 1 month ago
gradlew v26.1 paintings pack innit 2 months ago
gradlew.bat v26.1 paintings pack innit 2 months ago
settings.gradle v26.1 paintings pack innit 2 months ago

README.md

Decocraft Paintings Pack

Universal addon pack adding 48 paintings to Decocraft. Single jar works on both NeoForge and Fabric.

Contents

  • 5 painting series with variants (48 total)
  • Painting 1: 10 variants (A-J)
  • Painting 2: 11 variants (A-K)
  • Painting 3: 11 variants (A-K)
  • Painting 4: 11 variants (A-K)
  • Painting 5: 5 variants (A-E)

Each series shares a BBModel shape with different textures per variant. Variants cycle with the decobrush tool.

File Structure

assets/decocraft/
    decocraft.json          - manifest
    groups.json             - paintings creative tab
    paintings.json          - all 48 painting definitions
    models/bbmodel/         - 5 BBModel files (one per series)
    textures/block/         - 48 block textures
    textures/item/          - 48 item textures
    lang/en_us.json         - display names

Blockstates, block models, item models, item definitions, and loot tables are all generated dynamically at runtime by the main Decocraft mod.

Building

./gradlew build

Output jar goes to build/libs/.

Version Compatibility

Works with Decocraft 4.0+ on Minecraft 26.1+.