From 99ebf025c6b6813f809ec45780799e74f766df92 Mon Sep 17 00:00:00 2001 From: boubou19 Date: Mon, 3 Apr 2023 13:43:11 +0200 Subject: Fix RA2 bugs (#1830) * fix pulverizer chances mistakes * fix block version of the PBF * use properly RA2 for PBF recipes * spotlessApply (#1831) Co-authored-by: GitHub GTNH Actions <> * enable lots of materials by default * fixes, documentation, and minor api contract update * spotless --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Glease <4586901+Glease@users.noreply.github.com> --- docs/RecipeBuilder.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') diff --git a/docs/RecipeBuilder.md b/docs/RecipeBuilder.md index 710f1b2dbc..9a56bebc49 100644 --- a/docs/RecipeBuilder.md +++ b/docs/RecipeBuilder.md @@ -13,6 +13,12 @@ this corresponds to the various int/long parameter on the old recipe adder inter See implosion compressor recipe map for a example on its usage. the extension also made it possible to use more complicated value, however there is no such use case yet. +`LOW_GRAVITY` and `CLEANROOM` are common metadata that are supported in most recipe maps. They default to false, and is +required to be set to true if you want your recipe to have such restriction. + +Other metadata used by the specific recipe maps MUST to be documented in some way, with javadoc on the recipe map field +being the preferred choice. + # Coding Conventions ## Metadata identifiers -- cgit