I'm trying to make a brick pack, but failing. I've made one brick because it's only a test.
Here's what's in the files:
1x5.blb:
1 5 3
Bricks
1x5.png:
Just a 96x96 sized icon.
Description.txt:
Title: Test
Author: Armymadguy102
It's a test!
Namecheck.txt:
Brick_Test
Server.cs:
datablock fxDTSBrickData (brick1x5x3BrickData)
{
brickFile = "./1x5.blb";
category = "Bricks";
subCategory = "1x";
uiName = "1x5";
iconName = Add-Ons/Brick_test/1x5.png
That's it. Hope you can find the problem ;D