Add new type of recipe "Void_Extracting"
Mykhail001 opened this issue ยท 0 comments
Is your feature request related to a problem? Please describe.
No, my feature don't related with bug or other problem.
Describe the solution you'd like
Add a Void Extractor that will extracts certain things from void,
using energy, time and a catalyst/item.
Also add Void accelerator, that will speed up extracting in Void Extractor.
I was inspired by Neutron Collector from Avaritia,
but add it only for neutron collection, it's pointless,
especially since this mod is made for adding recipes.
Describe alternatives you've considered
Maybe you tired after you create flux crafting system,
but if you want update your mod, you can use this idea
Additional context
Along with this, you can add "Cosmic Neutronium Pack"(Ingot,Component,Catalyst...),
what will be the result of the work of Void Extractor
just like you did with enhanced redstone ingot(With that cool effect how in Avaritia).
A recipe file can have the following items:
Example:
type: extendedcrafting:void_extracting;
powerCost: 2000000;
time(in seconds): 300 ;
catalyst: "extendedcrafting:crystaltine_catalyst";
consumable: "-";
result: "extendedcrafting:pile_of_neutrons" :)
Also fix Auto Flux Crafter recipe,
which uses Ender Crafter instead of Flux Crafter
(It was written in the version ExtendedCrafting-1.19.2-5.1.4)