Integration migration (WIP)
This commit is contained in:
parent
a63fc3c8ed
commit
d8fe6cd766
11 changed files with 86 additions and 284 deletions
|
@ -2,6 +2,7 @@ package ru.betterend.integration;
|
|||
|
||||
import net.minecraft.tags.Tag;
|
||||
import net.minecraft.world.item.Item;
|
||||
import ru.bclib.integration.ModIntegration;
|
||||
import ru.bclib.util.TagHelper;
|
||||
import ru.betterend.registry.EndItems;
|
||||
|
||||
|
@ -11,7 +12,7 @@ public class NourishIntegration extends ModIntegration {
|
|||
}
|
||||
|
||||
@Override
|
||||
public void register() {
|
||||
public void init() {
|
||||
Tag.Named<Item> fats = getItemTag("fats");
|
||||
Tag.Named<Item> fruit = getItemTag("fruit");
|
||||
Tag.Named<Item> protein = getItemTag("protein");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue