Skip to content

Commit

Permalink
Mossy variants of new stone blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
cassiancc committed Nov 24, 2024
1 parent 5808b4e commit 18d16c1
Show file tree
Hide file tree
Showing 232 changed files with 539 additions and 253 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
Pyrite helps to fill out your block palette when building with various vanilla blocks! Looking to build with coloured blocks? Try out new Stained Planks, Dyed Lamps or Dyed Bricks in all the dye colours and more! Looking to flex your wealth? Try out Cut, Chiseled and Pillar variants of all the various resource blocks! Best of all, these variants (depending on the block) can include a full set of their own variants - stairs, slabs, walls, and more - everything you need to decorate as _you_ want.

## Features
_1099 blocks and counting..._
_1,124 blocks and counting..._
- Stained Planks, in every colour of dye (and more!)
- This includes stained wood slabs, stairs, fences, fence gates, pressure plates, doors, crafting tables, ladders, signs, and buttons as well!
- Dyed Bricks, in every colour of dye (and more!)
Expand All @@ -31,6 +31,7 @@ _1099 blocks and counting..._
- New Glass blocks! Framed Glass acts as an ornate glass variant, and Switchable Glass will become opaque when provided with redstone power.
- Framed Glass also has a pane variant, and Stained Framed Glass and Glass Pane variants.
- New Stone Brick Variants, including Cobblestone, Smooth Stone, Granite, Andesite, Diorite, and Calcite.
- This also includes Mossy variants, as well as stairs, slabs, walls, and wall gates.
- New Nether Brick Variants, including Charred Nether Bricks and Blue Nether Bricks.
- Turf blocks, for detailing your lawns.
- This includes grass, podzol, mycelium, and dirt path turf blocks, as well as slabs, stairs, and carpets!
Expand Down
16 changes: 7 additions & 9 deletions common/src/main/java/cc/cassian/pyrite/Pyrite.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,17 @@ public static void init() {
// Switchable Glass
createPyriteBlock("switchable_glass", "switchable_glass", Blocks.GLASS);
// Cobblestone Bricks
generateBrickSet("cobblestone_brick", Blocks.COBBLESTONE, MapColor.STONE_GRAY);
// Mossy Cobblestone Bricks
generateBrickSet("mossy_cobblestone_brick", Blocks.MOSSY_COBBLESTONE, MapColor.STONE_GRAY);
generateBrickSet("cobblestone_brick", Blocks.COBBLESTONE, MapColor.STONE_GRAY, true);
// Smooth Stone Bricks
generateBrickSet("smooth_stone_brick", Blocks.SMOOTH_STONE, MapColor.STONE_GRAY);
generateBrickSet("smooth_stone_brick", Blocks.SMOOTH_STONE, MapColor.STONE_GRAY, true);
// Granite Bricks
generateBrickSet("granite_brick", Blocks.GRANITE, MapColor.DIRT_BROWN);
generateBrickSet("granite_brick", Blocks.GRANITE, MapColor.DIRT_BROWN, true);
// Andesite Bricks
generateBrickSet("andesite_brick", Blocks.ANDESITE, MapColor.STONE_GRAY);
generateBrickSet("andesite_brick", Blocks.ANDESITE, MapColor.STONE_GRAY, true);
// Diorite Bricks
generateBrickSet("diorite_brick", Blocks.DIORITE, MapColor.OFF_WHITE);
// Diorite Bricks
generateBrickSet("calcite_brick", Blocks.CALCITE, MapColor.OFF_WHITE);
generateBrickSet("diorite_brick", Blocks.DIORITE, MapColor.OFF_WHITE, true);
// Calcite Bricks
generateBrickSet("calcite_brick", Blocks.CALCITE, MapColor.OFF_WHITE, true);
// Grass Set
generateTurfSets();
// Nether Brick Fence Gate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,12 @@ public static void generateBrickSet(String blockID, Block copyBlock, MapColor co
generateBrickSet(blockID, copyBlock, color, 0);
}

public static void generateBrickSet(String blockID, Block copyBlock, MapColor color, boolean generateMossySet) {
generateBrickSet(blockID, copyBlock, color, 0);
if (generateMossySet)
generateBrickSet("mossy_"+blockID, copyBlock, color, 0);
}

