RPdepent

Quick rating

RPdepent

No reviews yet

This is a simple Minecraft mod that checks whether the resource pack dependencies are present in your installed mods.

Mod Loaders
Fabric
Minecraft
26.2

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Unsupported

About

Project Details

Type
Mod
License
GNU General Public License v3.0 only
Latest Version
2.1+26.2
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

About

Description

RPdepent title beta

Discord Server license codeberg repo Modrinth Version

how to use for resource pack and data pack creators: you just need to put in the root of your resource pack/data pack a file named "RPD.toml", like this:

and inside the file you need to do something like this:

[[Mods]]
id = "coolMod"
version = "1.2"

[[Mods]]
id = "anotherCoolMod"
version = "3.23"

to be noted:

the empty line between one mod and another is necessary, so configs like:

[[Mods]]
id = "coolMod"
version = "1.2"
[[Mods]]
id = "anotherCoolMod"
version = "3.23"

and

[[Mods]]
id = "coolMod"
version = "1.2"
id = "anotherCoolMod"
version = "3.23"

are WRONG!

you can also write "any" instead of the version to allow any mod version to be used

[[Mods]]
id = "coolMod"
version = "any"

[[Mods]]
id = "anotherCoolMod"
version = "3.23"

Mods alternatives

with this you can have multiple alternatives for a mod

[[Mods]]
id = "coolmod"
version = "any"

    [[Mods.Alternatives]] #the indentation is highly suggested
    first = {id = "mod", version = "1.21"}
    second = {id = "boringmod", version = "0.2"}


[[Mods]]
id = "leggenadarymod"
version = "any"

[[Mods.Alternatives]] # but as shown here, not necessary
potato = {id = "normalmod", version = "1.21"}

i suggest to use the indentation because it's more understandable for you and whoever read the file after you

this is the legacy config to allow alternative mods

i highly suggest you to use the new method, this one is here only for retro-compatibility

[[Mods]]
id = "coolMod||lessCoolMod"
version = "any"

[[Mods]]
id = "boringMod||epicMod||suckerMod"
version = "any"

so RPdepent will check if there is at least 1 of the mods be aware that it's suggested to just put "any" in the version field since you can't decide (yet) the version for each of them

TO BE NOTED:

it's highly suggested to just use "any" in the version field since there is no ">", "<" , ">=", "<=" operator, it's impossible to do with mods versions

how to build

You just need to clone the repository on your IDE and run the gradle task "build"

Icons made by Cyber, thank you Cyber :p

Screenshots

Gallery

  • warning screen
    warning screen scary!

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works