mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00
11 lines
170 B
Zig
11 lines
170 B
Zig
.{
|
|
.tags = .{.cloth, .cuttable},
|
|
.blockHealth = 2,
|
|
.drops = .{
|
|
.{.items = .{.auto}},
|
|
},
|
|
.collide = false,
|
|
.model = "cubyz:carpet",
|
|
.rotation = "cubyz:carpet",
|
|
}
|