Updated @RebornRegister annotation usage

This commit is contained in:
drcrazy 2019-02-21 12:48:35 +03:00
parent 860068b27a
commit 5c7c29f34d
55 changed files with 59 additions and 60 deletions

View file

@ -42,7 +42,7 @@ import techreborn.api.Reference;
import java.util.List;
import java.util.Random;
@RebornRegister(modID = TechReborn.MOD_ID)
@RebornRegister(TechReborn.MOD_ID)
public class BehaviorDispenseScrapbox extends BehaviorDefaultDispenseItem {
@ConfigRegistry(config = "misc", category = "general", key = "DispenserScrapbox", comment = "Dispensers will open scrapboxes")