Looking for help adding block samples and a resource pack.
If the resourcepack folder does not exist in the root directory yet, your PR must create it, with the files required to have a working resource pack.
The item script file of your custom block should be located in /external/BlockArchitect/custom_blocks/samples folder.
A sample is located here, which can be used as a reference for creating custom block files.
Please do not add custom blocks into already existing files.
Each block should have it's own file. If you're going to add multiple blocks which are similar, you may add them into a single file.
The PR must provide a texture for the block.
The texture must be compatible with the MIT License.
The resource pack must work properly without missing textures.
Looking for help adding block samples and a resource pack.
If the
resourcepackfolder does not exist in therootdirectory yet, your PR must create it, with the files required to have a working resource pack.The item script file of your custom block should be located in
/external/BlockArchitect/custom_blocks/samplesfolder.A sample is located here, which can be used as a reference for creating custom block files.
Please do not add custom blocks into already existing files.
Each block should have it's own file. If you're going to add multiple blocks which are similar, you may add them into a single file.
The PR must provide a texture for the block.
The texture must be compatible with the MIT License.
The resource pack must work properly without missing textures.