1.0.2
Gulliver Reloaded/pipeline/head This commit looks good Details

Update ModID
Update Artifact Base Name
Update Namespace
This commit is contained in:
TheBrokenRail 2020-03-26 23:26:14 -04:00
parent e81708e794
commit f9d5f8bb37
5 changed files with 11 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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;

View File

@ -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",

View File

@ -1,6 +1,6 @@
{
"schemaVersion": 1,
"id": "modid",
"id": "gulliver-reloaded",
"version": "${version}",
"name": "${name}",
"description": "The Gulliver mod remade for modern Minecraft!",