mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-08-09 02:07:04 +08:00
Remove the `name_key` field from block definitions and use item-based localization keys (`item.*.name`) for inventory display. Item data now stores the localized name at load time.
11 lines
190 B
TOML
11 lines
190 B
TOML
id = 0
|
|
is_blend = false
|
|
is_cross_plane = false
|
|
is_discard = true
|
|
is_gas = true
|
|
is_liquid = false
|
|
is_passable = true
|
|
is_transitional = false
|
|
is_transparent = true
|
|
name = 'air'
|
|
roughness = 1.0 |