✍️Creating Custom Content
Custom content in Origami is written in YAML, and can be reloaded with subcommands of the "/oc" command in-game.
Learn about the YAML format here!
Model data
JSON Models
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "origami:block/mosaic"
}
}Last updated