Cubyz/assets/cubyz/blocks/snow.zig.zon
IntegratedQuantum a29bb3c3b9
Rename EntityDataClass to BlockEntityType (#1464)
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.
2025-05-18 19:20:51 +02:00

10 lines
134 B
Zig

.{
.tags = .{.sand},
.blockHealth = 4,
.drops = .{
.{.items = .{.auto}},
},
.model = "cubyz:cube",
.texture = "cubyz:snow",
}