Updated @RebornRegister annotation usage
This commit is contained in:
parent
860068b27a
commit
5c7c29f34d
55 changed files with 59 additions and 60 deletions
|
@ -53,7 +53,7 @@ import static techreborn.utils.OreDictUtils.getDictOreOrEmpty;
|
|||
import static techreborn.utils.OreDictUtils.isDictPrefixed;
|
||||
import static techreborn.utils.OreDictUtils.joinDictName;
|
||||
|
||||
@RebornRegister(modID = TechReborn.MOD_ID)
|
||||
@RebornRegister(TechReborn.MOD_ID)
|
||||
public class ModRecipes {
|
||||
|
||||
public static void init() {
|
||||
|
|
|
@ -29,7 +29,7 @@ import techreborn.utils.InitUtils;
|
|||
|
||||
import javax.annotation.Nullable;
|
||||
|
||||
@RebornRegister(modID = TechReborn.MOD_ID)
|
||||
@RebornRegister(TechReborn.MOD_ID)
|
||||
public class TRContent {
|
||||
|
||||
// Misc Blocks
|
||||
|
|
|
@ -49,7 +49,7 @@ import java.util.List;
|
|||
import java.util.Objects;
|
||||
import java.util.stream.Collectors;
|
||||
|
||||
@RebornRegister(modID = TechReborn.MOD_ID)
|
||||
@RebornRegister(TechReborn.MOD_ID)
|
||||
public class IndustrialSawmillRecipes extends RecipeMethods {
|
||||
static FluidStack WATER = new FluidStack(FluidRegistry.WATER, 1000);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue