Skip to content

Commit

Permalink
Fix Integrated Dynamics batteries not being auto-craftable
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Nov 10, 2024
1 parent 651bd3e commit f0ef6a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class GeneralConfig extends DummyConfig {

@ConfigurableProperty(category = "machine", comment = "The data component types that should be filtered away when checking equality.", configLocation = ModConfig.Type.SERVER)
public static List<String> ignoreDataComponentsForEqualityFilters = Lists.newArrayList(
"integrateddynamics:energy" // Integrated Dynamics batteries
"cyclopscore:energy_storage" // Integrated Dynamics batteries
);

public GeneralConfig() {
Expand Down

0 comments on commit f0ef6a2

Please sign in to comment.