diff --git a/1.11/gradle.properties b/1.11/gradle.properties index e26fd815..ad5d81e2 100644 --- a/1.11/gradle.properties +++ b/1.11/gradle.properties @@ -5,7 +5,7 @@ org.gradle.jvmargs=-Xmx3G mod_group=nmd.primal.forgecraft mod_name=ForgeCraft -mod_version=1.2.40 +mod_version=1.2.41 forge_version=13.20.0.2315 mcp_mappings=snapshot_20170121 mc_version=1.11.2 diff --git a/1.11/src/main/java/nmd/primal/forgecraft/ModInfo.java b/1.11/src/main/java/nmd/primal/forgecraft/ModInfo.java index 84aae25e..fd0dd8b1 100644 --- a/1.11/src/main/java/nmd/primal/forgecraft/ModInfo.java +++ b/1.11/src/main/java/nmd/primal/forgecraft/ModInfo.java @@ -17,7 +17,7 @@ public class ModInfo { public static final String MOD_CONFIG = "primal/" + MOD_ID; //public static final String MOD_PREFIX = MOD_ID + ":"; public static final String MOD_CHANNEL = MOD_ID; - public static final String MOD_VERSION = "1.2.40"; + public static final String MOD_VERSION = "1.2.41"; public static final String MC_VERSIONS = "[1.11.0, 1.12.0)"; public static final String DEPENDENCIES = "required-after:forge@[13.20.0.2315,);" + "required-after:primal@[0.4,);"; diff --git a/1.11/src/main/resources/assets/forgecraft/models/block/castingform.json b/1.11/src/main/resources/assets/forgecraft/models/block/castingform.json new file mode 100644 index 00000000..89916bab --- /dev/null +++ b/1.11/src/main/resources/assets/forgecraft/models/block/castingform.json @@ -0,0 +1,66 @@ +{ + "__comment": "Designed by Kitsushadow with Cubik Studio - https://cubik.studio", + "textures": { + "particle": "blocks/e_particle", + "texture": "items/test" + }, + "elements": [ + { + "__comment": "Box1", + "from": [ 0, 2, 0 ], + "to": [ 3, 5, 16 ], + "faces": { + "up": { "uv": [ 0, 0, 3, 16 ], "texture": "#texture" }, + "north": { "uv": [ 13, 11, 16, 14 ], "texture": "#texture" }, + "south": { "uv": [ 0, 11, 3, 14 ], "texture": "#texture" }, + "west": { "uv": [ 0, 11, 16, 14 ], "texture": "#texture" }, + "east": { "uv": [ 0, 11, 16, 14 ], "texture": "#texture" } + } + }, + { + "__comment": "Box1", + "from": [ 13, 2, 0 ], + "to": [ 16, 5, 16 ], + "faces": { + "up": { "uv": [ 13, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 11, 3, 14 ], "texture": "#texture" }, + "south": { "uv": [ 13, 11, 16, 14 ], "texture": "#texture" }, + "west": { "uv": [ 0, 11, 16, 14 ], "texture": "#texture" }, + "east": { "uv": [ 0, 11, 16, 14 ], "texture": "#texture" } + } + }, + { + "__comment": "Box5", + "from": [ 3, 2, 0 ], + "to": [ 13, 5, 3 ], + "faces": { + "up": { "uv": [ 3, 0, 13, 3 ], "texture": "#texture" }, + "north": { "uv": [ 3, 11, 13, 14 ], "texture": "#texture" }, + "south": { "uv": [ 3, 11, 13, 14 ], "texture": "#texture" } + } + }, + { + "__comment": "Box5", + "from": [ 3, 2, 13 ], + "to": [ 13, 5, 16 ], + "faces": { + "up": { "uv": [ 3, 13, 13, 16 ], "texture": "#texture" }, + "north": { "uv": [ 3, 11, 13, 14 ], "texture": "#texture" }, + "south": { "uv": [ 3, 11, 13, 14 ], "texture": "#texture" } + } + }, + { + "__comment": "Box8", + "from": [ 0, 0, 0 ], + "to": [ 16, 2, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture" }, + "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture" }, + "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture" }, + "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture" } + } + } + ] +} \ No newline at end of file diff --git a/1.11/src/main/resources/assets/forgecraft/textures/items/test.png b/1.11/src/main/resources/assets/forgecraft/textures/items/test.png index 7b34b134..10962d0e 100644 Binary files a/1.11/src/main/resources/assets/forgecraft/textures/items/test.png and b/1.11/src/main/resources/assets/forgecraft/textures/items/test.png differ diff --git a/1.11/src/main/resources/mcmod.info b/1.11/src/main/resources/mcmod.info index cf05a795..f62cb1d3 100644 --- a/1.11/src/main/resources/mcmod.info +++ b/1.11/src/main/resources/mcmod.info @@ -2,7 +2,7 @@ "modid": "forgecraft", "name": "Kitsu's Forgecraft", "description": "Forged with sweat and blood", - "version": "1.2.40", + "version": "1.2.41", "mcversion": "1.11.2", "url": "", "updateUrl": "",