Add the rest of the blocks
This commit is contained in:
parent
1e9d1c8f81
commit
d581ec598a
1 changed files with 36 additions and 9 deletions
|
@ -228,7 +228,7 @@ namespace GamecraftModdingAPI.Blocks
|
||||||
ObjectiveHUD,
|
ObjectiveHUD,
|
||||||
GameStatsHUD, //231
|
GameStatsHUD, //231
|
||||||
GameOverBlock,
|
GameOverBlock,
|
||||||
SFXBlockGameplay=240,
|
SFXBlockGameplay = 240,
|
||||||
SFXBlock8Bit,
|
SFXBlock8Bit,
|
||||||
SFXBlockInstrument,
|
SFXBlockInstrument,
|
||||||
SFXBlockSciFi,
|
SFXBlockSciFi,
|
||||||
|
@ -278,25 +278,52 @@ namespace GamecraftModdingAPI.Blocks
|
||||||
WoodHalfPyramidLeft,
|
WoodHalfPyramidLeft,
|
||||||
WoodHalfPyramidRight,
|
WoodHalfPyramidRight,
|
||||||
WoodPyramidSliced,
|
WoodPyramidSliced,
|
||||||
OiledTubeCross = 339,
|
HexNetSlicedFraction,
|
||||||
OiledTubeT,
|
HexNetSlicedSlope,
|
||||||
|
HexNetHalfPyramidLeft,
|
||||||
|
HexNetHalfPyramidRight,
|
||||||
|
HexNetPyramidSliced,
|
||||||
|
OiledTubeCross,
|
||||||
|
OiledTubeT, //340
|
||||||
|
GlassTubeCross,
|
||||||
GlassTubeT,
|
GlassTubeT,
|
||||||
RubberTubeCross = 343,
|
RubberTubeCross,
|
||||||
RubberTubeT,
|
RubberTubeT,
|
||||||
WoodTubeCross,
|
WoodTubeCross,
|
||||||
WoodTubeT,
|
WoodTubeT,
|
||||||
OiledTubeCorner = 353,
|
HexNetTubeCross,
|
||||||
|
HexNetTubeT,
|
||||||
|
BouncyCube,
|
||||||
|
BouncySlicedCube, //350
|
||||||
|
BouncySlope,
|
||||||
|
BouncyCorner,
|
||||||
|
OiledTubeCorner,
|
||||||
GlassTubeCorner,
|
GlassTubeCorner,
|
||||||
RubberTubeCorner,
|
RubberTubeCorner,
|
||||||
WoodTubeCorner,
|
WoodTubeCorner,
|
||||||
IronSlicedFraction = 366,
|
Basketball,
|
||||||
|
BowlingBall,
|
||||||
|
SoccerBall,
|
||||||
|
GolfBall, //360
|
||||||
|
HockeyPuck,
|
||||||
|
PoolBall,
|
||||||
|
BouncyBall,
|
||||||
|
TennisBall,
|
||||||
|
UnlitCube,
|
||||||
|
IronSlicedFraction,
|
||||||
IronSlicedSlope,
|
IronSlicedSlope,
|
||||||
IronHalfPyramidLeft,
|
IronHalfPyramidLeft,
|
||||||
IronHalfPyramidRight,
|
IronHalfPyramidRight,
|
||||||
IronPyramidSliced,
|
IronPyramidSliced, //370
|
||||||
IronTubeCross,
|
IronTubeCross,
|
||||||
IronTubeT,
|
IronTubeT,
|
||||||
MagmaRockCube=777,
|
SFXBlockMob = 374,
|
||||||
|
PointLight,
|
||||||
|
SpotLight,
|
||||||
|
SunLight,
|
||||||
|
AmbientLight,
|
||||||
|
UnlitGlowCube = 381,
|
||||||
|
MagmaRockCube = 777,
|
||||||
MagmaRockCubeSliced,
|
MagmaRockCubeSliced,
|
||||||
MagmaRockSlope,
|
MagmaRockSlope,
|
||||||
MagmaRockCorner,
|
MagmaRockCorner,
|
||||||
|
@ -315,7 +342,7 @@ namespace GamecraftModdingAPI.Blocks
|
||||||
HexNetSlopeRounded,
|
HexNetSlopeRounded,
|
||||||
HexNetCornerRounded, //794
|
HexNetCornerRounded, //794
|
||||||
MagmaRockBulgedInner,
|
MagmaRockBulgedInner,
|
||||||
HexNetCylinder=797,
|
HexNetCylinder = 797,
|
||||||
HexNetHemisphere,
|
HexNetHemisphere,
|
||||||
HexNetSphere,
|
HexNetSphere,
|
||||||
HexNetTubeCorner //800
|
HexNetTubeCorner //800
|
||||||
|
|
Loading…
Reference in a new issue