mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-08-08 17:57:02 +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
193 B
TOML
11 lines
193 B
TOML
id = 7
|
|
is_blend = true
|
|
is_cross_plane = false
|
|
is_discard = false
|
|
is_gas = false
|
|
is_liquid = true
|
|
is_passable = true
|
|
is_transitional = false
|
|
is_transparent = true
|
|
name = 'water'
|
|
roughness = 0.02 |