Fixes & textures
This commit is contained in:
parent
a549f52527
commit
4ceda82bfb
24 changed files with 301 additions and 102 deletions
|
@ -9,104 +9,7 @@ import net.minecraft.item.LilyPadItem;
|
|||
import net.minecraft.util.Identifier;
|
||||
import net.minecraft.util.registry.Registry;
|
||||
import ru.betterend.BetterEnd;
|
||||
import ru.betterend.blocks.AeterniumAnvil;
|
||||
import ru.betterend.blocks.AeterniumBlock;
|
||||
import ru.betterend.blocks.AmaranitaCapBlock;
|
||||
import ru.betterend.blocks.AmaranitaHymenophoreBlock;
|
||||
import ru.betterend.blocks.AmaranitaStemBlock;
|
||||
import ru.betterend.blocks.AmberBlock;
|
||||
import ru.betterend.blocks.AncientEmeraldIceBlock;
|
||||
import ru.betterend.blocks.AuroraCrystalBlock;
|
||||
import ru.betterend.blocks.BlueVineBlock;
|
||||
import ru.betterend.blocks.BlueVineLanternBlock;
|
||||
import ru.betterend.blocks.BlueVineSeedBlock;
|
||||
import ru.betterend.blocks.BoluxMushroomBlock;
|
||||
import ru.betterend.blocks.BrimstoneBlock;
|
||||
import ru.betterend.blocks.BubbleCoralBlock;
|
||||
import ru.betterend.blocks.BulbVineBlock;
|
||||
import ru.betterend.blocks.BulbVineLanternBlock;
|
||||
import ru.betterend.blocks.BulbVineLanternColoredBlock;
|
||||
import ru.betterend.blocks.BulbVineSeedBlock;
|
||||
import ru.betterend.blocks.CavePumpkinBlock;
|
||||
import ru.betterend.blocks.CavePumpkinVineBlock;
|
||||
import ru.betterend.blocks.ChandelierBlock;
|
||||
import ru.betterend.blocks.CharcoalBlock;
|
||||
import ru.betterend.blocks.CharniaBlock;
|
||||
import ru.betterend.blocks.ChorusGrassBlock;
|
||||
import ru.betterend.blocks.DenseEmeraldIceBlock;
|
||||
import ru.betterend.blocks.DenseSnowBlock;
|
||||
import ru.betterend.blocks.DragonTreeSaplingBlock;
|
||||
import ru.betterend.blocks.EmeraldIceBlock;
|
||||
import ru.betterend.blocks.EndLilyBlock;
|
||||
import ru.betterend.blocks.EndLilySeedBlock;
|
||||
import ru.betterend.blocks.EndLotusFlowerBlock;
|
||||
import ru.betterend.blocks.EndLotusLeafBlock;
|
||||
import ru.betterend.blocks.EndLotusSeedBlock;
|
||||
import ru.betterend.blocks.EndLotusStemBlock;
|
||||
import ru.betterend.blocks.EndPathBlock;
|
||||
import ru.betterend.blocks.EndPortalBlock;
|
||||
import ru.betterend.blocks.EndStoneSmelter;
|
||||
import ru.betterend.blocks.EndTerrainBlock;
|
||||
import ru.betterend.blocks.EnderBlock;
|
||||
import ru.betterend.blocks.EndstoneDustBlock;
|
||||
import ru.betterend.blocks.EternalPedestal;
|
||||
import ru.betterend.blocks.EternalRunedFlavolite;
|
||||
import ru.betterend.blocks.FilaluxLanternBlock;
|
||||
import ru.betterend.blocks.FlamaeaBlock;
|
||||
import ru.betterend.blocks.GlowingHymenophoreBlock;
|
||||
import ru.betterend.blocks.GlowingMossBlock;
|
||||
import ru.betterend.blocks.GlowingPillarLuminophorBlock;
|
||||
import ru.betterend.blocks.GlowingPillarRootsBlock;
|
||||
import ru.betterend.blocks.GlowingPillarSeedBlock;
|
||||
import ru.betterend.blocks.HelixTreeLeavesBlock;
|
||||
import ru.betterend.blocks.HelixTreeSaplingBlock;
|
||||
import ru.betterend.blocks.HydraluxBlock;
|
||||
import ru.betterend.blocks.HydraluxPetalBlock;
|
||||
import ru.betterend.blocks.HydraluxPetalColoredBlock;
|
||||
import ru.betterend.blocks.HydraluxSaplingBlock;
|
||||
import ru.betterend.blocks.HydrothermalVentBlock;
|
||||
import ru.betterend.blocks.InfusionPedestal;
|
||||
import ru.betterend.blocks.JellyshroomCapBlock;
|
||||
import ru.betterend.blocks.LacugroveSaplingBlock;
|
||||
import ru.betterend.blocks.LanceleafBlock;
|
||||
import ru.betterend.blocks.LanceleafSeedBlock;
|
||||
import ru.betterend.blocks.LargeAmaranitaBlock;
|
||||
import ru.betterend.blocks.LumecornBlock;
|
||||
import ru.betterend.blocks.LumecornSeedBlock;
|
||||
import ru.betterend.blocks.MengerSpongeBlock;
|
||||
import ru.betterend.blocks.MengerSpongeWetBlock;
|
||||
import ru.betterend.blocks.MissingTileBlock;
|
||||
import ru.betterend.blocks.MossyDragonBoneBlock;
|
||||
import ru.betterend.blocks.MossyGlowshroomCapBlock;
|
||||
import ru.betterend.blocks.MossyGlowshroomSaplingBlock;
|
||||
import ru.betterend.blocks.MossyObsidian;
|
||||
import ru.betterend.blocks.MurkweedBlock;
|
||||
import ru.betterend.blocks.NeedlegrassBlock;
|
||||
import ru.betterend.blocks.PedestalVanilla;
|
||||
import ru.betterend.blocks.PythadendronSaplingBlock;
|
||||
import ru.betterend.blocks.RespawnObeliskBlock;
|
||||
import ru.betterend.blocks.RunedFlavolite;
|
||||
import ru.betterend.blocks.ShadowBerryBlock;
|
||||
import ru.betterend.blocks.ShadowGrassBlock;
|
||||
import ru.betterend.blocks.SilkMothHiveBlock;
|
||||
import ru.betterend.blocks.SilkMothNestBlock;
|
||||
import ru.betterend.blocks.SmallAmaranitaBlock;
|
||||
import ru.betterend.blocks.SmallJellyshroomBlock;
|
||||
import ru.betterend.blocks.SmaragdantCrystalBlock;
|
||||
import ru.betterend.blocks.SmaragdantCrystalShardBlock;
|
||||
import ru.betterend.blocks.SulphurCrystalBlock;
|
||||
import ru.betterend.blocks.TenaneaFlowersBlock;
|
||||
import ru.betterend.blocks.TenaneaSaplingBlock;
|
||||
import ru.betterend.blocks.TerrainPlantBlock;
|
||||
import ru.betterend.blocks.TwistedUmbrellaMossBlock;
|
||||
import ru.betterend.blocks.TwistedUmbrellaMossTallBlock;
|
||||
import ru.betterend.blocks.UmbrellaMossBlock;
|
||||
import ru.betterend.blocks.UmbrellaMossTallBlock;
|
||||
import ru.betterend.blocks.UmbrellaTreeClusterBlock;
|
||||
import ru.betterend.blocks.UmbrellaTreeClusterEmptyBlock;
|
||||
import ru.betterend.blocks.UmbrellaTreeMembraneBlock;
|
||||
import ru.betterend.blocks.UmbrellaTreeSaplingBlock;
|
||||
import ru.betterend.blocks.VentBubbleColumnBlock;
|
||||
import ru.betterend.blocks.*;
|
||||
import ru.betterend.blocks.basis.EndCropBlock;
|
||||
import ru.betterend.blocks.basis.EndFurnaceBlock;
|
||||
import ru.betterend.blocks.basis.EndLeavesBlock;
|
||||
|
@ -298,6 +201,8 @@ public class EndBlocks {
|
|||
public static final Block AMARANITA_FUR = registerBlock("amaranita_fur", new FurBlock(MOSSY_GLOWSHROOM_SAPLING, 15, 4));
|
||||
public static final Block AMARANITA_CAP = registerBlock("amaranita_cap", new AmaranitaCapBlock());
|
||||
|
||||
public static final Block NEON_CACTUS = registerBlock("neon_cactus", new NeonCactusBlock());
|
||||
|
||||
// Crops
|
||||
public static final Block SHADOW_BERRY = registerBlock("shadow_berry", new ShadowBerryBlock());
|
||||
public static final Block BLOSSOM_BERRY = registerBlock("blossom_berry_seed", new EndCropBlock(EndItems.BLOSSOM_BERRY, PINK_MOSS));
|
||||
|
@ -353,6 +258,7 @@ public class EndBlocks {
|
|||
public static final Block BULB_VINE = registerBlock("bulb_vine", new BulbVineBlock());
|
||||
public static final Block JUNGLE_VINE = registerBlock("jungle_vine", new VineBlock());
|
||||
public static final Block RUBINEA = registerBlock("rubinea", new VineBlock());
|
||||
public static final Block MAGNULA = registerBlock("magnula", new VineBlock());
|
||||
public static final Block FILALUX = registerBlock("filalux", new FilaluxBlock());
|
||||
public static final Block FILALUX_WINGS = registerBlock("filalux_wings", new FilaluxWingsBlock());
|
||||
public static final Block FILALUX_LANTERN = registerBlock("filalux_lantern", new FilaluxLanternBlock());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue