Skip to content

Commit

Permalink
add Thermal Expansion compat (#152)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
WaitingIdly authored May 1, 2024
1 parent 6879bf5 commit ab64a4b
Show file tree
Hide file tree
Showing 104 changed files with 7,261 additions and 667 deletions.
3 changes: 2 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ ij_shell_switch_cases_indented = false
ij_shell_use_unix_line_separator = true

[{*.gant,*.groovy,*.gy}]
ij_continuation_indent_size = 4
ij_groovy_align_group_field_declarations = false
ij_groovy_align_multiline_array_initializer_expression = false
ij_groovy_align_multiline_assignment = false
Expand Down Expand Up @@ -593,7 +594,7 @@ ij_kotlin_wrap_elvis_expressions = 1
ij_kotlin_wrap_expression_body_functions = 0
ij_kotlin_wrap_first_method_in_call_chain = false

[{*.har,*.json,c:ingot_aluminium,mcmod.info,pack.mcmeta}]
[{*.har,*.json,mcmod.info,pack.mcmeta}]
indent_size = 2
ij_json_array_wrapping = split_into_lines
ij_json_keep_blank_lines_in_code = 0
Expand Down
63 changes: 0 additions & 63 deletions examples/postInit/thermal.groovy

This file was deleted.

Loading

0 comments on commit ab64a4b

Please sign in to comment.