Translations:Modding:World Access/30/en

From Vintage Story Wiki

Block firebrickblock = api.World.GetBlock(new AssetLocation("claybricks-fire"));

           ushort blockId = firebrickblock.BlockId;
           api.World.BlockAccessor.SetBlock(blockId, plrpos.DownCopy());