Biome def switch
This commit is contained in:
parent
ff4ef86c6d
commit
1ad72cbe88
44 changed files with 170 additions and 284 deletions
|
@ -1,5 +1,7 @@
|
|||
package ru.betterend.registry;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
import net.fabricmc.fabric.api.item.v1.FabricItemSettings;
|
||||
|
@ -39,8 +41,6 @@ import ru.betterend.item.material.EndToolMaterial;
|
|||
import ru.betterend.item.tool.EndHammerItem;
|
||||
import ru.betterend.tab.CreativeTabs;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
public class EndItems extends ItemsRegistry {
|
||||
// Materials //
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue