Skip to content

Commit

Permalink
Update src/main/java/com/mraof/minestuck/data/MinestuckBlockStateProv…
Browse files Browse the repository at this point in the history
…ider.java

Co-authored-by: kirderf1 <[email protected]>
  • Loading branch information
GideonHead and kirderf1 authored Jul 23, 2023
1 parent e383ef6 commit bb68fbd
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ protected void registerStatesAndModels()

private void simpleBlockWithItem(Block block)
{
simpleBlock(block, new ConfiguredModel(cubeAll(block)));
simpleBlockItem(block, cubeAll(block));
simpleBlockWithItem(block, cubeAll(block));
}
}

0 comments on commit bb68fbd

Please sign in to comment.