28 lines
742 B
TOML
28 lines
742 B
TOML
modLoader="javafml"
|
|
loaderVersion="[47,)"
|
|
license="Not specified"
|
|
|
|
[[mods]]
|
|
modId="custom_ore_gen"
|
|
version="2.0.6-forge"
|
|
displayName="Custom Ore Gem"
|
|
displayURL="https://lanro.eu"
|
|
credits="Created using mod maker MCreator - https://mcreator.net/about"
|
|
authors="Aulyrius cr\u00E9e via MCreator"
|
|
description="Changement de la distribution des ressources sur Minecraft, ne pas utilis\u00E9 seul sans KubeJS"
|
|
|
|
# Start of user code block mod configuration
|
|
# End of user code block mod configuration
|
|
|
|
[[dependencies.custom_ore_gen]]
|
|
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 |