aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorboubou19 <miisterunknown@gmail.com>2023-04-03 13:43:11 +0200
committerGitHub <noreply@github.com>2023-04-03 12:43:11 +0100
commit99ebf025c6b6813f809ec45780799e74f766df92 (patch)
treea53143b0f999aa11e931cb344ae92907443d2cd9 /docs
parent3eee273dec666877722937af3e3c5082e3a97d4e (diff)
downloadGT5-Unofficial-99ebf025c6b6813f809ec45780799e74f766df92.tar.gz
GT5-Unofficial-99ebf025c6b6813f809ec45780799e74f766df92.tar.bz2
GT5-Unofficial-99ebf025c6b6813f809ec45780799e74f766df92.zip
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>
Diffstat (limited to 'docs')
-rw-r--r--docs/RecipeBuilder.md6
1 files changed, 6 insertions, 0 deletions
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