Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- modLoader="kotlinforforge"
- loaderVersion="[1,)"
- license = "MIT License"
- issueTrackerURL = "https://github.com/TheOnlyTails/RubyMod/issues/"
- [[mods]]
- modId = "rubymod"
- version = "${version}"
- displayName = "Ruby Mod"
- displayURL = "https://github.com/TheOnlyTails/RubyMod/"
- logoFile = "logo.png"
- credits = """
- Thanks to:
- - Forge, for providing the modding framework
- - TechnoVision, for creating the tutorial series that helped me create it
- - BlockBench, for giving me the tools to create the custom block models
- - Jelly Dash, for creating the beautiful textures for the Ruby sheep and the ruby wool
- and much more people.
- """
- authors = "TheOnlyTails"
- description = '''
- This mod adds rubies and some other stuff. Look at the description in Github to find out more.
- '''
- [[dependencies.rubymod]]
- modId = "forge"
- mandatory = true
- versionRange = "[32,)"
- ordering = "NONE"
- side = "BOTH"
- [[dependencies.rubymod]]
- modId = "minecraft"
- mandatory = true
- versionRange = "[1.16.1]"
- ordering = "NONE"
- side = "BOTH"
Add Comment
Please, Sign In to add comment