Extra Planets Automatic Resources
This addon for Galacticraft significantly expands space exploration possibilities, offering not only new planets and solar systems but also a revolutionary way to obtain rare resources. With this mod, acquiring valuable ores that previously required long and laborious processing becomes much simpler and more efficient.
This is an addition to my main mod "Automatic Resources Remastered," which allows automatic generation of all standard Minecraft resources after finding a small initial amount. Special generator blocks create an endless stream of materials, and they can be upgraded to increase production speed. The maximum level of tier 1 generators provides not just ingots but entire resource blocks - for example, instead of iron ingots, you'll get iron blocks! Tier 2 generators work faster but produce only basic items.

To collect generated items, simply place a hopper under the generator block. All resources will be automatically extracted and ready for use. For convenient storage, you can connect a chest, creating a fully automated mining system.
Wooden generators are designed for early game - they require fewer resources to craft but work significantly slower. They produce ores instead of finished materials, which increases processing time but still saves your time in the long run.
// Generator configuration example
GeneratorConfig {
type: "wooden",
output: "ore",
speed: 0.5
}