Fix compile
This commit is contained in:
parent
2d5d60be6b
commit
81f701477c
4 changed files with 7 additions and 6 deletions
|
@ -2,8 +2,9 @@ package techreborn.compat;
|
|||
|
||||
import reborncore.common.registration.RebornRegistry;
|
||||
import reborncore.common.registration.impl.ConfigRegistry;
|
||||
import techreborn.lib.ModInfo;
|
||||
|
||||
@RebornRegistry
|
||||
@RebornRegistry(modID = ModInfo.MOD_ID)
|
||||
public class CompatConfigs {
|
||||
@ConfigRegistry(config = "compat", category = "buildcraft", key = "ExpensiveQuarryRecipe", comment = "Buildcraft's quarry will require an advanced circuit and diamond drill if enabled")
|
||||
public static boolean expensiveQuarry = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue