Skip to content

Commit

Permalink
Update to my updated change
Browse files Browse the repository at this point in the history
Forgot to add "useDependencyInformation" for the "dependencies" to actually be used.
This along with the last patch to the ChickenMod.java file should fix the ability to use other mod items. It'll have the other mods load before this one so that the items exist to be used. The reason behind this is here setycz#153
  • Loading branch information
MP3DSL authored Jul 23, 2019
1 parent a4cf6c5 commit 4dd2897
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"credits": "The Forge and FML guys, for making this example",
"logoFile": "assets/chickens/logo.png",
"screenshots": [],
"dependencies": []
"useDependencyInformation": true,
"dependencies": ["mysticalagriculture","thermalfoundation"]
}
]

0 comments on commit 4dd2897

Please sign in to comment.