//Generate a Turf block set - including block and its slab, stair, and carpet variants.
public static void createTurfSet(String blockID, Block copyBlock) {
createPyriteBlock( blockID+"_turf", "block", copyBlock);
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"variants":{"type=bottom":{"model":"pyrite:block/mossy_andesite_brick_slab"},"type=double":{"model":"pyrite:block/mossy_andesite_bricks"},"type=top":{"model":"pyrite:block/mossy_andesite_brick_slab_top"}}}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"variants":{"facing=east,half=bottom,shape=inner_left":{"model":"pyrite:block/mossy_andesite_brick_stairs_inner","y":270,"uvlock":true},"facing=east,half=bottom,shape=inner_right":{"model":"pyrite:block/mossy_andesite_brick_stairs_inner"},"facing=east,half=bottom,shape=outer_left":{"model":"pyrite:block/mossy_andesite_brick_stairs_outer","y":270,"uvlock":true},"facing=east,half=bottom,shape=outer_right":{"model":"pyrite:block/mossy_andesite_brick_stairs_outer"},"facing=east,half=bottom,shape=straight":{"model":"pyrite:block/mossy_andesite_brick_stairs"},"facing=east,half=top,shape=inner_left":{"model":"pyrite:block/mossy_andesite_brick_stairs_inner","x":180,"uvlock":true},"facing=east,half=top,shape=inner_right":{"model":"pyrite:block/mossy_andesite_brick_stairs_inner","x":180,"y":90,"uvlock":true},"facing=east,half=top,shape=outer_left":{"model":"pyrite:block/mossy_andesite_brick_stairs_outer","x":180,"uvlock":true},"facing=east,half=top,shape=outer_right":{"model":"pyrite:block/mossy_andesite_brick_stairs_outer","x":180,"y":90,"uvlock":true},"facing=east,half=top,shape=straight":{"model":"pyrite:block/mossy_andesite_brick_stairs","x":180,"uvlock":true},"facing=north,half=bottom,shape=inner_left":{"model":"pyrite:block/mossy_andesite_brick_stairs_inner","y":180,"uvlock":true},"facing=north,half=bottom,shape=inner_right":{"model":"pyrite:block/mossy_andesite_brick_stairs_inner","y":270,"uvlock":true},"facing=north,half=bottom,shape=outer_left":{"model":"pyrite:block/mossy_andesite_brick_stairs_outer","y":180,"uvlock":true},"facing=north,half=bottom,shape=outer_right":{"model":"pyrite:block/mossy_andesite_brick_stairs_outer","y":270,"uvlock":true},"facing=north,half=bottom,shape=straight":{"model":"pyrite:block/mossy_andesite_brick_stairs","y":270,"uvlock":true},"facing=north,half=top,shape=inner_left":{"model":"pyrite:block/mossy_andesite_brick_stairs_inner","x":180,"y":270,"uvlock":true},"facing=north,half=top,shape=inner_right":{"model":"pyrite:block/mossy_andesite_brick_stairs_inner","x":180,"uvlock":true},"facing=north,half=top,shape=outer_left":{"model":"pyrite:block/mossy_andesite_brick_stairs_outer","x":180,"y":270,"uvlock":true},"facing=north,half=top,shape=outer_right":{"model":"pyrite:block/mossy_andesite_brick_stairs_outer","x":180,"uvlock":true},"facing=north,half=top,shape=straight":{"model":"pyrite:block/mossy_andesite_brick_stairs","x":180,"y":270,"uvlock":true},"facing=south,half=bottom,shape=inner_left":{"model":"pyrite:block/mossy_andesite_brick_stairs_inner"},"facing=south,half=bottom,shape=inner_right":{"model":"pyrite:block/mossy_andesite_brick_stairs_inner","y":90,"uvlock":true},"facing=south,half=bottom,shape=outer_left":{"model":"pyrite:block/mossy_andesite_brick_stairs_outer"},"facing=south,half=bottom,shape=outer_right":{"model":"pyrite:block/mossy_andesite_brick_stairs_outer","y":90,"uvlock":true},"facing=south,half=bottom,shape=straight":{"model":"pyrite:block/mossy_andesite_brick_stairs","y":90,"uvlock":true},"facing=south,half=top,shape=inner_left":{"model":"pyrite:block/mossy_andesite_brick_stairs_inner","x":180,"y":90,"uvlock":true},"facing=south,half=top,shape=inner_right":{"model":"pyrite:block/mossy_andesite_brick_stairs_inner","x":180,"y":180,"uvlock":true},"facing=south,half=top,shape=outer_left":{"model":"pyrite:block/mossy_andesite_brick_stairs_outer","x":180,"y":90,"uvlock":true},"facing=south,half=top,shape=outer_right":{"model":"pyrite:block/mossy_andesite_brick_stairs_outer","x":180,"y":180,"uvlock":true},"facing=south,half=top,shape=straight":{"model":"pyrite:block/mossy_andesite_brick_stairs","x":180,"y":90,"uvlock":true},"facing=west,half=bottom,shape=inner_left":{"model":"pyrite:block/mossy_andesite_brick_stairs_inner","y":90,"uvlock":true},"facing=west,half=bottom,shape=inner_right":{"model":"pyrite:block/mossy_andesite_brick_stairs_inner","y":180,"uvlock":true},"facing=west,half=bottom,shape=outer_left":{"model":"pyrite:block/mossy_andesite_brick_stairs_outer","y":90,"uvlock":true},"facing=west,half=bottom,shape=outer_right":{"model":"pyrite:block/mossy_andesite_brick_stairs_outer","y":180,"uvlock":true},"facing=west,half=bottom,shape=straight":{"model":"pyrite:block/mossy_andesite_brick_stairs","y":180,"uvlock":true},"facing=west,half=top,shape=inner_left":{"model":"pyrite:block/mossy_andesite_brick_stairs_inner","x":180,"y":180,"uvlock":true},"facing=west,half=top,shape=inner_right":{"model":"pyrite:block/mossy_andesite_brick_stairs_inner","x":180,"y":270,"uvlock":true},"facing=west,half=top,shape=outer_left":{"model":"pyrite:block/mossy_andesite_brick_stairs_outer","x":180,"y":180,"uvlock":true},"facing=west,half=top,shape=outer_right":{"model":"pyrite:block/mossy_andesite_brick_stairs_outer","x":180,"y":270,"uvlock":true},"facing=west,half=top,shape=straight":{"model":"pyrite:block/mossy_andesite_brick_stairs","x":180,"y":180,"uvlock":true}}}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"multipart":[{"apply":{"model":"pyrite:block/mossy_andesite_brick_wall_post"},"when":{"up":"true"}},{"apply":{"model":"pyrite:block/mossy_andesite_brick_wall_side","uvlock":true},"when":{"north":"low"}},{"apply":{"model":"pyrite:block/mossy_andesite_brick_wall_side","uvlock":true,"y":90},"when":{"east":"low"}},{"apply":{"model":"pyrite:block/mossy_andesite_brick_wall_side","uvlock":true,"y":180},"when":{"south":"low"}},{"apply":{"model":"pyrite:block/mossy_andesite_brick_wall_side","uvlock":true,"y":270},"when":{"west":"low"}},{"apply":{"model":"pyrite:block/mossy_andesite_brick_wall_side_tall","uvlock":true},"when":{"north":"tall"}},{"apply":{"model":"pyrite:block/mossy_andesite_brick_wall_side_tall","uvlock":true,"y":90},"when":{"east":"tall"}},{"apply":{"model":"pyrite:block/mossy_andesite_brick_wall_side_tall","uvlock":true,"y":180},"when":{"south":"tall"}},{"apply":{"model":"pyrite:block/mossy_andesite_brick_wall_side_tall","uvlock":true,"y":270},"when":{"west":"tall"}}]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"variants":{"facing=east,in_wall=false,open=false":{"model":"pyrite:block/mossy_andesite_brick_wall_gate","uvlock":true,"y":270},"facing=east,in_wall=false,open=true":{"model":"pyrite:block/mossy_andesite_brick_wall_gate_open","uvlock":true,"y":270},"facing=east,in_wall=true,open=false":{"model":"pyrite:block/mossy_andesite_brick_wall_gate_wall","uvlock":true,"y":270},"facing=east,in_wall=true,open=true":{"model":"pyrite:block/mossy_andesite_brick_wall_gate_wall_open","uvlock":true,"y":270},"facing=north,in_wall=false,open=false":{"model":"pyrite:block/mossy_andesite_brick_wall_gate","uvlock":true,"y":180},"facing=north,in_wall=false,open=true":{"model":"pyrite:block/mossy_andesite_brick_wall_gate_open","uvlock":true,"y":180},"facing=north,in_wall=true,open=false":{"model":"pyrite:block/mossy_andesite_brick_wall_gate_wall","uvlock":true,"y":180},"facing=north,in_wall=true,open=true":{"model":"pyrite:block/mossy_andesite_brick_wall_gate_wall_open","uvlock":true,"y":180},"facing=south,in_wall=false,open=false":{"model":"pyrite:block/mossy_andesite_brick_wall_gate","uvlock":true},"facing=south,in_wall=false,open=true":{"model":"pyrite:block/mossy_andesite_brick_wall_gate_open","uvlock":true},"facing=south,in_wall=true,open=false":{"model":"pyrite:block/mossy_andesite_brick_wall_gate_wall","uvlock":true},"facing=south,in_wall=true,open=true":{"model":"pyrite:block/mossy_andesite_brick_wall_gate_wall_open","uvlock":true},"facing=west,in_wall=false,open=false":{"model":"pyrite:block/mossy_andesite_brick_wall_gate","uvlock":true,"y":90},"facing=west,in_wall=false,open=true":{"model":"pyrite:block/mossy_andesite_brick_wall_gate_open","uvlock":true,"y":90},"facing=west,in_wall=true,open=false":{"model":"pyrite:block/mossy_andesite_brick_wall_gate_wall","uvlock":true,"y":90},"facing=west,in_wall=true,open=true":{"model":"pyrite:block/mossy_andesite_brick_wall_gate_wall_open","uvlock":true,"y":90}}}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"variants":{"":{"model":"pyrite:block/mossy_andesite_bricks"}}}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"variants":{"type=bottom":{"model":"pyrite:block/mossy_calcite_brick_slab"},"type=double":{"model":"pyrite:block/mossy_calcite_bricks"},"type=top":{"model":"pyrite:block/mossy_calcite_brick_slab_top"}}}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"variants":{"facing=east,half=bottom,shape=inner_left":{"model":"pyrite:block/mossy_calcite_brick_stairs_inner","y":270,"uvlock":true},"facing=east,half=bottom,shape=inner_right":{"model":"pyrite:block/mossy_calcite_brick_stairs_inner"},"facing=east,half=bottom,shape=outer_left":{"model":"pyrite:block/mossy_calcite_brick_stairs_outer","y":270,"uvlock":true},"facing=east,half=bottom,shape=outer_right":{"model":"pyrite:block/mossy_calcite_brick_stairs_outer"},"facing=east,half=bottom,shape=straight":{"model":"pyrite:block/mossy_calcite_brick_stairs"},"facing=east,half=top,shape=inner_left":{"model":"pyrite:block/mossy_calcite_brick_stairs_inner","x":180,"uvlock":true},"facing=east,half=top,shape=inner_right":{"model":"pyrite:block/mossy_calcite_brick_stairs_inner","x":180,"y":90,"uvlock":true},"facing=east,half=top,shape=outer_left":{"model":"pyrite:block/mossy_calcite_brick_stairs_outer","x":180,"uvlock":true},"facing=east,half=top,shape=outer_right":{"model":"pyrite:block/mossy_calcite_brick_stairs_outer","x":180,"y":90,"uvlock":true},"facing=east,half=top,shape=straight":{"model":"pyrite:block/mossy_calcite_brick_stairs","x":180,"uvlock":true},"facing=north,half=bottom,shape=inner_left":{"model":"pyrite:block/mossy_calcite_brick_stairs_inner","y":180,"uvlock":true},"facing=north,half=bottom,shape=inner_right":{"model":"pyrite:block/mossy_calcite_brick_stairs_inner","y":270,"uvlock":true},"facing=north,half=bottom,shape=outer_left":{"model":"pyrite:block/mossy_calcite_brick_stairs_outer","y":180,"uvlock":true},"facing=north,half=bottom,shape=outer_right":{"model":"pyrite:block/mossy_calcite_brick_stairs_outer","y":270,"uvlock":true},"facing=north,half=bottom,shape=straight":{"model":"pyrite:block/mossy_calcite_brick_stairs","y":270,"uvlock":true},"facing=north,half=top,shape=inner_left":{"model":"pyrite:block/mossy_calcite_brick_stairs_inner","x":180,"y":270,"uvlock":true},"facing=north,half=top,shape=inner_right":{"model":"pyrite:block/mossy_calcite_brick_stairs_inner","x":180,"uvlock":true},"facing=north,half=top,shape=outer_left":{"model":"pyrite:block/mossy_calcite_brick_stairs_outer","x":180,"y":270,"uvlock":true},"facing=north,half=top,shape=outer_right":{"model":"pyrite:block/mossy_calcite_brick_stairs_outer","x":180,"uvlock":true},"facing=north,half=top,shape=straight":{"model":"pyrite:block/mossy_calcite_brick_stairs","x":180,"y":270,"uvlock":true},"facing=south,half=bottom,shape=inner_left":{"model":"pyrite:block/mossy_calcite_brick_stairs_inner"},"facing=south,half=bottom,shape=inner_right":{"model":"pyrite:block/mossy_calcite_brick_stairs_inner","y":90,"uvlock":true},"facing=south,half=bottom,shape=outer_left":{"model":"pyrite:block/mossy_calcite_brick_stairs_outer"},"facing=south,half=bottom,shape=outer_right":{"model":"pyrite:block/mossy_calcite_brick_stairs_outer","y":90,"uvlock":true},"facing=south,half=bottom,shape=straight":{"model":"pyrite:block/mossy_calcite_brick_stairs","y":90,"uvlock":true},"facing=south,half=top,shape=inner_left":{"model":"pyrite:block/mossy_calcite_brick_stairs_inner","x":180,"y":90,"uvlock":true},"facing=south,half=top,shape=inner_right":{"model":"pyrite:block/mossy_calcite_brick_stairs_inner","x":180,"y":180,"uvlock":true},"facing=south,half=top,shape=outer_left":{"model":"pyrite:block/mossy_calcite_brick_stairs_outer","x":180,"y":90,"uvlock":true},"facing=south,half=top,shape=outer_right":{"model":"pyrite:block/mossy_calcite_brick_stairs_outer","x":180,"y":180,"uvlock":true},"facing=south,half=top,shape=straight":{"model":"pyrite:block/mossy_calcite_brick_stairs","x":180,"y":90,"uvlock":true},"facing=west,half=bottom,shape=inner_left":{"model":"pyrite:block/mossy_calcite_brick_stairs_inner","y":90,"uvlock":true},"facing=west,half=bottom,shape=inner_right":{"model":"pyrite:block/mossy_calcite_brick_stairs_inner","y":180,"uvlock":true},"facing=west,half=bottom,shape=outer_left":{"model":"pyrite:block/mossy_calcite_brick_stairs_outer","y":90,"uvlock":true},"facing=west,half=bottom,shape=outer_right":{"model":"pyrite:block/mossy_calcite_brick_stairs_outer","y":180,"uvlock":true},"facing=west,half=bottom,shape=straight":{"model":"pyrite:block/mossy_calcite_brick_stairs","y":180,"uvlock":true},"facing=west,half=top,shape=inner_left":{"model":"pyrite:block/mossy_calcite_brick_stairs_inner","x":180,"y":180,"uvlock":true},"facing=west,half=top,shape=inner_right":{"model":"pyrite:block/mossy_calcite_brick_stairs_inner","x":180,"y":270,"uvlock":true},"facing=west,half=top,shape=outer_left":{"model":"pyrite:block/mossy_calcite_brick_stairs_outer","x":180,"y":180,"uvlock":true},"facing=west,half=top,shape=outer_right":{"model":"pyrite:block/mossy_calcite_brick_stairs_outer","x":180,"y":270,"uvlock":true},"facing=west,half=top,shape=straight":{"model":"pyrite:block/mossy_calcite_brick_stairs","x":180,"y":180,"uvlock":true}}}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"multipart":[{"apply":{"model":"pyrite:block/mossy_calcite_brick_wall_post"},"when":{"up":"true"}},{"apply":{"model":"pyrite:block/mossy_calcite_brick_wall_side","uvlock":true},"when":{"north":"low"}},{"apply":{"model":"pyrite:block/mossy_calcite_brick_wall_side","uvlock":true,"y":90},"when":{"east":"low"}},{"apply":{"model":"pyrite:block/mossy_calcite_brick_wall_side","uvlock":true,"y":180},"when":{"south":"low"}},{"apply":{"model":"pyrite:block/mossy_calcite_brick_wall_side","uvlock":true,"y":270},"when":{"west":"low"}},{"apply":{"model":"pyrite:block/mossy_calcite_brick_wall_side_tall","uvlock":true},"when":{"north":"tall"}},{"apply":{"model":"pyrite:block/mossy_calcite_brick_wall_side_tall","uvlock":true,"y":90},"when":{"east":"tall"}},{"apply":{"model":"pyrite:block/mossy_calcite_brick_wall_side_tall","uvlock":true,"y":180},"when":{"south":"tall"}},{"apply":{"model":"pyrite:block/mossy_calcite_brick_wall_side_tall","uvlock":true,"y":270},"when":{"west":"tall"}}]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"variants":{"facing=east,in_wall=false,open=false":{"model":"pyrite:block/mossy_calcite_brick_wall_gate","uvlock":true,"y":270},"facing=east,in_wall=false,open=true":{"model":"pyrite:block/mossy_calcite_brick_wall_gate_open","uvlock":true,"y":270},"facing=east,in_wall=true,open=false":{"model":"pyrite:block/mossy_calcite_brick_wall_gate_wall","uvlock":true,"y":270},"facing=east,in_wall=true,open=true":{"model":"pyrite:block/mossy_calcite_brick_wall_gate_wall_open","uvlock":true,"y":270},"facing=north,in_wall=false,open=false":{"model":"pyrite:block/mossy_calcite_brick_wall_gate","uvlock":true,"y":180},"facing=north,in_wall=false,open=true":{"model":"pyrite:block/mossy_calcite_brick_wall_gate_open","uvlock":true,"y":180},"facing=north,in_wall=true,open=false":{"model":"pyrite:block/mossy_calcite_brick_wall_gate_wall","uvlock":true,"y":180},"facing=north,in_wall=true,open=true":{"model":"pyrite:block/mossy_calcite_brick_wall_gate_wall_open","uvlock":true,"y":180},"facing=south,in_wall=false,open=false":{"model":"pyrite:block/mossy_calcite_brick_wall_gate","uvlock":true},"facing=south,in_wall=false,open=true":{"model":"pyrite:block/mossy_calcite_brick_wall_gate_open","uvlock":true},"facing=south,in_wall=true,open=false":{"model":"pyrite:block/mossy_calcite_brick_wall_gate_wall","uvlock":true},"facing=south,in_wall=true,open=true":{"model":"pyrite:block/mossy_calcite_brick_wall_gate_wall_open","uvlock":true},"facing=west,in_wall=false,open=false":{"model":"pyrite:block/mossy_calcite_brick_wall_gate","uvlock":true,"y":90},"facing=west,in_wall=false,open=true":{"model":"pyrite:block/mossy_calcite_brick_wall_gate_open","uvlock":true,"y":90},"facing=west,in_wall=true,open=false":{"model":"pyrite:block/mossy_calcite_brick_wall_gate_wall","uvlock":true,"y":90},"facing=west,in_wall=true,open=true":{"model":"pyrite:block/mossy_calcite_brick_wall_gate_wall_open","uvlock":true,"y":90}}}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"variants":{"":{"model":"pyrite:block/mossy_calcite_bricks"}}}
Loading

0 comments on commit 18d16c1

Please sign in to comment.