Skip to content

Commit

Permalink
burnished stone and chiseled levita brick
Browse files Browse the repository at this point in the history
  • Loading branch information
MBatt1 committed Dec 21, 2024
1 parent b912df9 commit eadd747
Show file tree
Hide file tree
Showing 46 changed files with 580 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ private static Settings floestoneBrick() {

// Levita Brick
public static final SimpleBlockSet LEVITA_BRICK_SET = registerSimpleBlockSet("levita_brick", create().mapColor(MapColor.LIGHT_BLUE_GRAY).strength(0.3f, 3f).sounds(BlockSoundGroup.CALCITE));
public static final Block CHISELED_LEVITA_BRICK = add("chiseled_levita_brick", new Block(create().mapColor(MapColor.LIGHT_BLUE_GRAY).strength(0.3f, 3f).sounds(BlockSoundGroup.CALCITE)));

// Burnished Stone
public static final SimpleBlockSet BURNISHED_STONE_SET = registerSimpleBlockSet("burnished_stone", create().mapColor(MapColor.DEEPSLATE_GRAY).strength(4f, 6f).requiresTool());

private static Settings amberTiles() {
return create().mapColor(MapColor.GOLD).requiresTool().sounds(BlockSoundGroup.CALCITE).strength(2, 6);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ public class ParadiseLostItemGroups {
entries.add(LEVITA_BRICK);
entries.add(LEVITA_BRICK_STAIRS);
entries.add(LEVITA_BRICK_SLAB);
entries.add(CHISELED_LEVITA_BRICK);
entries.add(BURNISHED_STONE);
entries.add(BURNISHED_STONE_STAIRS);
entries.add(BURNISHED_STONE_SLAB);
entries.add(GOLDEN_AMBER_TILE);
entries.add(GOLDEN_AMBER_TILE_STAIRS);
entries.add(GOLDEN_AMBER_TILE_SLAB);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,8 @@ private static Settings food(FoodComponent foodComponent) {
public static final BlockItem CHISELED_FLOESTONE = add(ParadiseLostBlocks.CHISELED_FLOESTONE);
public static final BlockItem SMOOTH_HELIOLITH = add(ParadiseLostBlocks.SMOOTH_HELIOLITH);
public static final BlockItem LEVITA_BRICK = add(ParadiseLostBlocks.LEVITA_BRICK_SET.block());
public static final BlockItem CHISELED_LEVITA_BRICK = add(ParadiseLostBlocks.CHISELED_LEVITA_BRICK);
public static final BlockItem BURNISHED_STONE = add(ParadiseLostBlocks.BURNISHED_STONE_SET.block());
public static final BlockItem GOLDEN_AMBER_TILE = add(ParadiseLostBlocks.GOLDEN_AMBER_TILE);

// stairs
Expand All @@ -312,6 +314,7 @@ private static Settings food(FoodComponent foodComponent) {
public static final BlockItem FLOESTONE_BRICK_STAIRS = add(ParadiseLostBlocks.FLOESTONE_BRICK_STAIRS);
public static final BlockItem SMOOTH_HELIOLITH_STAIRS = add(ParadiseLostBlocks.SMOOTH_HELIOLITH_STAIRS);
public static final BlockItem LEVITA_BRICK_STAIRS = add(ParadiseLostBlocks.LEVITA_BRICK_SET.stairs());
public static final BlockItem BURNISHED_STONE_STAIRS = add(ParadiseLostBlocks.BURNISHED_STONE_SET.stairs());
public static final BlockItem GOLDEN_AMBER_TILE_STAIRS = add(ParadiseLostBlocks.GOLDEN_AMBER_TILE_STAIRS);

public static final BlockItem FLOESTONE_SLAB = add(ParadiseLostBlocks.FLOESTONE_SLAB);
Expand All @@ -321,6 +324,7 @@ private static Settings food(FoodComponent foodComponent) {
public static final BlockItem FLOESTONE_BRICK_SLAB = add(ParadiseLostBlocks.FLOESTONE_BRICK_SLAB);
public static final BlockItem SMOOTH_HELIOLITH_SLAB = add(ParadiseLostBlocks.SMOOTH_HELIOLITH_SLAB);
public static final BlockItem LEVITA_BRICK_SLAB = add(ParadiseLostBlocks.LEVITA_BRICK_SET.slab());
public static final BlockItem BURNISHED_STONE_SLAB = add(ParadiseLostBlocks.BURNISHED_STONE_SET.slab());
public static final BlockItem GOLDEN_AMBER_TILE_SLAB = add(ParadiseLostBlocks.GOLDEN_AMBER_TILE_SLAB);

// saplings
Expand Down
8 changes: 4 additions & 4 deletions src/main/resources/asset_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ def generate_slab_block(block_id, base_block_id, texture):



generate_standard_block("thatch")
generate_stairs_block("thatch_stairs", "thatch")
generate_slab_block("thatch_slab", "thatch", "thatch")
generate_standard_block("nest")
generate_standard_block("burnished_stone")
generate_stairs_block("burnished_stone_stairs", "burnished_stone")
generate_slab_block("burnished_stone_slab", "burnished_stone", "burnished_stone")
generate_standard_block("chiseled_levita_brick")


Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "paradise_lost:block/burnished_stone"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"variants": {
"type=bottom": {
"model": "paradise_lost:block/burnished_stone_slab"
},
"type=double": {
"model": "paradise_lost:block/burnished_stone"
},
"type=top": {
"model": "paradise_lost:block/burnished_stone_slab_top"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,209 @@
{
"variants": {
"facing=east,half=bottom,shape=inner_left": {
"model": "paradise_lost:block/burnished_stone_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_right": {
"model": "paradise_lost:block/burnished_stone_stairs_inner"
},
"facing=east,half=bottom,shape=outer_left": {
"model": "paradise_lost:block/burnished_stone_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_right": {
"model": "paradise_lost:block/burnished_stone_stairs_outer"
},
"facing=east,half=bottom,shape=straight": {
"model": "paradise_lost:block/burnished_stone_stairs"
},
"facing=east,half=top,shape=inner_left": {
"model": "paradise_lost:block/burnished_stone_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=east,half=top,shape=inner_right": {
"model": "paradise_lost:block/burnished_stone_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=east,half=top,shape=outer_left": {
"model": "paradise_lost:block/burnished_stone_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=east,half=top,shape=outer_right": {
"model": "paradise_lost:block/burnished_stone_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=east,half=top,shape=straight": {
"model": "paradise_lost:block/burnished_stone_stairs",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_left": {
"model": "paradise_lost:block/burnished_stone_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_right": {
"model": "paradise_lost:block/burnished_stone_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_left": {
"model": "paradise_lost:block/burnished_stone_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_right": {
"model": "paradise_lost:block/burnished_stone_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=north,half=bottom,shape=straight": {
"model": "paradise_lost:block/burnished_stone_stairs",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=inner_left": {
"model": "paradise_lost:block/burnished_stone_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=inner_right": {
"model": "paradise_lost:block/burnished_stone_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=north,half=top,shape=outer_left": {
"model": "paradise_lost:block/burnished_stone_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=outer_right": {
"model": "paradise_lost:block/burnished_stone_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=north,half=top,shape=straight": {
"model": "paradise_lost:block/burnished_stone_stairs",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_left": {
"model": "paradise_lost:block/burnished_stone_stairs_inner"
},
"facing=south,half=bottom,shape=inner_right": {
"model": "paradise_lost:block/burnished_stone_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_left": {
"model": "paradise_lost:block/burnished_stone_stairs_outer"
},
"facing=south,half=bottom,shape=outer_right": {
"model": "paradise_lost:block/burnished_stone_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=south,half=bottom,shape=straight": {
"model": "paradise_lost:block/burnished_stone_stairs",
"y": 90,
"uvlock": true
},
"facing=south,half=top,shape=inner_left": {
"model": "paradise_lost:block/burnished_stone_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=south,half=top,shape=inner_right": {
"model": "paradise_lost:block/burnished_stone_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=south,half=top,shape=outer_left": {
"model": "paradise_lost:block/burnished_stone_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=south,half=top,shape=outer_right": {
"model": "paradise_lost:block/burnished_stone_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=south,half=top,shape=straight": {
"model": "paradise_lost:block/burnished_stone_stairs",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=inner_left": {
"model": "paradise_lost:block/burnished_stone_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=inner_right": {
"model": "paradise_lost:block/burnished_stone_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=west,half=bottom,shape=outer_left": {
"model": "paradise_lost:block/burnished_stone_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=outer_right": {
"model": "paradise_lost:block/burnished_stone_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=west,half=bottom,shape=straight": {
"model": "paradise_lost:block/burnished_stone_stairs",
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=inner_left": {
"model": "paradise_lost:block/burnished_stone_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=inner_right": {
"model": "paradise_lost:block/burnished_stone_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=west,half=top,shape=outer_left": {
"model": "paradise_lost:block/burnished_stone_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=outer_right": {
"model": "paradise_lost:block/burnished_stone_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=west,half=top,shape=straight": {
"model": "paradise_lost:block/burnished_stone_stairs",
"x": 180,
"y": 180,
"uvlock": true
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "paradise_lost:block/chiseled_levita_brick"
}
}
}
5 changes: 5 additions & 0 deletions src/main/resources/assets/paradise_lost/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@
"block.paradise_lost.levita_brick": "Levita Brick",
"block.paradise_lost.levita_brick_slab": "Levita Brick Slab",
"block.paradise_lost.levita_brick_stairs": "Levita Brick Stairs",
"block.paradise_lost.chiseled_levita_brick": "Chiseled Levita Brick",

"block.paradise_lost.burnished_stone": "Burnished Stone",
"block.paradise_lost.burnished_stone_slab": "Burnished Stone Slab",
"block.paradise_lost.burnished_stone_stairs": "Burnished Stone Stairs",

"block.paradise_lost.golden_amber_tile": "Golden Amber Tile",
"block.paradise_lost.golden_amber_tile_slab": "Golden Amber Tile Slab",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "paradise_lost:block/burnished_stone"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"parent": "minecraft:block/slab",
"textures": {
"bottom": "paradise_lost:block/burnished_stone",
"top": "paradise_lost:block/burnished_stone",
"side": "paradise_lost:block/burnished_stone"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"parent": "minecraft:block/slab_top",
"textures": {
"bottom": "paradise_lost:block/burnished_stone",
"top": "paradise_lost:block/burnished_stone",
"side": "paradise_lost:block/burnished_stone"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"parent": "minecraft:block/stairs",
"textures": {
"bottom": "paradise_lost:block/burnished_stone",
"top": "paradise_lost:block/burnished_stone",
"side": "paradise_lost:block/burnished_stone"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"parent": "minecraft:block/inner_stairs",
"textures": {
"bottom": "paradise_lost:block/burnished_stone",
"top": "paradise_lost:block/burnished_stone",
"side": "paradise_lost:block/burnished_stone"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"parent": "minecraft:block/outer_stairs",
"textures": {
"bottom": "paradise_lost:block/burnished_stone",
"top": "paradise_lost:block/burnished_stone",
"side": "paradise_lost:block/burnished_stone"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "paradise_lost:block/chiseled_levita_brick"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"parent": "paradise_lost:block/burnished_stone"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"parent": "paradise_lost:block/burnished_stone_slab"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"parent": "paradise_lost:block/burnished_stone_stairs"
}
Loading

0 comments on commit eadd747

Please sign in to comment.