27 lines
613 B
TOML
27 lines
613 B
TOML
modLoader="javafml"
|
|
loaderVersion="[47,)"
|
|
license="Not specified"
|
|
|
|
[[mods]]
|
|
modId="ohm_structure"
|
|
version="1.0.0"
|
|
displayName="Ohm structure"
|
|
displayURL="https://mcreator.net"
|
|
credits="Created using mod maker MCreator - https://mcreator.net/about"
|
|
authors="felden.r, MCreator"
|
|
|
|
# Start of user code block mod configuration
|
|
# End of user code block mod configuration
|
|
|
|
[[dependencies.ohm_structure]]
|
|
modId="minecraft"
|
|
mandatory=true
|
|
versionRange="[1.20.1]"
|
|
ordering="AFTER"
|
|
side="BOTH"
|
|
|
|
|
|
|
|
|
|
# Start of user code block dependencies configuration
|
|
# End of user code block dependencies configuration |