Skip to content

Commit

Permalink
Disable useDependencyInformation (#19)
Browse files Browse the repository at this point in the history
* Disable `useDependencyInformation`

* Remove dep on CCL
  • Loading branch information
glowredman authored Jun 25, 2024
1 parent d580330 commit d5d01d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 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
6 changes: 1 addition & 5 deletions src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
"credits": "",
"logoFile": "",
"screenshots": [],
"parent": "",
"requiredMods": [],
"dependencies": [],
"dependants": [],
"useDependencyInformation": true
"parent": ""
}]
}

0 comments on commit d5d01d9

Please sign in to comment.