Solar Cooker Mod — Configuration
Configuration
The mod is highly customizable via the config file.
- vanillaRecipeType: Defines which vanilla recipes the cooker accepts. Options include
"smoking"(default pre-1.21),"smelting"(default 1.21+),"blasting", or"campfire_cooking". - vanillaRecipesEnabled: Set to
falseto disable all vanilla recipes and only allow custom datapack recipes. - recipeBlacklist: A comma-separated list of recipe IDs to disable (e.g.,
"minecraft:baked_potato"). - cookTimeFactor: Multiplier for cooking time.
1.0is vanilla speed;4.0is the default (4x slower). - maxReflectorSpeedFactor: Determines the maximum speed boost from reflectors. Default is
0.5(reducing time by half) in newer versions.