Skip to content

Commit ab64a4b

Browse files
authored
add Thermal Expansion compat (#152)
* allow recipe builder methods to be documented as commented * add debug log to missing spot some likely annotations * tweak internal documentation method using singleton list * fix minor whitespace error in generating unfinished docs * update gs hand text * add nbt matcher to fluidstack mixin * fix minor javadoc comment * add a bunch of accessors * add and implement AbstractReloadableStorage * make editorconfig only indent groovy builders by 4 * add the machines * gootbye old commented out example file * dynamo * remove duplicate colon when printing missing keys * devices * add recipebuilder examples for CentrifugeMobs * note sawmill resin funnel augment better * implement add * add missing add lang keys * \"tree\" * allow overriding #recipeStorage, javadocs for ARS * apply MethodDescription fallback to thermal
1 parent 6879bf5 commit ab64a4b

File tree

104 files changed

+7261
-667
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+7261
-667
lines changed

.editorconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ ij_shell_switch_cases_indented = false
319319
ij_shell_use_unix_line_separator = true
320320

321321
[{*.gant,*.groovy,*.gy}]
322+
ij_continuation_indent_size = 4
322323
ij_groovy_align_group_field_declarations = false
323324
ij_groovy_align_multiline_array_initializer_expression = false
324325
ij_groovy_align_multiline_assignment = false
@@ -593,7 +594,7 @@ ij_kotlin_wrap_elvis_expressions = 1
593594
ij_kotlin_wrap_expression_body_functions = 0
594595
ij_kotlin_wrap_first_method_in_call_chain = false
595596

596-
[{*.har,*.json,c:ingot_aluminium,mcmod.info,pack.mcmeta}]
597+
[{*.har,*.json,mcmod.info,pack.mcmeta}]
597598
indent_size = 2
598599
ij_json_array_wrapping = split_into_lines
599600
ij_json_keep_blank_lines_in_code = 0

examples/postInit/thermal.groovy

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)