Code style changes, entities fixes
This commit is contained in:
parent
9d604b2d25
commit
44962e18b6
377 changed files with 5038 additions and 4914 deletions
|
@ -1,7 +1,5 @@
|
|||
package ru.betterend.tab;
|
||||
|
||||
import java.util.stream.Collectors;
|
||||
|
||||
import net.fabricmc.fabric.api.client.itemgroup.FabricItemGroupBuilder;
|
||||
import net.minecraft.world.item.CreativeModeTab;
|
||||
import net.minecraft.world.item.ItemStack;
|
||||
|
@ -9,6 +7,8 @@ import ru.betterend.BetterEnd;
|
|||
import ru.betterend.registry.EndBlocks;
|
||||
import ru.betterend.registry.EndItems;
|
||||
|
||||
import java.util.stream.Collectors;
|
||||
|
||||
public class CreativeTabs {
|
||||
public static final CreativeModeTab TAB_BLOCKS;
|
||||
public static final CreativeModeTab TAB_ITEMS;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue