mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-08-09 02:07:04 +08:00
Move block data from TOML to JSON under assets/cubed/blocks, add registry.json for block and item IDs, and relocate textures and sounds to the cubed namespace.
19 lines
408 B
JSON
19 lines
408 B
JSON
{
|
|
"name": "water",
|
|
"properties": {
|
|
"is_liquid": true,
|
|
"is_cross_plane": false,
|
|
"is_transparent": true,
|
|
"is_passable": true,
|
|
"is_discard": false,
|
|
"is_blend": true,
|
|
"is_transitional": false,
|
|
"is_gas": false,
|
|
"roughness": 0.02
|
|
},
|
|
"texture": {
|
|
"type": "cuboid",
|
|
"path": "cubed:textures/blocks/water"
|
|
}
|
|
}
|