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