-
Notifications
You must be signed in to change notification settings - Fork 0
Paintings
Namnarak edited this page Aug 22, 2026
·
2 revisions
Custom paintings with configurable dimensions.
ruby_painting:
type: painting
width: 1
height: 1
asset_id: "myitem:ruby_painting"| Option | Type | Default | Description |
|---|---|---|---|
width |
int | 1 | Width in blocks (1-4) |
height |
int | 1 | Height in blocks (1-4) |
asset_id |
string | required | Texture identifier |
author |
string | null | Painting author |
title |
string | null | Painting title |
animated |
boolean | false | Has animation |
frame_duration |
int | 20 | Ticks per frame |
ruby_small:
type: painting
width: 1
height: 1
asset_id: "myitem:ruby_small"
author: "Kalo"
title: "Ruby Portrait"ruby_large:
type: painting
width: 4
height: 4
asset_id: "myitem:ruby_large"
author: "Kalo"
title: "Ruby Masterpiece"ruby_animated:
type: painting
width: 2
height: 2
asset_id: "myitem:ruby_animated"
animated: true
frame_duration: 10Place in: assets/<pack>/textures/painting/<asset_id>.png
- Items — Custom items
- Configuration — All config options
Kalo — Open Custom Content Engine for Minecraft
GitHub • Issues • Discord (coming soon)
Version: 0.1.0 • License: MIT • Java: 21+ / 25
Build once. Play everywhere.