I know you have done an update to include the adobe skins, however everything I have made and copied just pastes as stone. Am I doing something wrong or is it just not working?
Adobe Skin not pasting
same issue here, using the current version 4.1.36 whenever I paste a base i copied that had adobe skins it pastes a regular stone base
I have exactly the same problem, every time the base is made of stone even though it was saved in Adobe style.
Just swap this line (line 1112)
from this:
if (buildingBlock.skinID != 10220) buildingBlock.skinID = 0uL;
to this:
buildingBlock.skinID = (skinid == 10220 ? 10220 : 0uL); TolimanJust swap this line (line 1112)
from this: if (buildingBlock.skinID != 10220) buildingBlock.skinID = 0uL; to this: buildingBlock.skinID = (skinid == 10220 ? 10220 : 0uL);
Thanks!!!!
didn't work for me, couldn't compile