
RDSLib
A library mod, primarily for RDS mods
- Загрузки
- 893
- Подписчики
- 1
- Обновлён
- 10 ноября 2023 г.
- Лицензия
- MIT
Опубликован 9 ноября 2023 г.
Discord: https://discord.gg/2FB6YKNVB6pW
This mod adds nothing on its own, rather, it is required by other mods!
What is RDSLib?
RDSLib is a simple library that adds many systems that are primarily used in RDS mods such as Masterful Mines.
Some examples are:
- A simplified Rarity system in which you can change the style of an item, tab, etc.
- A custom Armor system in which you can apply effects to a player based off the armor type they're wearing
- A fully-fledged custom furnace system with integrations for JEI, EMI, and REI.
There is also a wiki which is a Work in Progress
Adding RDSLib as a dependency
With the release of vX.0.3.0, there is now a maven.
To use the maven, add
maven {
name = "Digitalunderworlds"
url = "https://maven.digitalunderworlds.com/releases"
}
// For SNAPSHOT releases, such as v4.0.3.0-SNAPSHOT-rc3
maven {
name = "Digitalunderworlds Snapshots"
url = "https://maven.digitalunderworlds.com/snapshots"
}
to your repositories block.
Then you can implement "net.realdarkstudios:rdslib:${rdslib_ver}" in your dependencies block.
On your mod page, you might want to use a badge to indicate that RDSLib is needed, so this badge is provided to you:
Ченджлог
4.0.3.0Релиз1.20, 1.20.1 · 10 ноября 2023 г.
- Updated Versioning Scheme
- OLD:
1.20.X-forge-0.0.3.0 - NEW:
4.0.3.0- 1.19.2 -> 1
- 1.19.3 -> 2
- 1.19.4 -> 3
- 1.20(.1) -> 4
- Some versions may have SNAPSHOT in the name. These versions are found in the snapshots folder on the maven
- OLD:
- Group ID is now
net.realdarkstudios - Added Digitalunderworlds Maven support
- Custom Furnaces V3
- Deprecated CFV1 and CFV2 classes
- Returned Rarities to their initial form (no longer requiring a registry)
- Add
CustomRarityBlockItem - Updated README.md
- Updated mods.toml to point updateJsonURL to versions.json
3.0.3.0Релиз1.19.4 · 10 ноября 2023 г.
- Updated Versioning Scheme
- OLD:
1.20.X-forge-0.0.3.0 - NEW:
4.0.3.0- 1.19.2 -> 1
- 1.19.3 -> 2
- 1.19.4 -> 3
- 1.20(.1) -> 4
- Some versions may have SNAPSHOT in the name. These versions are found in the snapshots folder on the maven
- OLD:
- Group ID is now
net.realdarkstudios - Added Digitalunderworlds Maven support
- Custom Furnaces V3
- Deprecated CFV1 and CFV2 classes
- Returned Rarities to their initial form (no longer requiring a registry)
- Add
CustomRarityBlockItem - Updated README.md
- Updated mods.toml to point updateJsonURL to versions.json
2.0.3.0Релиз1.19.3 · 10 ноября 2023 г.
- Updated Versioning Scheme
- OLD:
1.20.X-forge-0.0.3.0 - NEW:
4.0.3.0- 1.19.2 -> 1
- 1.19.3 -> 2
- 1.19.4 -> 3
- 1.20(.1) -> 4
- Some versions may have SNAPSHOT in the name. These versions are found in the snapshots folder on the maven
- OLD:
- Group ID is now
net.realdarkstudios - Added Digitalunderworlds Maven support
- Custom Furnaces V3
- Deprecated CFV1 and CFV2 classes
- Returned Rarities to their initial form (no longer requiring a registry)
- Add
CustomRarityBlockItem - Updated README.md
- Updated mods.toml to point updateJsonURL to versions.json
1.0.3.0Релиз1.19.2 · 10 ноября 2023 г.
- Updated Versioning Scheme
- OLD:
1.20.X-forge-0.0.3.0 - NEW:
4.0.3.0- 1.19.2 -> 1
- 1.19.3 -> 2
- 1.19.4 -> 3
- 1.20(.1) -> 4
- Some versions may have SNAPSHOT in the name. These versions are found in the snapshots folder on the maven
- OLD:
- Group ID is now
net.realdarkstudios - Added Digitalunderworlds Maven support
- Custom Furnaces V3
- Deprecated CFV1 and CFV2 classes
- Returned Rarities to their initial form (no longer requiring a registry)
- Add
CustomRarityBlockItem - Updated README.md
- Updated mods.toml to point updateJsonURL to versions.json
4.0.3.0-rc3Бета1.20, 1.20.1 · 9 ноября 2023 г.
Updated Versioning Scheme
- OLD:
1.20.X-forge-0.0.3.0-rc3 - NEW:
4.0.3.0-rc3- 1.19.2 -> 1
- 1.19.3 -> 2
- 1.19.4 -> 3
- 1.20(.1) -> 4
- OLD:
Group ID is now
net.realdarkstudiosAdded Digitalunderworlds Maven support
Custom Furnaces V3
Deprecated CFV1 and CFV2 classes
Returned Rarities to their initial form (no longer requiring a registry)
Add
CustomRarityBlockItem
3.0.3.0-rc3Бета1.19.4 · 9 ноября 2023 г.
Updated Versioning Scheme
- OLD:
1.20.X-forge-0.0.3.0-rc3 - NEW:
4.0.3.0-rc3- 1.19.2 -> 1
- 1.19.3 -> 2
- 1.19.4 -> 3
- 1.20(.1) -> 4
- OLD:
Group ID is now
net.realdarkstudiosAdded Digitalunderworlds Maven support
Custom Furnaces V3
Deprecated CFV1 and CFV2 classes
Returned Rarities to their initial form (no longer requiring a registry)
Add
CustomRarityBlockItem
2.0.3.0-rc3Бета1.19.3 · 9 ноября 2023 г.
Updated Versioning Scheme
- OLD:
1.20.X-forge-0.0.3.0-rc3 - NEW:
4.0.3.0-rc3- 1.19.2 -> 1
- 1.19.3 -> 2
- 1.19.4 -> 3
- 1.20(.1) -> 4
- OLD:
Group ID is now
net.realdarkstudiosAdded Digitalunderworlds Maven support
Custom Furnaces V3
Deprecated CFV1 and CFV2 classes
Returned Rarities to their initial form (no longer requiring a registry)
Add
CustomRarityBlockItem
1.0.3.0-rc3Бета1.19.2 · 9 ноября 2023 г.
Updated Versioning Scheme
- OLD:
1.20.X-forge-0.0.3.0-rc3 - NEW:
4.0.3.0-rc3- 1.19.2 -> 1
- 1.19.3 -> 2
- 1.19.4 -> 3
- 1.20(.1) -> 4
- OLD:
Group ID is now
net.realdarkstudiosAdded Digitalunderworlds Maven support
Custom Furnaces V3
Deprecated CFV1 and CFV2 classes
Returned Rarities to their initial form (no longer requiring a registry)
Add
CustomRarityBlockItem
Комментарии
Загружаем…