Update ModID Update Artifact Base Name Update Namespace
This commit is contained in:
parent
e81708e794
commit
f9d5f8bb37
@ -1,5 +1,10 @@
|
||||
# Changelog
|
||||
|
||||
**1.0.2**
|
||||
* Update ModID
|
||||
* Update Artifact Base Name
|
||||
* Update Namespace
|
||||
|
||||
**1.0.1**
|
||||
* Fix Crash in Non-Development Environment
|
||||
* Update Lang
|
||||
|
@ -10,9 +10,9 @@ org.gradle.jvmargs = -Xmx1G
|
||||
fabric_loader_version = 0.7.8+build.189
|
||||
|
||||
# Mod Properties
|
||||
mod_version = 1.0.1
|
||||
mod_version = 1.0.2
|
||||
maven_group = com.thebrokenrail
|
||||
archives_base_name = gulliverreloaded
|
||||
archives_base_name = gulliver-reloaded
|
||||
|
||||
# Dependencies
|
||||
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
|
||||
|
@ -12,7 +12,7 @@ import net.minecraft.util.Identifier;
|
||||
import net.minecraft.util.registry.Registry;
|
||||
|
||||
public class GulliverReloaded implements ModInitializer {
|
||||
public static final String NAMESPACE = "gulliverreloaded";
|
||||
public static final String NAMESPACE = "gulliver-reloaded";
|
||||
|
||||
public static CustomPotion SHRINK_EFFECT;
|
||||
public static CustomPotion GROW_EFFECT;
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"effect.gulliverreloaded.shrink": "Shrink",
|
||||
"effect.gulliverreloaded.grow": "Grow",
|
||||
"effect.gulliver-reloaded.shrink": "Shrink",
|
||||
"effect.gulliver-reloaded.grow": "Grow",
|
||||
"item.minecraft.potion.effect.shrink": "Potion of Shrinking",
|
||||
"item.minecraft.potion.effect.grow": "Potion of Growing",
|
||||
"item.minecraft.splash_potion.effect.shrink": "Splash Potion of Shrinking",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "modid",
|
||||
"id": "gulliver-reloaded",
|
||||
"version": "${version}",
|
||||
"name": "${name}",
|
||||
"description": "The Gulliver mod remade for modern Minecraft!",
|
||||
|
Reference in New Issue
Block a user