Skip to content

Commit

Permalink
removed gui config.
Browse files Browse the repository at this point in the history
  • Loading branch information
gottsch committed Nov 19, 2019
1 parent 8b112d0 commit 9f08978
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Treasure2-1.12.2/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package_group=someguyssoftware.treasure2
# user alpha, beta, or v (for version)
mod_version_type=v

mod_version=1.6.1
mod_version=1.6.2

#versions
mc_version=1.12.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public class Treasure extends AbstractMod {
// constants
public static final String MODID = "treasure2";
protected static final String NAME = "Treasure2";
protected static final String VERSION = "1.6.1";
protected static final String VERSION = "1.6.2";

public static final String UPDATE_JSON_URL = "https://raw.githubusercontent.com/gottsch/gottsch-minecraft-Treasure/master/Treasure2-1.12.2/update.json";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* @author Mark Gottschling on Sep 4, 2019
*
*/
@Config(modid = Treasure.MODID, name = Treasure.MODID, type = Type.INSTANCE, category = "general")
//@Config(modid = Treasure.MODID, name = Treasure.MODID, type = Type.INSTANCE, category = "general")
public class ModConfig {
/*
* IDs
Expand Down
2 changes: 1 addition & 1 deletion Treasure2-1.12.2/src/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"modid": "treasure2",
"name": "Treasure2!",
"description": "",
"version": "1.6.1",
"version": "1.6.2",
"mcversion": "1.12.2",
"url": "",
"updateUrl": "",
Expand Down
7 changes: 4 additions & 3 deletions Treasure2-1.12.2/update.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"homepage": "https://minecraft.curseforge.com/projects/treasure2",
"promos": {
"1.12.2-latest": "1.6.1",
"1.12.2-recommended": "1.6.1"
"1.12.2-latest": "1.6.2",
"1.12.2-recommended": "1.6.2"
},
"1.12.2": {
"0.5.0": "alpha release",
Expand All @@ -29,7 +29,8 @@
"1.5.0": "Expose/Add custom structure locations.\nSet Key max uses as configurable.\nAdded Chinese language file. Thanks to qyhao.\nAdded new config options - toggle default loot table and templates enforcement.\nRemoved references to mod_present condition on loot tables.\nFix WitherRoot and WitherBranch blocks placement.\nAdded meta file system.\nAdded underwater structures.\nAdded more treasure room structures.",
"1.5.1": "Fixed Server crash on load - due to biome.getName().\n",
"1.6.0": "Added White and Black Pearls.\nUpdated Rare and Epic loot tables with pearls.\nAll Generators implement IGenerator.\nRefactored WellGenerators to use Structures.\nRefactored AbstractChestGenerator.\nFixed stacked coins only return 1 loot item bug.\nFixed Wishing Well loot selection.\nFixed all Structure rotation spawn points and checks.\nUpdate all commands be prefixed with t2-.\n",
"1.6.1": "Fixed NPE on AbstractTreasureChest"
"1.6.1": "Fixed NPE on AbstractTreasureChest",
"1.6.2": "Removed GUI config that was inadvertently added last update."

}
}
Expand Down

0 comments on commit 9f08978

Please sign in to comment.