Removed json tags

This commit is contained in:
paulevsGitch 2020-11-17 11:35:03 +03:00
parent 989ee0db6f
commit f33441be3b
3 changed files with 2 additions and 12 deletions

View file

@ -7,6 +7,7 @@ import net.fabricmc.fabric.impl.tool.attribute.ToolManagerImpl;
import net.fabricmc.fabric.impl.tool.attribute.handlers.ModdedToolsVanillaBlocksToolHandler;
import net.minecraft.block.Block;
import net.minecraft.block.BlockState;
import net.minecraft.block.Blocks;
import net.minecraft.block.LeavesBlock;
import net.minecraft.item.BlockItem;
import net.minecraft.item.Item;
@ -53,6 +54,7 @@ public class EndTags {
}
public static void register() {
addSurfaceBlock(Blocks.END_STONE);
addSurfaceBlock(EndBlocks.ENDSTONE_DUST);
EndItems.getModBlocks().forEach((item) -> {