mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-06-17 16:17:02 +08:00
feat: add block data
This commit is contained in:
5
assets/data/block/air.toml
Normal file
5
assets/data/block/air.toml
Normal file
@@ -0,0 +1,5 @@
|
||||
name = "air"
|
||||
id = 0
|
||||
is_liquid = false
|
||||
is_passable = true
|
||||
is_cross_plane = false
|
||||
5
assets/data/block/dirt.toml
Normal file
5
assets/data/block/dirt.toml
Normal file
@@ -0,0 +1,5 @@
|
||||
name = "dirt"
|
||||
id = 2
|
||||
is_liquid = false
|
||||
is_passable = false
|
||||
is_cross_plane = false
|
||||
5
assets/data/block/grass.toml
Normal file
5
assets/data/block/grass.toml
Normal file
@@ -0,0 +1,5 @@
|
||||
name = "grass"
|
||||
id = 9
|
||||
is_liquid = false
|
||||
is_passable = true
|
||||
is_cross_plane = true
|
||||
5
assets/data/block/grass_block.toml
Normal file
5
assets/data/block/grass_block.toml
Normal file
@@ -0,0 +1,5 @@
|
||||
name = "grass_block"
|
||||
id = 1
|
||||
is_liquid = false
|
||||
is_passable = false
|
||||
is_cross_plane = false
|
||||
5
assets/data/block/leaf.toml
Normal file
5
assets/data/block/leaf.toml
Normal file
@@ -0,0 +1,5 @@
|
||||
name = "leaf"
|
||||
id = 6
|
||||
is_liquid = false
|
||||
is_passable = false
|
||||
is_cross_plane = false
|
||||
5
assets/data/block/log.toml
Normal file
5
assets/data/block/log.toml
Normal file
@@ -0,0 +1,5 @@
|
||||
name = "log"
|
||||
id = 5
|
||||
is_liquid = false
|
||||
is_passable = false
|
||||
is_cross_plane = false
|
||||
5
assets/data/block/sand.toml
Normal file
5
assets/data/block/sand.toml
Normal file
@@ -0,0 +1,5 @@
|
||||
name = "sand"
|
||||
id = 4
|
||||
is_liquid = false
|
||||
is_passable = false
|
||||
is_cross_plane = false
|
||||
5
assets/data/block/snowy_grass_block.toml
Normal file
5
assets/data/block/snowy_grass_block.toml
Normal file
@@ -0,0 +1,5 @@
|
||||
name = "snowy_grass_block"
|
||||
id = 8
|
||||
is_liquid = false
|
||||
is_passable = false
|
||||
is_cross_plane = false
|
||||
5
assets/data/block/stone.toml
Normal file
5
assets/data/block/stone.toml
Normal file
@@ -0,0 +1,5 @@
|
||||
name = "stone"
|
||||
id = 3
|
||||
is_liquid = false
|
||||
is_passable = false
|
||||
is_cross_plane = false
|
||||
5
assets/data/block/template.toml
Normal file
5
assets/data/block/template.toml
Normal file
@@ -0,0 +1,5 @@
|
||||
name = "template"
|
||||
id = 0
|
||||
is_liquid = false
|
||||
is_passable = false
|
||||
is_cross_plane = false
|
||||
5
assets/data/block/water.toml
Normal file
5
assets/data/block/water.toml
Normal file
@@ -0,0 +1,5 @@
|
||||
name = "water"
|
||||
id = 7
|
||||
is_liquid = true
|
||||
is_passable = false
|
||||
is_cross_plane = false
|
||||
Reference in New Issue
Block a user