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.
|
|
2 months ago | |
|---|---|---|
| gradle/wrapper | 2 months ago | |
| src/main | 2 months ago | |
| .gitignore | 2 months ago | |
| README.md | 2 months ago | |
| build.gradle | 2 months ago | |
| gradle.properties | 2 months ago | |
| gradlew | 2 months ago | |
| gradlew.bat | 2 months ago | |
| settings.gradle | 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+.