Version update and cleanup

This commit is contained in:
Christian Knaapen
2018-10-21 17:05:05 +02:00
parent bda53e4b08
commit bb359113f2
8 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ public class EffortlessBuilding
{
public static final String MODID = "effortlessbuilding";
public static final String NAME = "Effortless Building";
public static final String VERSION = "0.2";
public static final String VERSION = "0.3";
@Mod.Instance(EffortlessBuilding.MODID)
public static EffortlessBuilding instance;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 358 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 358 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -2,7 +2,7 @@
{
"modid": "effortlessbuilding",
"name": "Effortless Building",
"description": "Makes building easier by providing tools like mirrors, arrays, quickreplace and a block randomizer.",
"description": "Makes building easier by providing tools like mirrors, arrays, QuickReplace and a block randomizer. For survival and creative mode.",
"version": "${version}",
"mcversion": "${mcversion}",
"url": "https://minecraft.curseforge.com/projects/effortless-building",