Skip to content

Commit

Permalink
Remove dep on CCL
Browse files Browse the repository at this point in the history
  • Loading branch information
glowredman committed Jun 25, 2024
1 parent e1eb226 commit dd35dfb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/blockrenderer6343/BlockRenderer6343.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
version = Tags.VERSION,
name = BlockRenderer6343.MOD_NAME,
acceptedMinecraftVersions = "[1.7.10]",
dependencies = " required-after:CodeChickenLib;" + " required-after:NotEnoughItems;"
+ "required-after:structurelib")
dependencies = "required-after:NotEnoughItems;required-after:structurelib")
public class BlockRenderer6343 {

public static final String MOD_ID = "blockrenderer6343";
Expand Down

0 comments on commit dd35dfb

Please sign in to comment.