File Details
TechResourcesGenerator-1.16.5-1.1.jar
- R
- Jan 14, 2023
- 696.50 KB
- 28
- 1.16.5
- Forge
File Name
TechResourcesGenerator-1.16.5-1.1.jar
Supported Versions
- 1.16.5
Curse Maven Snippet
TechResources Generator - Customisation Update
You can now create custom gessence with parameters :
You need to create a json file with the gessence name to make a custom gessence. (In folder config/techresourcesgenerator/gessence)
-name (the name of gessence) [Required]
-item (the item generated from generator) [Required]
-hasNormalGessence (if the gessence has a gessence) [Required]
-hasElectronicGessence (if the gessence has a gessence card) [Required]
-minimumGeneratorTier (the minimum tier of generator need to be used to generate item) [Required]
-itemTexture (the texture for the gessence card , Example : "minecraft:item/diamond") [Required]
For custom textures , a custom folder was autogenerated on the modpack folder/.minecraft (The folder name is "techresourcesTextures/gessence") , in this folder you can create file with name of the gessence used as texture.
You can now create custom generator with parameters :
You need to create a json file with the generator name to make a custom generator. (In folder config/techresourcesgenerator/generator)
-name (the name of generator) [Required]
-generatorType (the type of generator : manual, magmatic or electric) [Required]
-centerTexture (the texture of the center of generator. if not present, the texture is the texture from "techresourcesTextures/generator" with the generator name) [Optional]
-delay (The delay beetween each generation) [Required]
-itemCount (The count of items was generated of each generation) [Required]
-consumed (The energy consumed if the type is electric) [Optional]
You can change the order of generators in the file config/techresourcesgenerator/generator/orders.txt
-Adding a JEI category for gessence output
-Adding an easter egg

