Author Topic: Any way to place bricks in the water layer?  (Read 3106 times)

post an example of a brick that you edited and it doesn't work (post the code you edited)

Quote from: First few lines of server.cs edit
datablock fxDTSBrickData(brick05x2PlateWaterLayerData)
{
   brickFile = "./0.5x2.blb";
   category = "Plates";
   subCategory = "0.5x”;
   uiName = "0.5x2 Water Layer”;
   iconName = "Add-Ons/Brick_SmallBricksWaterLayer/0.5x2";
};
I think this is what I did, the reason I "think" is because I deleted it because it wouldn't work.

the important part is isWaterBrick = true;
I don't see this anywhere in your attempt

huh, i thought i put it there...

does it work with isWaterBrick = true; added?