Byshy grass

This commit is contained in:
paulevsGitch 2020-11-27 12:55:55 +03:00
parent 6953437705
commit 671e2e6015
13 changed files with 49 additions and 2 deletions

View file

@ -142,6 +142,7 @@ public class EndBlocks {
public static final Block CAVE_GRASS = registerBlock("cave_grass", new BlockTerrainPlant(CAVE_MOSS));
public static final Block CRYSTAL_GRASS = registerBlock("crystal_grass", new BlockTerrainPlant(CRYSTAL_MOSS));
public static final Block SHADOW_PLANT = registerBlock("shadow_plant", new BlockTerrainPlant(SHADOW_GRASS));
public static final Block BUSHY_GRASS = registerBlock("bushy_grass", new BlockTerrainPlant(PINK_MOSS));
public static final Block BLUE_VINE_SEED = registerBlock("blue_vine_seed", new BlockBlueVineSeed());
public static final Block BLUE_VINE = registerBlockNI("blue_vine", new BlockBlueVine());

View file

@ -58,6 +58,7 @@ public class EndFeatures {
public static final EndFeature MURKWEED = new EndFeature("murkweed", new SinglePlantFeature(EndBlocks.MURKWEED, 3), 2);
public static final EndFeature NEEDLEGRASS = new EndFeature("needlegrass", new SinglePlantFeature(EndBlocks.NEEDLEGRASS, 3), 2);
public static final EndFeature SHADOW_BERRY = new EndFeature("shadow_berry", new SinglePlantFeature(EndBlocks.SHADOW_BERRY, 2), 1);
public static final EndFeature BUSHY_GRASS = new EndFeature("bushy_grass", new SinglePlantFeature(EndBlocks.BUSHY_GRASS, 6, false), 10);
// Vines //
public static final EndFeature DENSE_VINE = new EndFeature("dense_vine", new VineFeature(EndBlocks.DENSE_VINE, 24), 3);

View file

@ -16,6 +16,7 @@ public class BlossomingSpires extends EndBiome {
.addFeature(EndFeatures.TENANEA)
.addFeature(EndFeatures.TENANEA_BUSH)
.addFeature(EndFeatures.BULB_VINE)
.addFeature(EndFeatures.BUSHY_GRASS)
.addFeature(EndFeatures.TWISTED_MOSS)
.addFeature(EndFeatures.TWISTED_MOSS_WOOD)
.addMobSpawn(EntityType.ENDERMAN, 50, 1, 4));

View file

@ -0,0 +1,10 @@
{
"variants": {
"": [
{ "model": "betterend:block/bushy_grass_01" },
{ "model": "betterend:block/bushy_grass_02" },
{ "model": "betterend:block/bushy_grass_03" },
{ "model": "betterend:block/bushy_grass_04" }
]
}
}

View file

@ -360,5 +360,7 @@
"block.betterend.bulb_lantern_purple": "Purple Bulb Lantern",
"block.betterend.bulb_lantern_red": "Red Bulb Lantern",
"block.betterend.bulb_lantern_white": "White Bulb Lantern",
"block.betterend.bulb_lantern_yellow": "Yellow Bulb Lantern"
"block.betterend.bulb_lantern_yellow": "Yellow Bulb Lantern",
"block.betterend.bushy_grass": "Bushy Grass"
}

View file

@ -362,5 +362,7 @@
"block.betterend.bulb_lantern_purple": "Пурпурный луковичный фонарь",
"block.betterend.bulb_lantern_red": "Красный луковичный фонарь",
"block.betterend.bulb_lantern_white": "Белый луковичный фонарь",
"block.betterend.bulb_lantern_yellow": "Жёлтый луковичный фонарь"
"block.betterend.bulb_lantern_yellow": "Жёлтый луковичный фонарь",
"block.betterend.bushy_grass": "Густая трава"
}

View file

@ -0,0 +1,6 @@
{
"parent": "block/cross",
"textures": {
"cross": "betterend:block/bushy_grass_1"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "betterend:block/crop_block",
"textures": {
"texture": "betterend:block/bushy_grass_2"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "betterend:block/cross_inverted",
"textures": {
"cross": "betterend:block/bushy_grass_1"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "betterend:block/crop_block_inverted",
"textures": {
"texture": "betterend:block/bushy_grass_2"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "betterend:block/bushy_grass_2"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB