Skip to content

Commit

Permalink
Udpate version.
Browse files Browse the repository at this point in the history
  • Loading branch information
gottsch committed Mar 13, 2018
1 parent 3deabda commit f491370
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 6 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 @@ -6,7 +6,7 @@ mod_name=Treasure2
package_group=someguyssoftware.treasure2
# user alpha, beta, or v (for version)
mod_version_type=alpha
mod_version=0.5.0
mod_version=0.5.1

mc_version=1.12.2
forge_version=14.23.1.2555
Expand Down
56 changes: 56 additions & 0 deletions Treasure2-1.12.2/models/wither_grass.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"credit": "Made with Blockbench, a free, modern block model editor by JannisX11",
"textures": {
"0": "Treasure2/wither_grass_top",
"2": "blocks/grass_side_overlay",
"particle": "Treasure2/wither_grass_top"
},
"elements": [
{
"name": "main",
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#2"},
"east": {"uv": [0, 0, 16, 16], "texture": "#2"},
"south": {"uv": [0, 0, 16, 16], "texture": "#2"},
"west": {"uv": [0, 0, 16, 16], "texture": "#2"},
"up": {"uv": [0, 0, 16, 16], "texture": "#0"},
"down": {
"uv": [0, 0, 16, 16],
"texture": "#missing"
}
},
"type": "cube"
},
{
"name": "overlay",
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {
"uv": [0, 0, 16, 16],
"texture": "#missing"
},
"east": {
"uv": [0, 0, 16, 16],
"texture": "#missing"
},
"south": {
"uv": [0, 0, 16, 16],
"texture": "#missing"
},
"west": {
"uv": [0, 0, 16, 16],
"texture": "#missing"
},
"up": {"uv": [0, 0, 16, 16], "texture": "#missing"},
"down": {
"uv": [0, 0, 16, 16],
"texture": "#missing"
}
},
"type": "cube"
}
]
}
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 = "0.5.0";
protected static final String VERSION = "0.5.1";
public static final String UPDATE_JSON_URL = "https://raw.githubusercontent.com/gottsch/gottsch-minecraft-Treasure/master/Treasure2-1.12.2/update.json";

private static final String VERSION_URL = "";
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": "0.5.0",
"version": "0.5.1",
"mcversion": "1.12.2",
"url": "",
"updateUrl": "",
Expand Down
6 changes: 3 additions & 3 deletions Treasure2-1.12.2/update.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"homepage": "",
"promos": {
"1.12.2-latest": "0.5.0",
"1.12.2-recommended": "0.5.0"
"1.12.2-latest": "0.5.1",
"1.12.2-recommended": "0.5.1"
},
"1.12.2": {
"0.5.0": "alpha release",
"1.0.0": ""
"0.5.1": "alpha: add Key Ring\nFixed dedicated server crash."
}
}

0 comments on commit f491370

Please sign in to comment.