Eruption Spawner Generator
This modification introduces a unique block - the Eruption Generator, creating an impressive visual effect of shooting floating blocks into the air. The block functions exclusively with proper configuration through NBT tags, otherwise it remains inert.
Main Features:
The generator provides complete control over the eruption process. You can set minimum and maximum spawn frequency, adjust the number of simultaneously created blocks, set launch force, height offset and ejection angle. The system supports weighted block selection from a predefined list.
Configuration Command Example:
/setblock ~ ~ ~ eruptionspawner:eruptor_block 0 replace {
spawnrateMin:30,
spawnrateMax:80,
blocksSpawned:20,
velocity:1.0f,
yOffset:1.0f,
angle:45.0f,
weightedListBlocks:[
{blockId:"minecraft:stone",weight:3},
{blockId:"minecraft:cobblestone",meta:0,weight:1},
{blockId:"minecraft:sand",meta:0,weight:2}
]
}
Development Plans: In the future, developers plan to add the ability to customize sound effects accompanying each eruption.
Technical Support: When encountering unexpected behavior or compatibility issues, create reports in the appropriate GitHub section.