
ModLicenseRef-All-Rights-Reserved
ClassicEX
Mod which makes adding simple blocks simple.
3
Downloads
0
Followers
2 months ago
Updated
📦
1
Versions
📖About ClassicEX
THIS MOD IS FOR c0.0.23a_01 NOT c0.30!!!!!!!!
this is also a jar mod
This mod makes adding simple blocks simple
The block.txt and terrain.png should be stored in the same directory as the world
(terrain.png is not needed as custom blocks can use default textures)
aob - Amounts of blocks.
blockXID - id of the block.
blockXTexture - number of the texture in terrain.png of the block
blockXTTexture - secoundary texture (only needed for LogTileCustom)
blockXType - Type of the block, see below for currently available types
blockXSound - Sound of the block, see below for currently available types
(nondefault Types are types that are made only for this mod and were created/modified more than the "just" Types)
Types : Falling, Bush, Glass
nondefault Types : LogTileCustom
Sounds : grass, cloth, gravel, stone, metal, wood
EXAMPLE OF blocks.txt FILE
aob=2
block1ID=43
block1Texture=66
block1TTexture=40
block1Type=LogTileCustom
block1Sound=grass
block2ID=44
block2Texture=40
block2Type=Falling
block2Sound=metal