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
208 B
TOML
11 lines
208 B
TOML
id = 9
|
|
is_blend = false
|
|
is_cross_plane = true
|
|
is_discard = true
|
|
is_gas = false
|
|
is_liquid = false
|
|
is_passable = true
|
|
is_transitional = false
|
|
is_transparent = true
|
|
name = 'grass'
|
|
roughness = 0.90000000000000002 |