Revert ModFest Changes
RelicCraft/pipeline/head This commit looks good Details

This commit is contained in:
TheBrokenRail 2020-04-05 18:24:59 -04:00
parent ec92cf8d4a
commit a782f7aeaf
2 changed files with 9 additions and 1 deletions

View File

@ -10,7 +10,7 @@ org.gradle.jvmargs = -Xmx1G
fabric_loader_version = 0.7.10+build.191
# Mod Properties
mod_version = 1.0.3-modfest
mod_version = 1.0.3
maven_group = com.thebrokenrail
archives_base_name = reliccraft

View File

@ -4,6 +4,14 @@
"version": "${version}",
"name": "${name}",
"description": "Find magical relics throughout the world!",
"authors": [
"TheBrokenRail"
],
"contact": {
"homepage": "https://thebrokenrail.com/",
"sources": "https://gitea.thebrokenrail.com/TheBrokenRail/RelicCraft.git",
"issues": "https://gitea.thebrokenrail.com/TheBrokenRail/RelicCraft/issues"
},
"license": "MIT",
"icon": "assets/reliccraft/textures/item/time_dilater.png",
"environment": "*",