Skip to content

Commit

Permalink
Updated milling documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikLundell committed Jul 28, 2024
1 parent bfeb1ff commit 394c247
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/JSON_INFO.md
Original file line number Diff line number Diff line change
Expand Up @@ -3479,7 +3479,8 @@ Weakpoints only match if they share the same id, so it's important to define the
],
"milling": { // Optional. If given, the item can be milled in a water/wind mill.
"into": "flour", // The item id of the result of the milling.
"conversion_rate": 1.0 // Conversion of number of items that are milled (e.g. with a rate of 2, 10 input items will yield 20 milled items).
"recipe": "paste_nut_mill_10_1" // Reference to the recipe that performs the task. The syntax is <product name>_mill_<source amount>_<product amount>. The recipe is then defined as a normal recipe for the source with the product as its result and an id_suffix of "mill_X_Y".
// See data/json/recipes/food/milling.json for such recipes. Can also use "milling": { "into": "null", "recipe": "" } to override milling from a copied base item.
},
"explode_in_fire": true, // Should the item explode if set on fire
"nanofab_template_group": "nanofab_recipes", // This item is nanofabricator recipe, and point to itemgroup with items, that it could possibly contain; require nanofab_template_group
Expand Down

0 comments on commit 394c247

Please sign in to comment.