Revert "Remove sbb blocks" (#1226)
This reverts commit 65cee0ef1202b3a85f9ac2799dc0f6b902fa4074.
5
assets/cubyz/blocks/sbb/child/_defaults.zig.zon
Normal file
@ -0,0 +1,5 @@
|
||||
.{
|
||||
.tags = .{.sbbChild},
|
||||
.model = "cubyz:cube",
|
||||
.rotation = .log,
|
||||
}
|
5
assets/cubyz/blocks/sbb/child/aqua.zig.zon
Normal file
@ -0,0 +1,5 @@
|
||||
.{
|
||||
.texture = "cubyz:sbb/child/side/aqua",
|
||||
.texture_top = "cubyz:sbb/child/top/aqua",
|
||||
.texture_bottom = "cubyz:sbb/child/bottom/aqua",
|
||||
}
|
5
assets/cubyz/blocks/sbb/child/black.zig.zon
Normal file
@ -0,0 +1,5 @@
|
||||
.{
|
||||
.texture = "cubyz:sbb/child/side/black",
|
||||
.texture_top = "cubyz:sbb/child/top/black",
|
||||
.texture_bottom = "cubyz:sbb/child/bottom/black",
|
||||
}
|
5
assets/cubyz/blocks/sbb/child/blue.zig.zon
Normal file
@ -0,0 +1,5 @@
|
||||
.{
|
||||
.texture = "cubyz:sbb/child/side/blue",
|
||||
.texture_top = "cubyz:sbb/child/top/blue",
|
||||
.texture_bottom = "cubyz:sbb/child/bottom/blue",
|
||||
}
|
5
assets/cubyz/blocks/sbb/child/brown.zig.zon
Normal file
@ -0,0 +1,5 @@
|
||||
.{
|
||||
.texture = "cubyz:sbb/child/side/brown",
|
||||
.texture_top = "cubyz:sbb/child/top/brown",
|
||||
.texture_bottom = "cubyz:sbb/child/bottom/brown",
|
||||
}
|
5
assets/cubyz/blocks/sbb/child/crimson.zig.zon
Normal file
@ -0,0 +1,5 @@
|
||||
.{
|
||||
.texture = "cubyz:sbb/child/side/crimson",
|
||||
.texture_top = "cubyz:sbb/child/top/crimson",
|
||||
.texture_bottom = "cubyz:sbb/child/bottom/crimson",
|
||||
}
|
5
assets/cubyz/blocks/sbb/child/cyan.zig.zon
Normal file
@ -0,0 +1,5 @@
|
||||
.{
|
||||
.texture = "cubyz:sbb/child/side/cyan",
|
||||
.texture_top = "cubyz:sbb/child/top/cyan",
|
||||
.texture_bottom = "cubyz:sbb/child/bottom/cyan",
|
||||
}
|
5
assets/cubyz/blocks/sbb/child/dark_grey.zig.zon
Normal file
@ -0,0 +1,5 @@
|
||||
.{
|
||||
.texture = "cubyz:sbb/child/side/dark_grey",
|
||||
.texture_top = "cubyz:sbb/child/top/dark_grey",
|
||||
.texture_bottom = "cubyz:sbb/child/bottom/dark_grey",
|
||||
}
|
5
assets/cubyz/blocks/sbb/child/green.zig.zon
Normal file
@ -0,0 +1,5 @@
|
||||
.{
|
||||
.texture = "cubyz:sbb/child/side/green",
|
||||
.texture_top = "cubyz:sbb/child/top/green",
|
||||
.texture_bottom = "cubyz:sbb/child/bottom/green",
|
||||
}
|
5
assets/cubyz/blocks/sbb/child/grey.zig.zon
Normal file
@ -0,0 +1,5 @@
|
||||
.{
|
||||
.texture = "cubyz:sbb/child/side/grey",
|
||||
.texture_top = "cubyz:sbb/child/top/grey",
|
||||
.texture_bottom = "cubyz:sbb/child/bottom/grey",
|
||||
}
|
5
assets/cubyz/blocks/sbb/child/indigo.zig.zon
Normal file
@ -0,0 +1,5 @@
|
||||
.{
|
||||
.texture = "cubyz:sbb/child/side/indigo",
|
||||
.texture_top = "cubyz:sbb/child/top/indigo",
|
||||
.texture_bottom = "cubyz:sbb/child/bottom/indigo",
|
||||
}
|
5
assets/cubyz/blocks/sbb/child/lime.zig.zon
Normal file
@ -0,0 +1,5 @@
|
||||
.{
|
||||
.texture = "cubyz:sbb/child/side/lime",
|
||||
.texture_top = "cubyz:sbb/child/top/lime",
|
||||
.texture_bottom = "cubyz:sbb/child/bottom/lime",
|
||||
}
|
5
assets/cubyz/blocks/sbb/child/magenta.zig.zon
Normal file
@ -0,0 +1,5 @@
|
||||
.{
|
||||
.texture = "cubyz:sbb/child/side/magenta",
|
||||
.texture_top = "cubyz:sbb/child/top/magenta",
|
||||
.texture_bottom = "cubyz:sbb/child/bottom/magenta",
|
||||
}
|
5
assets/cubyz/blocks/sbb/child/orange.zig.zon
Normal file
@ -0,0 +1,5 @@
|
||||
.{
|
||||
.texture = "cubyz:sbb/child/side/orange",
|
||||
.texture_top = "cubyz:sbb/child/top/orange",
|
||||
.texture_bottom = "cubyz:sbb/child/bottom/orange",
|
||||
}
|
5
assets/cubyz/blocks/sbb/child/pink.zig.zon
Normal file
@ -0,0 +1,5 @@
|
||||
.{
|
||||
.texture = "cubyz:sbb/child/side/pink",
|
||||
.texture_top = "cubyz:sbb/child/top/pink",
|
||||
.texture_bottom = "cubyz:sbb/child/bottom/pink",
|
||||
}
|
5
assets/cubyz/blocks/sbb/child/purple.zig.zon
Normal file
@ -0,0 +1,5 @@
|
||||
.{
|
||||
.texture = "cubyz:sbb/child/side/purple",
|
||||
.texture_top = "cubyz:sbb/child/top/purple",
|
||||
.texture_bottom = "cubyz:sbb/child/bottom/purple",
|
||||
}
|
5
assets/cubyz/blocks/sbb/child/red.zig.zon
Normal file
@ -0,0 +1,5 @@
|
||||
.{
|
||||
.texture = "cubyz:sbb/child/side/red",
|
||||
.texture_top = "cubyz:sbb/child/top/red",
|
||||
.texture_bottom = "cubyz:sbb/child/bottom/red",
|
||||
}
|
5
assets/cubyz/blocks/sbb/child/violet.zig.zon
Normal file
@ -0,0 +1,5 @@
|
||||
.{
|
||||
.texture = "cubyz:sbb/child/side/violet",
|
||||
.texture_top = "cubyz:sbb/child/top/violet",
|
||||
.texture_bottom = "cubyz:sbb/child/bottom/violet",
|
||||
}
|
5
assets/cubyz/blocks/sbb/child/viridian.zig.zon
Normal file
@ -0,0 +1,5 @@
|
||||
.{
|
||||
.texture = "cubyz:sbb/child/side/viridian",
|
||||
.texture_top = "cubyz:sbb/child/top/viridian",
|
||||
.texture_bottom = "cubyz:sbb/child/bottom/viridian",
|
||||
}
|
5
assets/cubyz/blocks/sbb/child/white.zig.zon
Normal file
@ -0,0 +1,5 @@
|
||||
.{
|
||||
.texture = "cubyz:sbb/child/side/white",
|
||||
.texture_top = "cubyz:sbb/child/top/white",
|
||||
.texture_bottom = "cubyz:sbb/child/bottom/white",
|
||||
}
|
5
assets/cubyz/blocks/sbb/child/yellow.zig.zon
Normal file
@ -0,0 +1,5 @@
|
||||
.{
|
||||
.texture = "cubyz:sbb/child/side/yellow",
|
||||
.texture_top = "cubyz:sbb/child/top/yellow",
|
||||
.texture_bottom = "cubyz:sbb/child/bottom/yellow",
|
||||
}
|
8
assets/cubyz/blocks/sbb/origin.zig.zon
Normal file
@ -0,0 +1,8 @@
|
||||
.{
|
||||
.tags = .{.sbbOrigin},
|
||||
.model = "cubyz:cube",
|
||||
.rotation = .log,
|
||||
.texture = "cubyz:sbb/origin_side",
|
||||
.texture_top = "cubyz:sbb/origin_top",
|
||||
.texture_bottom = "cubyz:sbb/origin_bottom",
|
||||
}
|
BIN
assets/cubyz/blocks/textures/sbb/child/bottom/aqua.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/bottom/black.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/bottom/blue.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/bottom/brown.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/bottom/crimson.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/bottom/cyan.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/bottom/dark_grey.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/bottom/green.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/bottom/grey.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/bottom/indigo.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/bottom/lime.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/bottom/magenta.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/bottom/orange.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/bottom/pink.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/bottom/purple.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/bottom/red.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/bottom/violet.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/bottom/viridian.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/bottom/white.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/bottom/yellow.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/side/aqua.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/side/black.png
Normal file
After Width: | Height: | Size: 4.4 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/side/blue.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/side/brown.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/side/crimson.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/side/cyan.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/side/dark_grey.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/side/green.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/side/grey.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/side/indigo.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/side/lime.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/side/magenta.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/side/orange.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/side/pink.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/side/purple.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/side/red.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/side/violet.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/side/viridian.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/side/white.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/side/yellow.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/top/aqua.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/top/black.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/top/blue.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/top/brown.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/top/crimson.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/top/cyan.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/top/dark_grey.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/top/green.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/top/grey.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/top/indigo.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/top/lime.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/top/magenta.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/top/orange.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/top/pink.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/top/purple.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/top/red.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/top/violet.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/top/viridian.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/top/white.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
assets/cubyz/blocks/textures/sbb/child/top/yellow.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
assets/cubyz/blocks/textures/sbb/origin_bottom.png
Normal file
After Width: | Height: | Size: 4.7 KiB |
BIN
assets/cubyz/blocks/textures/sbb/origin_side.png
Normal file
After Width: | Height: | Size: 4.7 KiB |
BIN
assets/cubyz/blocks/textures/sbb/origin_top.png
Normal file
After Width: | Height: | Size: 4.8 KiB |