File Details
TechResourcesCrystal-1.18.2-1.5.jar
- R
- Oct 26, 2022
- 710.14 KB
- 35
- 1.18.2
- Forge
File Name
TechResourcesCrystal-1.18.2-1.5.jar
Supported Versions
- 1.18.2
Curse Maven Snippet
TechResources Crystal - Customisation Update
You can now create custom crystals with parameters :
You need to create a json file with the crystal name to make a custom crystal. (In folder config/techresourcescrystal/crystals)
-name (the name of crystal) [Required]
-entity (the entity for the fragmented block craft) [Required if hasMobRecipe is to true & if the mobItem parameter is not air]
-mobItem (the item need to craft the fragmented block) [Optional]
-hasMobRecipe (if the fragmented block has a autogenerated right click recipe with the mobItem on the entity) [Required if the entity parameter is not null & if the mobItem parameter is not air]
-hasPlateRecipe (if the crystal has a autogenerated stonecutter recipe for plate) [Optional , default : true]
-hasCrystaliserRecipe (if the fragmented crystal has a autogenerated crystaliser recipe for crystal) [Optional , default : true]
-dropFragmented (if the fragmented block drop the fragmented crystal item) [Optional , default : true]
-hasCoreRecipe (if the core is make with a right click on the fragmented block with a lava shard) [Optional , default : true]
For custom textures , a custom folder was autogenerated on the modpack folder/.minecraft (The folder name is "crystalsTextures") , in this folder there are folder for each custom crystal , you just need to put your textures in the crystal folder.
For customs crystals recipes you need to /reload after the game restart
Adding JEI & The One Probe compatibility
Adding Crystaliser JEI category
You can now create custom crystaliser recipe :
Example :
{
"type": "techresourcescrystal:crystaliser",
"block": "techresourcescrystal:fragmented_water_crystal_core",
"properties": {
"crystal": 3
},
"result": {
"item": "techresourcescrystal:water_crystal"
}
}
Credits : Thanks LIMachi for the help with custom recipes system
Next Update :

