mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00

I also removed the legacy (java) blockEntity references. fixes #1454 @Argmaster since you wrote the original code in #1224, please review and check if the new names are fine for you.
11 lines
152 B
Zig
11 lines
152 B
Zig
.{
|
|
.tags = .{.stone},
|
|
.blockHealth = 8,
|
|
.drops = .{
|
|
.{.items = .{.auto}},
|
|
},
|
|
.model = "cubyz:cube",
|
|
.texture = "cubyz:frost",
|
|
.friction = 5,
|
|
}
|