mirror of
https://github.com/trafficlunar/options-profiles.git
synced 2026-06-27 22:24:10 +00:00
refactor: update username
This commit is contained in:
parent
15263e8b74
commit
5f1a5c62bd
19 changed files with 46 additions and 47 deletions
|
|
@ -1,6 +1,6 @@
|
|||
package com.axolotlmaid.optionsprofiles.neoforge;
|
||||
package net.trafficlunar.optionsprofiles.neoforge;
|
||||
|
||||
import com.axolotlmaid.optionsprofiles.OptionsProfilesMod;
|
||||
import net.trafficlunar.optionsprofiles.OptionsProfilesMod;
|
||||
import net.neoforged.fml.common.Mod;
|
||||
|
||||
@Mod(OptionsProfilesMod.MOD_ID)
|
||||
|
|
@ -1,13 +1,13 @@
|
|||
modLoader = "javafml"
|
||||
loaderVersion = "[2,)"
|
||||
#issueTrackerURL = ""
|
||||
issueTrackerURL = "https://github.com/trafficlunar/options-profiles/issues"
|
||||
license = "GNU GPL 3.0"
|
||||
|
||||
[[mods]]
|
||||
modId = "optionsprofiles"
|
||||
version = "${version}"
|
||||
displayName = "Options Profiles"
|
||||
authors = "AxolotlMaid"
|
||||
authors = "trafficlunar"
|
||||
description = '''
|
||||
Load and save your options from in-game.
|
||||
'''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue