Twisted moss

This commit is contained in:
paulevsGitch 2020-11-26 21:59:56 +03:00
parent c1a0dfc0c2
commit e59af33124
12 changed files with 62 additions and 2 deletions

View file

@ -156,6 +156,7 @@ public class EndBlocks {
public static final Block PURPLE_POLYPORE = registerBlock("purple_polypore", new BlockWallMushroom(13)); public static final Block PURPLE_POLYPORE = registerBlock("purple_polypore", new BlockWallMushroom(13));
public static final Block TAIL_MOSS = registerBlock("tail_moss", new BlockWallPlant()); public static final Block TAIL_MOSS = registerBlock("tail_moss", new BlockWallPlant());
public static final Block CYAN_MOSS = registerBlock("cyan_moss", new BlockWallPlant()); public static final Block CYAN_MOSS = registerBlock("cyan_moss", new BlockWallPlant());
public static final Block TWISTED_MOSS = registerBlock("twisted_moss", new BlockWallPlant());
// Crops // // Crops //
public static final Block SHADOW_BERRY = registerBlock("shadow_berry", new BlockShadowBerry()); public static final Block SHADOW_BERRY = registerBlock("shadow_berry", new BlockShadowBerry());

View file

@ -70,6 +70,8 @@ public class EndFeatures {
public static final EndFeature CYAN_MOSS = new EndFeature("cyan_moss", new WallPlantFeature(EndBlocks.CYAN_MOSS, 3), 15); public static final EndFeature CYAN_MOSS = new EndFeature("cyan_moss", new WallPlantFeature(EndBlocks.CYAN_MOSS, 3), 15);
public static final EndFeature TAIL_MOSS_WOOD = new EndFeature("tail_moss_wood", new WallPlantOnLogFeature(EndBlocks.TAIL_MOSS, 4), 25); public static final EndFeature TAIL_MOSS_WOOD = new EndFeature("tail_moss_wood", new WallPlantOnLogFeature(EndBlocks.TAIL_MOSS, 4), 25);
public static final EndFeature CYAN_MOSS_WOOD = new EndFeature("cyan_moss_wood", new WallPlantOnLogFeature(EndBlocks.CYAN_MOSS, 4), 25); public static final EndFeature CYAN_MOSS_WOOD = new EndFeature("cyan_moss_wood", new WallPlantOnLogFeature(EndBlocks.CYAN_MOSS, 4), 25);
public static final EndFeature TWISTED_MOSS = new EndFeature("twisted_moss", new WallPlantFeature(EndBlocks.TWISTED_MOSS, 6), 15);
public static final EndFeature TWISTED_MOSS_WOOD = new EndFeature("twisted_moss_wood", new WallPlantOnLogFeature(EndBlocks.TWISTED_MOSS, 6), 25);
// Water // // Water //
public static final EndFeature BUBBLE_CORAL = new EndFeature("bubble_coral", new UnderwaterPlantFeature(EndBlocks.BUBBLE_CORAL, 10), 10); public static final EndFeature BUBBLE_CORAL = new EndFeature("bubble_coral", new UnderwaterPlantFeature(EndBlocks.BUBBLE_CORAL, 10), 10);

View file

@ -15,6 +15,8 @@ public class BlossomingSpires extends EndBiome {
.addFeature(EndFeatures.FLOATING_SPIRE) .addFeature(EndFeatures.FLOATING_SPIRE)
.addFeature(EndFeatures.TENANEA) .addFeature(EndFeatures.TENANEA)
.addFeature(EndFeatures.TENANEA_BUSH) .addFeature(EndFeatures.TENANEA_BUSH)
.addFeature(EndFeatures.TWISTED_MOSS)
.addFeature(EndFeatures.TWISTED_MOSS_WOOD)
.addMobSpawn(EntityType.ENDERMAN, 50, 1, 4)); .addMobSpawn(EntityType.ENDERMAN, 50, 1, 4));
} }
} }

View file

@ -0,0 +1,24 @@
{
"variants": {
"facing=north": [
{ "model": "betterend:block/twisted_moss_01", "y": 180 },
{ "model": "betterend:block/twisted_moss_02", "y": 180 },
{ "model": "betterend:block/twisted_moss_03", "y": 180 }
],
"facing=south": [
{ "model": "betterend:block/twisted_moss_01" },
{ "model": "betterend:block/twisted_moss_02" },
{ "model": "betterend:block/twisted_moss_03" }
],
"facing=east": [
{ "model": "betterend:block/twisted_moss_01", "y": 270 },
{ "model": "betterend:block/twisted_moss_02", "y": 270 },
{ "model": "betterend:block/twisted_moss_03", "y": 270 }
],
"facing=west": [
{ "model": "betterend:block/twisted_moss_01", "y": 90 },
{ "model": "betterend:block/twisted_moss_02", "y": 90 },
{ "model": "betterend:block/twisted_moss_03", "y": 90 }
]
}
}

View file

@ -336,5 +336,7 @@
"block.betterend.tenanea_outer_leaves": "Tenanea Outer Leaves", "block.betterend.tenanea_outer_leaves": "Tenanea Outer Leaves",
"block.betterend.pink_moss": "Pink Moss", "block.betterend.pink_moss": "Pink Moss",
"block.betterend.pink_moss_path": "Pink Moss Path" "block.betterend.pink_moss_path": "Pink Moss Path",
"block.betterend.twisted_moss": "Twisted Moss"
} }

View file

@ -338,5 +338,7 @@
"block.betterend.tenanea_outer_leaves": "Внешние листья тенанеи", "block.betterend.tenanea_outer_leaves": "Внешние листья тенанеи",
"block.betterend.pink_moss": "Розовый мох", "block.betterend.pink_moss": "Розовый мох",
"block.betterend.pink_moss_path": "Тропа из розового мха" "block.betterend.pink_moss_path": "Тропа из розового мха",
"block.betterend.twisted_moss": "Закрученный мох"
} }

View file

@ -0,0 +1,3 @@
{
"defaultMaterial": "betterend:waving_wall"
}

View file

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

View file

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

View file

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

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB