Skip to content

Commit

Permalink
I can't spell
Browse files Browse the repository at this point in the history
fixed a typo
  • Loading branch information
MrCheeze446 committed Jan 30, 2021
1 parent bd69727 commit 091ccad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/com/jingy/jineric/Blocks.java
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public class Blocks {
public static final Block BORITE_WALL = register("borite_wall", new WallBlock(FabricBlockSettings.copy(STONE)));

//testing making a block
public static final Block TEST_BLOCK = register("test_block", new Block(FabricBlockSettings.copy(BLACK_WOOL)));
public static final Block TEST_BLOCK = register("test_block", new Block(FabricBlockSettings.copy(ICE)));



Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/assets/jineric/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"block.jineric.smooth_soul_sandstone_stairs": "Smooth Soul Sandstone Stair",
"block.jineric.smooth_soul_sandstone_wall": "Smooth Soul Sandstone Wall",

"item.jineric.Test_Block": "Test Block",
"block.jineric.test_block": "Test Block",


"itemGroup.blocks.jineric": "Jineric Blocks",
Expand Down

0 comments on commit 091ccad

Please sign in to comment.