Survivalcraft API 1.8.2.3 v1.8.2.3
Survivalcraft 2.4
载入中...
搜索中...
未找到
ClayBlock.cs
浏览该文件的文档.
1namespace Game {
2 public class ClayBlock : PaintedCubeBlock {
3 public static int Index = 72;
4
5 public ClayBlock() : base(15) => CanBeBuiltIntoFurniture = true;
6 }
7}
bool CanBeBuiltIntoFurniture
static int Index
PaintedCubeBlock(int coloredTextureSlot)