mirror of
https://github.com/nimsolated/Nims-Random-BS.git
synced 2026-04-02 10:20:42 -07:00
35 lines
873 B
TOML
35 lines
873 B
TOML
modLoader="javafml"
|
|
loaderVersion="[47,)"
|
|
license="Academic Free License v3.0"
|
|
|
|
[[mods]]
|
|
modId="aris_random_additions"
|
|
version="2.0.2"
|
|
displayName="Ari's Random Additions"
|
|
displayURL="https://mcreator.net"
|
|
logoFile="logo.png"
|
|
credits="Created using mod maker MCreator - https://mcreator.net/about"
|
|
authors="nimsolated, MCreator"
|
|
description="Random Additions by Ari. Created with MCreator."
|
|
|
|
# Start of user code block mod configuration
|
|
# End of user code block mod configuration
|
|
|
|
[[dependencies.aris_random_additions]]
|
|
modId="minecraft"
|
|
mandatory=true
|
|
versionRange="[1.20.1]"
|
|
ordering="AFTER"
|
|
side="BOTH"
|
|
|
|
|
|
[[dependencies.aris_random_additions]]
|
|
modId="pehkui"
|
|
mandatory=false
|
|
versionRange="[0,)"
|
|
ordering="NONE"
|
|
side="BOTH"
|
|
|
|
|
|
# Start of user code block dependencies configuration
|
|
# End of user code block dependencies configuration |