Blocks --- The following new block types are supported by the SCore. # Table of Contents 1. [BlockDecoAoE](#BlockDecoAoE) 2. [BlockFarmPlotSDX](#BlockFarmPlotSDX) ( Advanced Farming Feature ) 3. [BlockCropControlPanel](#BlockCropControlPanel) ( Advanced Farming Feature ) 4. [BlockMortSpawner](#BlockmortSpawner) 5. ### BlockDecoAoE This block allows a buff to be emitted from it, such as the campfire's heat. The Block is always active, thus always radiating this buff when a player is nearby. Usage: ```xml ``` Full Example: ```xml ``` ### BlockFarmPlotSDX This block is a replacement to vanilla's FarmPlot block, with additional hooks into the FarmPlotManager. The FarmPlotManager allows plants and planters to require water to grow. Usage: ```xml ``` XPath Usage, to update all vanilla farmplots to FarmPlotSDX: ```xml ``` ### BlockCropControlPanel [Advanced Farming Feature] (../../Documentation/CropManagement/ReadMe.md) This block is a test control panel, allowing players to turn on water particles and test to see if water is available on connected pipes. Usage: ```xml ``` Full Example: ```xml ``` ### BlockMortSpawner This block will act as an entity spawner. Note: It's an older class made by Mortelentus and brought forward by sphereii. No new features are being added, and as time goes on, functionality may be reduced. Usage: ```xml ```