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
194 B
TOML
11 lines
194 B
TOML
id = 2
|
|
is_blend = false
|
|
is_cross_plane = false
|
|
is_discard = false
|
|
is_gas = false
|
|
is_liquid = false
|
|
is_passable = false
|
|
is_transitional = true
|
|
is_transparent = false
|
|
name = 'dirt'
|
|
roughness = 1.0 |