Rock model changes
|
@ -98,7 +98,7 @@ public class EndBlocks {
|
|||
// Rocks //
|
||||
public static final StoneMaterial FLAVOLITE = new StoneMaterial("flavolite", MaterialColor.SAND);
|
||||
public static final StoneMaterial VIOLECITE = new StoneMaterial("violecite", MaterialColor.PURPLE);
|
||||
public static final StoneMaterial SULFURIC_ROCK = new StoneMaterial("sulfuric_rock", MaterialColor.BROWN);
|
||||
public static final StoneMaterial SULPHURIC_ROCK = new StoneMaterial("sulphuric_rock", MaterialColor.BROWN);
|
||||
public static final Block BRIMSTONE = registerBlock("brimstone", new BlockBrimstone());
|
||||
public static final Block SULPHUR_CRYSTAL = registerBlock("sulphur_crystal", new BlockSulphurCrystal());
|
||||
|
||||
|
|
|
@ -71,7 +71,7 @@ public class EndTags {
|
|||
}
|
||||
});
|
||||
|
||||
TagHelper.addTag(GEN_TERRAIN, EndBlocks.ENDER_ORE, EndBlocks.FLAVOLITE.stone, EndBlocks.VIOLECITE.stone, EndBlocks.SULFURIC_ROCK.stone, EndBlocks.BRIMSTONE);
|
||||
TagHelper.addTag(GEN_TERRAIN, EndBlocks.ENDER_ORE, EndBlocks.FLAVOLITE.stone, EndBlocks.VIOLECITE.stone, EndBlocks.SULPHURIC_ROCK.stone, EndBlocks.BRIMSTONE);
|
||||
|
||||
ToolManagerImpl.tag(HAMMERS).register(new ModdedToolsVanillaBlocksToolHandler(
|
||||
Arrays.asList(
|
||||
|
|
|
@ -39,7 +39,7 @@ public class GeyserFeature extends DefaultFeature {
|
|||
int halfHeight = MHelper.randRange(10, 20, random);
|
||||
float radius1 = halfHeight * 0.5F;
|
||||
float radius2 = halfHeight * 0.1F + 0.5F;
|
||||
SDF sdf = new SDFCapedCone().setHeight(halfHeight).setRadius1(radius1).setRadius2(radius2).setBlock(EndBlocks.SULFURIC_ROCK.stone);
|
||||
SDF sdf = new SDFCapedCone().setHeight(halfHeight).setRadius1(radius1).setRadius2(radius2).setBlock(EndBlocks.SULPHURIC_ROCK.stone);
|
||||
sdf = new SDFTranslate().setTranslate(0, halfHeight - 3, 0).setSource(sdf);
|
||||
|
||||
int count = halfHeight;
|
||||
|
@ -61,7 +61,7 @@ public class GeyserFeature extends DefaultFeature {
|
|||
SDF water = new SDFCapedCone().setHeight(radius - 4).setRadius1(0).setRadius2(radius - 3).setBlock(Blocks.WATER);
|
||||
bowl = new SDFUnion().setSourceA(water).setSourceB(bowl);*/
|
||||
|
||||
SDF bowl = new SDFCapedCone().setHeight(radius).setRadius1(0).setRadius2(radius).setBlock(EndBlocks.SULFURIC_ROCK.stone);
|
||||
SDF bowl = new SDFCapedCone().setHeight(radius).setRadius1(0).setRadius2(radius).setBlock(EndBlocks.SULPHURIC_ROCK.stone);
|
||||
|
||||
SDF brimstone = new SDFCapedCone().setHeight(radius).setRadius1(0).setRadius2(radius).setBlock(EndBlocks.BRIMSTONE);
|
||||
brimstone = new SDFTranslate().setTranslate(0, 2F, 0).setSource(brimstone);
|
||||
|
|
|
@ -12,7 +12,7 @@ public class SurfaceBuilders {
|
|||
public static final TernarySurfaceConfig DEFAULT_END_CONFIG = makeSimpleConfig(Blocks.END_STONE);
|
||||
public static final TernarySurfaceConfig FLAVOLITE_CONFIG = makeSimpleConfig(EndBlocks.FLAVOLITE.stone);
|
||||
public static final TernarySurfaceConfig BRIMSTONE_CONFIG = makeSimpleConfig(EndBlocks.BRIMSTONE);
|
||||
public static final TernarySurfaceConfig SULFURIC_ROCK_CONFIG = makeSimpleConfig(EndBlocks.SULFURIC_ROCK.stone);
|
||||
public static final TernarySurfaceConfig SULFURIC_ROCK_CONFIG = makeSimpleConfig(EndBlocks.SULPHURIC_ROCK.stone);
|
||||
|
||||
public static final SurfaceBuilder<TernarySurfaceConfig> SULPHURIC_SURFACE = register("sulphuric_surface", new SulphuricSurfaceBuilder());
|
||||
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"variants": {
|
||||
"": [
|
||||
{ "model": "betterend:block/sulphuric_rock" },
|
||||
{ "model": "betterend:block/sulphuric_rock", "y": 90 },
|
||||
{ "model": "betterend:block/sulphuric_rock", "y": 180 },
|
||||
{ "model": "betterend:block/sulphuric_rock", "y": 270 }
|
||||
]
|
||||
}
|
||||
}
|
|
@ -365,21 +365,21 @@
|
|||
"block.betterend.bushy_grass": "Bushy Grass",
|
||||
|
||||
"block.betterend.brimstone": "Brimstone",
|
||||
"block.betterend.sulfuric_rock": "Sulfuric Rock",
|
||||
"block.betterend.sulfuric_rock_bricks": "Sulfuric Rock Bricks",
|
||||
"block.betterend.sulfuric_rock_bricks_slab": "Sulfuric Rock Bricks Slab",
|
||||
"block.betterend.sulfuric_rock_bricks_stairs": "Sulfuric Rock Bricks Stairs",
|
||||
"block.betterend.sulfuric_rock_bricks_wall": "Sulfuric Rock Bricks Wall",
|
||||
"block.betterend.sulfuric_rock_button": "Sulfuric Rock Button",
|
||||
"block.betterend.sulfuric_rock_lantern": "Sulfuric Rock Lantern",
|
||||
"block.betterend.sulfuric_rock_pedestal": "Sulfuric Rock Pedestal",
|
||||
"block.betterend.sulfuric_rock_pillar": "Sulfuric Rock Pillar",
|
||||
"block.betterend.sulfuric_rock_plate": "Sulfuric Rock Plate",
|
||||
"block.betterend.sulfuric_rock_polished": "Sulfuric Rock Polished",
|
||||
"block.betterend.sulfuric_rock_slab": "Sulfuric Rock Slab",
|
||||
"block.betterend.sulfuric_rock_stairs": "Sulfuric Rock Stairs",
|
||||
"block.betterend.sulfuric_rock_tiles": "Sulfuric Rock Tiles",
|
||||
"block.betterend.sulfuric_rock_wall": "Sulfuric Rock Wall",
|
||||
"block.betterend.sulphuric_rock": "sulphuric Rock",
|
||||
"block.betterend.sulphuric_rock_bricks": "sulphuric Rock Bricks",
|
||||
"block.betterend.sulphuric_rock_bricks_slab": "sulphuric Rock Bricks Slab",
|
||||
"block.betterend.sulphuric_rock_bricks_stairs": "sulphuric Rock Bricks Stairs",
|
||||
"block.betterend.sulphuric_rock_bricks_wall": "sulphuric Rock Bricks Wall",
|
||||
"block.betterend.sulphuric_rock_button": "sulphuric Rock Button",
|
||||
"block.betterend.sulphuric_rock_lantern": "sulphuric Rock Lantern",
|
||||
"block.betterend.sulphuric_rock_pedestal": "sulphuric Rock Pedestal",
|
||||
"block.betterend.sulphuric_rock_pillar": "sulphuric Rock Pillar",
|
||||
"block.betterend.sulphuric_rock_plate": "sulphuric Rock Plate",
|
||||
"block.betterend.sulphuric_rock_polished": "sulphuric Rock Polished",
|
||||
"block.betterend.sulphuric_rock_slab": "sulphuric Rock Slab",
|
||||
"block.betterend.sulphuric_rock_stairs": "sulphuric Rock Stairs",
|
||||
"block.betterend.sulphuric_rock_tiles": "sulphuric Rock Tiles",
|
||||
"block.betterend.sulphuric_rock_wall": "sulphuric Rock Wall",
|
||||
"block.betterend.sulphur_crystal": "Sulphur Crystal",
|
||||
"item.betterend.crystalline_sulphur": "Crystalline Sulphur"
|
||||
}
|
|
@ -367,21 +367,21 @@
|
|||
"block.betterend.bushy_grass": "Густая трава",
|
||||
|
||||
"block.betterend.brimstone": "Сера",
|
||||
"block.betterend.sulfuric_rock": "Серный камень",
|
||||
"block.betterend.sulfuric_rock_bricks": "Кирпичи из серного камня",
|
||||
"block.betterend.sulfuric_rock_bricks_slab": "Кирпичная плита из серного камня",
|
||||
"block.betterend.sulfuric_rock_bricks_stairs": "Кирпичные ступени из серного камня",
|
||||
"block.betterend.sulfuric_rock_bricks_wall": "Стена из серного камня",
|
||||
"block.betterend.sulfuric_rock_button": "Кнопка из серного камня",
|
||||
"block.betterend.sulfuric_rock_lantern": "Фонарь из серного камня",
|
||||
"block.betterend.sulfuric_rock_pedestal": "Пьедестал из серного камня",
|
||||
"block.betterend.sulfuric_rock_pillar": "Колонна из серного камня",
|
||||
"block.betterend.sulfuric_rock_plate": "Нажимная плита из серного камня",
|
||||
"block.betterend.sulfuric_rock_polished": "Полированный серный камень",
|
||||
"block.betterend.sulfuric_rock_slab": "Плита из серного камня",
|
||||
"block.betterend.sulfuric_rock_stairs": "Ступени из серного камня",
|
||||
"block.betterend.sulfuric_rock_tiles": "Плитка из серного камня",
|
||||
"block.betterend.sulfuric_rock_wall": "Стена из серного камня",
|
||||
"block.betterend.sulphuric_rock": "Серный камень",
|
||||
"block.betterend.sulphuric_rock_bricks": "Кирпичи из серного камня",
|
||||
"block.betterend.sulphuric_rock_bricks_slab": "Кирпичная плита из серного камня",
|
||||
"block.betterend.sulphuric_rock_bricks_stairs": "Кирпичные ступени из серного камня",
|
||||
"block.betterend.sulphuric_rock_bricks_wall": "Стена из серного камня",
|
||||
"block.betterend.sulphuric_rock_button": "Кнопка из серного камня",
|
||||
"block.betterend.sulphuric_rock_lantern": "Фонарь из серного камня",
|
||||
"block.betterend.sulphuric_rock_pedestal": "Пьедестал из серного камня",
|
||||
"block.betterend.sulphuric_rock_pillar": "Колонна из серного камня",
|
||||
"block.betterend.sulphuric_rock_plate": "Нажимная плита из серного камня",
|
||||
"block.betterend.sulphuric_rock_polished": "Полированный серный камень",
|
||||
"block.betterend.sulphuric_rock_slab": "Плита из серного камня",
|
||||
"block.betterend.sulphuric_rock_stairs": "Ступени из серного камня",
|
||||
"block.betterend.sulphuric_rock_tiles": "Плитка из серного камня",
|
||||
"block.betterend.sulphuric_rock_wall": "Стена из серного камня",
|
||||
"block.betterend.sulphur_crystal": "Кристалл серы",
|
||||
"item.betterend.crystalline_sulphur": "Кристаллическая сера"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_column",
|
||||
"textures": {
|
||||
"end": "betterend:block/sulphuric_rock_top",
|
||||
"side": "betterend:block/sulphuric_rock"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "betterend:block/sulphuric_rock"
|
||||
}
|
Before Width: | Height: | Size: 278 B After Width: | Height: | Size: 278 B |
Before Width: | Height: | Size: 272 B After Width: | Height: | Size: 272 B |
Before Width: | Height: | Size: 386 B After Width: | Height: | Size: 386 B |
Before Width: | Height: | Size: 314 B After Width: | Height: | Size: 314 B |
Before Width: | Height: | Size: 460 B After Width: | Height: | Size: 460 B |
Before Width: | Height: | Size: 288 B After Width: | Height: | Size: 288 B |
Before Width: | Height: | Size: 277 B After Width: | Height: | Size: 277 B |
Before Width: | Height: | Size: 251 B After Width: | Height: | Size: 251 B |
Before Width: | Height: | Size: 470 B After Width: | Height: | Size: 470 B |
Before Width: | Height: | Size: 338 B After Width: | Height: | Size: 338 B |
Before Width: | Height: | Size: 289 B After Width: | Height: | Size: 289 B |
Before Width: | Height: | Size: 232 B After Width: | Height: | Size: 232 B |
After Width: | Height: | Size: 1.8 KiB |