Change branding, bump version to 1.0.1

main
azurelmao 2 years ago
parent 8d59909690
commit 6c58d8a205

@ -14,6 +14,6 @@ loader_version=0.14.6-babric.1
halplibe_version=1.0.0 halplibe_version=1.0.0
# Mod # Mod
mod_version=1.0.0 mod_version=1.0.1
mod_group=azurelmao mod_group=turniplabs
mod_name=examplemod mod_name=examplemod

@ -1,4 +1,4 @@
package azurelmao.examplemod; package turniplabs.examplemod;
import net.fabricmc.api.ModInitializer; import net.fabricmc.api.ModInitializer;
import org.slf4j.Logger; import org.slf4j.Logger;

@ -1,7 +1,7 @@
{ {
"required": true, "required": true,
"minVersion": "0.8", "minVersion": "0.8",
"package": "azurelmao.examplemod.mixin", "package": "turniplabs.examplemod.mixin",
"compatibilityLevel": "JAVA_8", "compatibilityLevel": "JAVA_8",
"mixins": [ "mixins": [
], ],

@ -6,7 +6,7 @@
"name": "Example Mod", "name": "Example Mod",
"description": "This mod aims to help new BTA modders.", "description": "This mod aims to help new BTA modders.",
"authors": [ "authors": [
"azurelmao" "Turnip Labs"
], ],
"contact": { "contact": {
"homepage": "", "homepage": "",
@ -18,7 +18,7 @@
"environment": "*", "environment": "*",
"entrypoints": { "entrypoints": {
"main": [ "main": [
"azurelmao.examplemod.ExampleMod" "turniplabs.examplemod.ExampleMod"
] ]
}, },
"mixins": [ "mixins": [

Loading…
Cancel
Save