Skip to content

Commit ddbe273

Browse files
committed
Properly requires dependencies
1 parent 6eb4c17 commit ddbe273

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ Now weather will follow the current weather, it will rain heavier when a thunder
5151
- Blacklist GUI cursor is now darker and becomes as light as before when hovering a button
5252
- Changed freeze effect text color from orange to aqua
5353
- You can navigate pages with the scroll wheel
54+
- Now requires:
55+
- Red Core 0.6 and up
56+
- MixinBooter 10.7 and up
5457

5558
### Fixed
5659

src/main/java/dev/redstudio/fbp/FBP.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
// | $$ /$$__ $$| $$ | $$| $$ | $$| $$_____/| $$ | $$ \ $$| $$| $$ | $$| $$ | $$_ $$ | $$ /$$__ $$| $$ | $$ /$$| $$| $$ | $$| $$_____/ \____ $$
3232
// | $$ | $$$$$$$| $$ | $$| $$$$$$$| $$| $$$$$$$| $$ | $$$$$$$/| $$| $$$$$$/| $$$$$$$| $$ \ $$ | $$ | $$$$$$$| $$ | $$$$/| $$| $$$$$$$| $$| $$$$$$$ /$$$$$$$/
3333
// |__/ \_______/|__/ |__/ \_______/|__/ \_______/|__/ |_______/ |__/ \______/ \_______/|__/ \__/ |__/ \_______/|__/ \___/ |__/ \_______/|__/ \_______/|_______/
34-
@Mod(clientSideOnly = true, modid = ID, name = NAME, version = VERSION, dependencies = "required-after:redcore@[0.4-Dev-3,)", guiFactory = "dev.redstudio.fbp.config.FBPConfigGuiFactory", updateJSON = "https://forge.curseupdate.com/666575/fbp")
34+
@Mod(clientSideOnly = true, modid = ID, name = NAME, version = VERSION, dependencies = "required-after:mixinbooter@[10.7,);required-after:redcore@[0.6,)", guiFactory = "dev.redstudio.fbp.config.FBPConfigGuiFactory", updateJSON = "https://forge.curseupdate.com/666575/" + ID)
3535
public class FBP {
3636

3737
public static final Minecraft MC = Minecraft.getMinecraft();

0 commit comments

Comments
 (0)