diff --git a/src/main/java/com/atsuishio/superbwarfare/client/model/item/M60ItemModel.java b/src/main/java/com/atsuishio/superbwarfare/client/model/item/M60ItemModel.java index 3305a0929..0f329546c 100644 --- a/src/main/java/com/atsuishio/superbwarfare/client/model/item/M60ItemModel.java +++ b/src/main/java/com/atsuishio/superbwarfare/client/model/item/M60ItemModel.java @@ -33,6 +33,16 @@ public class M60ItemModel extends CustomGunModel { return Mod.loc("textures/item/m_60.png"); } + @Override + public ResourceLocation getLODModelResource(M60Item animatable) { + return Mod.loc("geo/lod/m_60.geo.json"); + } + + @Override + public ResourceLocation getLODTextureResource(M60Item animatable) { + return Mod.loc("textures/item/lod/m_60.png"); + } + @Override public void setCustomAnimations(M60Item animatable, long instanceId, AnimationState animationState) { Player player = Minecraft.getInstance().player; diff --git a/src/main/java/com/atsuishio/superbwarfare/client/model/item/M79ItemModel.java b/src/main/java/com/atsuishio/superbwarfare/client/model/item/M79ItemModel.java index 7ea2ab766..9979b6ae2 100644 --- a/src/main/java/com/atsuishio/superbwarfare/client/model/item/M79ItemModel.java +++ b/src/main/java/com/atsuishio/superbwarfare/client/model/item/M79ItemModel.java @@ -30,6 +30,16 @@ public class M79ItemModel extends CustomGunModel { return Mod.loc("textures/item/m_79.png"); } + @Override + public ResourceLocation getLODModelResource(M79Item animatable) { + return Mod.loc("geo/lod/m_79.geo.json"); + } + + @Override + public ResourceLocation getLODTextureResource(M79Item animatable) { + return Mod.loc("textures/item/lod/m_79.png"); + } + @Override public void setCustomAnimations(M79Item animatable, long instanceId, AnimationState animationState) { Player player = Minecraft.getInstance().player; diff --git a/src/main/java/com/atsuishio/superbwarfare/client/renderer/gun/M60ItemRenderer.java b/src/main/java/com/atsuishio/superbwarfare/client/renderer/gun/M60ItemRenderer.java index 0fc48e59e..71ace3274 100644 --- a/src/main/java/com/atsuishio/superbwarfare/client/renderer/gun/M60ItemRenderer.java +++ b/src/main/java/com/atsuishio/superbwarfare/client/renderer/gun/M60ItemRenderer.java @@ -10,6 +10,7 @@ import com.mojang.blaze3d.vertex.VertexConsumer; import net.minecraft.client.Minecraft; import net.minecraft.client.renderer.MultiBufferSource; import net.minecraft.client.renderer.RenderType; +import net.minecraft.world.item.ItemDisplayContext; import net.minecraft.world.item.ItemStack; import software.bernie.geckolib.animatable.GeoItem; import software.bernie.geckolib.cache.object.GeoBone; @@ -35,8 +36,11 @@ public class M60ItemRenderer extends CustomGunRenderer { var player = mc.player; if (player == null) return; ItemStack itemStack = player.getMainHandItem(); + if (itemStack.getItem() instanceof GunItem && GeoItem.getId(itemStack) == this.getInstanceId(animatable)) { - AnimationHelper.handleShootFlare(name, stack, itemStack, bone, buffer, packedLightIn, 0, 0.1, 1.95, 0.45); + if (this.renderPerspective == ItemDisplayContext.FIRST_PERSON_RIGHT_HAND || this.renderPerspective == ItemDisplayContext.THIRD_PERSON_RIGHT_HAND) { + AnimationHelper.handleShootFlare(name, stack, itemStack, bone, buffer, packedLightIn, 0, 0.1, 1.95, 0.45); + } } if (renderingArms) { diff --git a/src/main/java/com/atsuishio/superbwarfare/client/renderer/gun/M79ItemRenderer.java b/src/main/java/com/atsuishio/superbwarfare/client/renderer/gun/M79ItemRenderer.java index 1319d8c92..5b7c820ff 100644 --- a/src/main/java/com/atsuishio/superbwarfare/client/renderer/gun/M79ItemRenderer.java +++ b/src/main/java/com/atsuishio/superbwarfare/client/renderer/gun/M79ItemRenderer.java @@ -10,6 +10,7 @@ import com.mojang.blaze3d.vertex.VertexConsumer; import net.minecraft.client.Minecraft; import net.minecraft.client.renderer.MultiBufferSource; import net.minecraft.client.renderer.RenderType; +import net.minecraft.world.item.ItemDisplayContext; import net.minecraft.world.item.ItemStack; import software.bernie.geckolib.animatable.GeoItem; import software.bernie.geckolib.cache.object.GeoBone; @@ -35,8 +36,11 @@ public class M79ItemRenderer extends CustomGunRenderer { var player = mc.player; if (player == null) return; ItemStack itemStack = player.getMainHandItem(); + if (itemStack.getItem() instanceof GunItem && GeoItem.getId(itemStack) == this.getInstanceId(animatable)) { - AnimationHelper.handleShootFlare(name, stack, itemStack, bone, buffer, packedLightIn, 0, 0, 0.59375, 0.6); + if (this.renderPerspective == ItemDisplayContext.FIRST_PERSON_RIGHT_HAND || this.renderPerspective == ItemDisplayContext.THIRD_PERSON_RIGHT_HAND) { + AnimationHelper.handleShootFlare(name, stack, itemStack, bone, buffer, packedLightIn, 0, 0, 0.59375, 1); + } } if (renderingArms) { diff --git a/src/main/resources/assets/superbwarfare/geo/lod/m_60.geo.json b/src/main/resources/assets/superbwarfare/geo/lod/m_60.geo.json new file mode 100644 index 000000000..342af9fce --- /dev/null +++ b/src/main/resources/assets/superbwarfare/geo/lod/m_60.geo.json @@ -0,0 +1,161 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.m_60", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 5, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "group2", + "pivot": [0, 6.5, -3.75], + "cubes": [ + { + "origin": [-1, 3.25, -14.75], + "size": [2, 3.5, 11.75], + "uv": { + "north": {"uv": [22, 12], "uv_size": [2, 3]}, + "east": {"uv": [10, 12], "uv_size": [12, 3]}, + "south": {"uv": [26, 5], "uv_size": [2, 3]}, + "west": {"uv": [14, 0], "uv_size": [12, 3]}, + "up": {"uv": [17, 15], "uv_size": [2, 12]}, + "down": {"uv": [19, 27], "uv_size": [2, -12]} + } + }, + { + "origin": [-1, 3.25, 6.75], + "size": [2, 3.25, 9], + "uv": { + "north": {"uv": [17, 27], "uv_size": [2, 3]}, + "east": {"uv": [0, 20], "uv_size": [8, 3]}, + "south": {"uv": [19, 27], "uv_size": [2, 3]}, + "west": {"uv": [8, 20], "uv_size": [8, 3]}, + "up": {"uv": [2, 23], "uv_size": [2, 8]}, + "down": {"uv": [4, 31], "uv_size": [2, -8]} + } + }, + { + "origin": [-1.25, 3.25, -3], + "size": [2.5, 3.75, 9.75], + "uv": { + "north": {"uv": [27, 12], "uv_size": [2, 4]}, + "east": {"uv": [0, 8], "uv_size": [10, 4]}, + "south": {"uv": [27, 16], "uv_size": [2, 4]}, + "west": {"uv": [10, 8], "uv_size": [10, 4]}, + "up": {"uv": [21, 22], "uv_size": [2, 10]}, + "down": {"uv": [0, 33], "uv_size": [2, -10]} + } + }, + { + "origin": [-0.75, -7.75, 1.5], + "size": [1.5, 4.75, 2], + "pivot": [8, -1.5, -14.75], + "rotation": [22.5, 0, 0], + "uv": { + "north": {"uv": [11, 23], "uv_size": [2, 5]}, + "east": {"uv": [13, 23], "uv_size": [2, 5]}, + "south": {"uv": [23, 22], "uv_size": [2, 5]}, + "west": {"uv": [24, 3], "uv_size": [2, 5]}, + "up": {"uv": [23, 27], "uv_size": [2, 2]}, + "down": {"uv": [27, 26], "uv_size": [2, -2]} + } + }, + { + "origin": [1, -1.5, -2], + "size": [4.75, 6.25, 3.25], + "uv": { + "north": {"uv": [0, 0], "uv_size": [7, 8]}, + "east": {"uv": [0, 12], "uv_size": [5, 8]}, + "south": {"uv": [7, 0], "uv_size": [7, 8]}, + "west": {"uv": [5, 12], "uv_size": [5, 8]}, + "up": {"uv": [14, 3], "uv_size": [7, 5]}, + "down": {"uv": [10, 20], "uv_size": [7, -5]} + } + }, + { + "origin": [-1.25, -0.25, 14.5], + "size": [2.5, 7, 1.5], + "uv": { + "north": {"uv": [21, 3], "uv_size": [3, 7]}, + "east": {"uv": [6, 23], "uv_size": [2, 7]}, + "south": {"uv": [21, 15], "uv_size": [3, 7]}, + "west": {"uv": [8, 23], "uv_size": [2, 7]}, + "up": {"uv": [27, 20], "uv_size": [3, 2]}, + "down": {"uv": [27, 24], "uv_size": [3, -2]} + } + }, + { + "origin": [-1, -0.03401, 13.16789], + "size": [2, 4.5, 1.75], + "pivot": [0, 1.59099, 13.79289], + "rotation": [45, 0, 0], + "uv": { + "north": {"uv": [24, 12], "uv_size": [2, 5]}, + "east": {"uv": [24, 17], "uv_size": [2, 5]}, + "south": {"uv": [25, 22], "uv_size": [2, 5]}, + "west": {"uv": [26, 0], "uv_size": [2, 5]}, + "up": {"uv": [25, 27], "uv_size": [2, 2]}, + "down": {"uv": [27, 28], "uv_size": [2, -2]} + } + }, + { + "origin": [-1, 2.95343, 14.40533], + "size": [2, 2, 1.75], + "pivot": [0, 2.82843, 15.03033], + "rotation": [45, 0, 0], + "uv": { + "north": {"uv": [28, 0], "uv_size": [2, 2]}, + "east": {"uv": [28, 2], "uv_size": [2, 2]}, + "south": {"uv": [28, 4], "uv_size": [2, 2]}, + "west": {"uv": [28, 6], "uv_size": [2, 2]}, + "up": {"uv": [11, 28], "uv_size": [2, 2]}, + "down": {"uv": [13, 30], "uv_size": [2, -2]} + } + }, + { + "origin": [-0.5, 4.75, -32.5], + "size": [1, 1, 17.75], + "uv": { + "north": {"uv": [20, 8], "uv_size": [1, 1]}, + "east": {"uv": [20, 10], "uv_size": [12, 1]}, + "south": {"uv": [20, 9], "uv_size": [1, 1]}, + "west": {"uv": [20, 11], "uv_size": [12, 1]}, + "up": {"uv": [16, 20], "uv_size": [1, 12]}, + "down": {"uv": [10, 35], "uv_size": [1, -12]} + } + }, + { + "origin": [-0.5, 3.5, -24.75], + "size": [1, 1, 10], + "uv": { + "north": {"uv": [26, 21], "uv_size": [1, 1]}, + "east": {"uv": [24, 8], "uv_size": [9, 1]}, + "south": {"uv": [29, 18], "uv_size": [1, 1]}, + "west": {"uv": [24, 9], "uv_size": [9, 1]}, + "up": {"uv": [15, 23], "uv_size": [1, 9]}, + "down": {"uv": [26, 21], "uv_size": [1, -9]} + } + }, + { + "origin": [-0.25, 4.5, -26.5], + "size": [0.5, 3.25, 1], + "uv": { + "north": {"uv": [27, 28], "uv_size": [1, 3]}, + "east": {"uv": [28, 28], "uv_size": [1, 3]}, + "south": {"uv": [29, 12], "uv_size": [1, 3]}, + "west": {"uv": [29, 15], "uv_size": [1, 3]}, + "up": {"uv": [29, 19], "uv_size": [1, 1]}, + "down": {"uv": [23, 30], "uv_size": [1, -1]} + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/superbwarfare/geo/lod/m_79.geo.json b/src/main/resources/assets/superbwarfare/geo/lod/m_79.geo.json new file mode 100644 index 000000000..943e43fab --- /dev/null +++ b/src/main/resources/assets/superbwarfare/geo/lod/m_79.geo.json @@ -0,0 +1,321 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.m_79", + "texture_width": 32, + "texture_height": 32, + "visible_bounds_width": 4, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "group", + "pivot": [0, 0.61136, 5.701], + "cubes": [ + { + "origin": [-0.665, 1.16, -9.89], + "size": [1.33, 1.33, 17.29], + "uv": { + "north": {"uv": [11, 6], "uv_size": [1, 1]}, + "east": {"uv": [0, 4], "uv_size": [13, 1]}, + "south": {"uv": [16, 11], "uv_size": [1, 1]}, + "west": {"uv": [0, 5], "uv_size": [13, 1]}, + "up": {"uv": [0, 6], "uv_size": [1, 13]}, + "down": {"uv": [1, 19], "uv_size": [1, -13]} + } + }, + { + "origin": [-0.665, 0.75373, 6.44195], + "size": [1.33, 2.3275, 4.9875], + "pivot": [0, 0.37739, 5.43483], + "rotation": [-22.5, 0, 0], + "uv": { + "north": {"uv": [14, 4], "uv_size": [1, 2]}, + "east": {"uv": [7, 1], "uv_size": [4, 2]}, + "south": {"uv": [14, 6], "uv_size": [1, 2]}, + "west": {"uv": [4, 7], "uv_size": [4, 2]}, + "up": {"uv": [5, 11], "uv_size": [1, 4]}, + "down": {"uv": [6, 15], "uv_size": [1, -4]} + } + }, + { + "origin": [-0.665, -1.56896, 11.11715], + "size": [1.33, 2.3275, 8.9775], + "uv": { + "north": {"uv": [8, 14], "uv_size": [1, 2]}, + "east": {"uv": [0, 0], "uv_size": [7, 2]}, + "south": {"uv": [14, 8], "uv_size": [1, 2]}, + "west": {"uv": [0, 2], "uv_size": [7, 2]}, + "up": {"uv": [8, 7], "uv_size": [1, 7]}, + "down": {"uv": [4, 16], "uv_size": [1, -7]} + } + }, + { + "origin": [-0.665, -2.23396, 15.77215], + "size": [1.33, 0.665, 4.3225], + "uv": { + "north": {"uv": [13, 16], "uv_size": [1, 1]}, + "east": {"uv": [7, 3], "uv_size": [3, 1]}, + "south": {"uv": [14, 16], "uv_size": [1, 1]}, + "west": {"uv": [10, 3], "uv_size": [3, 1]}, + "up": {"uv": [12, 10], "uv_size": [1, 3]}, + "down": {"uv": [13, 6], "uv_size": [1, -3]} + } + }, + { + "origin": [-0.665, -1.90286, 12.77756], + "size": [1.33, 0.665, 2.3275], + "uv": { + "north": {"uv": [15, 16], "uv_size": [1, 1]}, + "east": {"uv": [14, 10], "uv_size": [2, 1]}, + "south": {"uv": [16, 16], "uv_size": [1, 1]}, + "west": {"uv": [14, 11], "uv_size": [2, 1]}, + "up": {"uv": [14, 12], "uv_size": [1, 2]}, + "down": {"uv": [14, 16], "uv_size": [1, -2]} + } + }, + { + "origin": [-0.665, 1.92073, 14.9871], + "size": [1.33, 0.665, 0.9975], + "pivot": [0, 0.37739, 5.43483], + "rotation": [-22.5, 0, 0], + "uv": { + "north": {"uv": [2, 17], "uv_size": [1, 1]}, + "east": {"uv": [3, 17], "uv_size": [1, 1]}, + "south": {"uv": [5, 17], "uv_size": [1, 1]}, + "west": {"uv": [6, 17], "uv_size": [1, 1]}, + "up": {"uv": [7, 17], "uv_size": [1, 1]}, + "down": {"uv": [17, 8], "uv_size": [1, -1]} + } + }, + { + "origin": [-0.665, 1.08067, 12.09375], + "size": [1.33, 0.665, 0.9975], + "pivot": [0, 0.37739, 5.43483], + "rotation": [-22.5, 0, 0], + "uv": { + "north": {"uv": [17, 8], "uv_size": [1, 1]}, + "east": {"uv": [9, 17], "uv_size": [1, 1]}, + "south": {"uv": [17, 9], "uv_size": [1, 1]}, + "west": {"uv": [10, 17], "uv_size": [1, 1]}, + "up": {"uv": [11, 17], "uv_size": [1, 1]}, + "down": {"uv": [17, 12], "uv_size": [1, -1]} + } + }, + { + "origin": [-0.798, -2.56646, 19.42965], + "size": [1.596, 5.6525, 1.6625], + "uv": { + "north": {"uv": [7, 11], "uv_size": [1, 4]}, + "east": {"uv": [9, 11], "uv_size": [1, 4]}, + "south": {"uv": [10, 11], "uv_size": [1, 4]}, + "west": {"uv": [11, 11], "uv_size": [1, 4]}, + "up": {"uv": [17, 12], "uv_size": [1, 1]}, + "down": {"uv": [13, 18], "uv_size": [1, -1]} + } + }, + { + "origin": [-0.665, -4.35878, 11.78291], + "size": [1.33, 2.3275, 3.325], + "pivot": [0, 0.37739, 5.43483], + "rotation": [22.5, 0, 0], + "uv": { + "north": {"uv": [15, 1], "uv_size": [1, 2]}, + "east": {"uv": [5, 9], "uv_size": [3, 2]}, + "south": {"uv": [15, 3], "uv_size": [1, 2]}, + "west": {"uv": [9, 7], "uv_size": [3, 2]}, + "up": {"uv": [13, 10], "uv_size": [1, 3]}, + "down": {"uv": [12, 16], "uv_size": [1, -3]} + } + }, + { + "origin": [-0.665, -4.94508, 16.06036], + "size": [1.33, 2.3275, 3.325], + "pivot": [0, 0.37739, 5.43483], + "rotation": [22.5, 0, 0], + "uv": { + "north": {"uv": [5, 15], "uv_size": [1, 2]}, + "east": {"uv": [9, 9], "uv_size": [3, 2]}, + "south": {"uv": [15, 5], "uv_size": [1, 2]}, + "west": {"uv": [11, 1], "uv_size": [3, 2]}, + "up": {"uv": [13, 13], "uv_size": [1, 3]}, + "down": {"uv": [14, 4], "uv_size": [1, -3]} + } + }, + { + "origin": [-0.665, -0.47371, 15.29336], + "size": [1.33, 2.3275, 1.995], + "uv": { + "north": {"uv": [6, 15], "uv_size": [1, 2]}, + "east": {"uv": [12, 6], "uv_size": [2, 2]}, + "south": {"uv": [7, 15], "uv_size": [1, 2]}, + "west": {"uv": [12, 8], "uv_size": [2, 2]}, + "up": {"uv": [15, 7], "uv_size": [1, 2]}, + "down": {"uv": [9, 17], "uv_size": [1, -2]} + } + }, + { + "origin": [-0.9975, 2.49, -3.24], + "size": [1.995, 0.3325, 0.3325], + "uv": { + "north": {"uv": [15, 9], "uv_size": [2, 1]}, + "east": {"uv": [17, 13], "uv_size": [1, 1]}, + "south": {"uv": [10, 15], "uv_size": [2, 1]}, + "west": {"uv": [14, 17], "uv_size": [1, 1]}, + "up": {"uv": [15, 12], "uv_size": [2, 1]}, + "down": {"uv": [15, 14], "uv_size": [2, -1]} + } + }, + { + "origin": [-0.9975, 2.49, -6.565], + "size": [1.995, 0.3325, 0.3325], + "uv": { + "north": {"uv": [15, 14], "uv_size": [2, 1]}, + "east": {"uv": [17, 14], "uv_size": [1, 1]}, + "south": {"uv": [15, 15], "uv_size": [2, 1]}, + "west": {"uv": [15, 17], "uv_size": [1, 1]}, + "up": {"uv": [16, 0], "uv_size": [2, 1]}, + "down": {"uv": [16, 2], "uv_size": [2, -1]} + } + }, + { + "origin": [-0.9975, 2.49, -6.565], + "size": [1.995, 0.3325, 0.3325], + "uv": { + "north": {"uv": [2, 16], "uv_size": [2, 1]}, + "east": {"uv": [17, 15], "uv_size": [1, 1]}, + "south": {"uv": [16, 2], "uv_size": [2, 1]}, + "west": {"uv": [16, 17], "uv_size": [1, 1]}, + "up": {"uv": [16, 3], "uv_size": [2, 1]}, + "down": {"uv": [16, 5], "uv_size": [2, -1]} + } + }, + { + "origin": [-0.1995, 2.49, -9.5575], + "size": [0.399, 0.3325, 0.3325], + "uv": { + "north": {"uv": [17, 16], "uv_size": [1, 1]}, + "east": {"uv": [17, 17], "uv_size": [1, 1]}, + "south": {"uv": [18, 0], "uv_size": [1, 1]}, + "west": {"uv": [18, 1], "uv_size": [1, 1]}, + "up": {"uv": [2, 18], "uv_size": [1, 1]}, + "down": {"uv": [18, 3], "uv_size": [1, -1]} + } + }, + { + "origin": [-0.1995, 2.49, -9.5575], + "size": [0.399, 0.3325, 0.3325], + "uv": { + "north": {"uv": [3, 18], "uv_size": [1, 1]}, + "east": {"uv": [18, 3], "uv_size": [1, 1]}, + "south": {"uv": [4, 18], "uv_size": [1, 1]}, + "west": {"uv": [18, 4], "uv_size": [1, 1]}, + "up": {"uv": [5, 18], "uv_size": [1, 1]}, + "down": {"uv": [18, 6], "uv_size": [1, -1]} + } + }, + { + "origin": [-0.9975, 2.49, -6.2325], + "size": [0.1995, 0.3325, 2.9925], + "uv": { + "north": {"uv": [6, 18], "uv_size": [1, 1]}, + "east": {"uv": [16, 5], "uv_size": [2, 1]}, + "south": {"uv": [18, 6], "uv_size": [1, 1]}, + "west": {"uv": [16, 6], "uv_size": [2, 1]}, + "up": {"uv": [4, 16], "uv_size": [1, 2]}, + "down": {"uv": [16, 9], "uv_size": [1, -2]} + } + }, + { + "origin": [0.798, 2.49, -6.2325], + "size": [0.1995, 0.3325, 2.9925], + "uv": { + "north": {"uv": [7, 18], "uv_size": [1, 1]}, + "east": {"uv": [10, 16], "uv_size": [2, 1]}, + "south": {"uv": [18, 7], "uv_size": [1, 1]}, + "west": {"uv": [16, 10], "uv_size": [2, 1]}, + "up": {"uv": [8, 16], "uv_size": [1, 2]}, + "down": {"uv": [12, 18], "uv_size": [1, -2]} + } + }, + { + "origin": [-0.532, 0.1625, -3.905], + "size": [1.064, 1.6625, 11.305], + "uv": { + "north": {"uv": [8, 18], "uv_size": [1, 1]}, + "east": {"uv": [2, 6], "uv_size": [9, 1]}, + "south": {"uv": [18, 8], "uv_size": [1, 1]}, + "west": {"uv": [7, 0], "uv_size": [9, 1]}, + "up": {"uv": [2, 7], "uv_size": [1, 9]}, + "down": {"uv": [3, 16], "uv_size": [1, -9]} + } + }, + { + "origin": [-0.1995, -1.1675, 4.4075], + "size": [0.399, 1.33, 0.3325], + "uv": { + "north": {"uv": [9, 18], "uv_size": [1, 1]}, + "east": {"uv": [18, 9], "uv_size": [1, 1]}, + "south": {"uv": [10, 18], "uv_size": [1, 1]}, + "west": {"uv": [18, 10], "uv_size": [1, 1]}, + "up": {"uv": [11, 18], "uv_size": [1, 1]}, + "down": {"uv": [18, 12], "uv_size": [1, -1]} + } + }, + { + "origin": [-0.1995, -1.1675, 4.74], + "size": [0.399, 0.3325, 1.6625], + "uv": { + "north": {"uv": [12, 18], "uv_size": [1, 1]}, + "east": {"uv": [18, 12], "uv_size": [1, 1]}, + "south": {"uv": [13, 18], "uv_size": [1, 1]}, + "west": {"uv": [18, 13], "uv_size": [1, 1]}, + "up": {"uv": [14, 18], "uv_size": [1, 1]}, + "down": {"uv": [18, 15], "uv_size": [1, -1]} + } + }, + { + "origin": [-0.1995, -0.5025, 3.7425], + "size": [0.399, 0.3325, 0.665], + "uv": { + "north": {"uv": [15, 18], "uv_size": [1, 1]}, + "east": {"uv": [18, 15], "uv_size": [1, 1]}, + "south": {"uv": [16, 18], "uv_size": [1, 1]}, + "west": {"uv": [18, 16], "uv_size": [1, 1]}, + "up": {"uv": [17, 18], "uv_size": [1, 1]}, + "down": {"uv": [18, 18], "uv_size": [1, -1]} + } + }, + { + "origin": [-0.1995, -1.1675, 6.4025], + "size": [0.399, 1.33, 0.3325], + "uv": { + "north": {"uv": [18, 18], "uv_size": [1, 1]}, + "east": {"uv": [0, 19], "uv_size": [1, 1]}, + "south": {"uv": [19, 0], "uv_size": [1, 1]}, + "west": {"uv": [1, 19], "uv_size": [1, 1]}, + "up": {"uv": [19, 1], "uv_size": [1, 1]}, + "down": {"uv": [2, 20], "uv_size": [1, -1]} + } + }, + { + "origin": [-0.1995, -0.5025, 5.7375], + "size": [0.399, 0.665, 0.3325], + "uv": { + "north": {"uv": [19, 2], "uv_size": [1, 1]}, + "east": {"uv": [3, 19], "uv_size": [1, 1]}, + "south": {"uv": [19, 3], "uv_size": [1, 1]}, + "west": {"uv": [4, 19], "uv_size": [1, 1]}, + "up": {"uv": [19, 4], "uv_size": [1, 1]}, + "down": {"uv": [5, 20], "uv_size": [1, -1]} + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/superbwarfare/models/displaysettings/m_60.item.json b/src/main/resources/assets/superbwarfare/models/displaysettings/m_60.item.json index c2ab9f7f9..050261427 100644 --- a/src/main/resources/assets/superbwarfare/models/displaysettings/m_60.item.json +++ b/src/main/resources/assets/superbwarfare/models/displaysettings/m_60.item.json @@ -6,30 +6,6 @@ 128 ], "display": { - "thirdperson_righthand": { - "translation": [ - 0, - 2.5, - -5 - ], - "scale": [ - 0.6, - 0.6, - 0.6 - ] - }, - "thirdperson_lefthand": { - "translation": [ - 0, - 2.5, - -5 - ], - "scale": [ - 0.6, - 0.6, - 0.6 - ] - }, "firstperson_righthand": { "rotation": [ 0, @@ -59,45 +35,54 @@ 0 ] }, + "thirdperson_righthand": { + "translation": [ + -0.5, + -2.25, + -0.25 + ], + "scale": [ + 0.65, + 0.65, + 0.65 + ] + }, + "thirdperson_lefthand": { + "scale": [ + 0, + 0, + 0 + ] + }, "ground": { "translation": [ 0, - 3, - 0 + -0.25, + 4.25 ], "scale": [ - 0.6, - 0.6, - 0.6 + 0.7, + 0.7, + 0.7 ] }, - "gui": { - "rotation": [ - 25, - -145, - 0 - ], + "head": { "translation": [ - 0.25, 0, - 0 - ], - "scale": [ - 0.55, - 0.55, - 0.55 + 3.5, + 3.75 ] }, "fixed": { "rotation": [ 0, - 90, + -90, 0 ], "translation": [ - 0, - 0, - -2 + -4.25, + -4, + -1.25 ], "scale": [ 1.2, diff --git a/src/main/resources/assets/superbwarfare/models/displaysettings/m_79.item.json b/src/main/resources/assets/superbwarfare/models/displaysettings/m_79.item.json index 37626590c..b4d3b2ad5 100644 --- a/src/main/resources/assets/superbwarfare/models/displaysettings/m_79.item.json +++ b/src/main/resources/assets/superbwarfare/models/displaysettings/m_79.item.json @@ -6,35 +6,6 @@ 64 ], "display": { - "thirdperson_righthand": { - "rotation": [ - 10.25, - 0, - 0 - ], - "translation": [ - -1, - 0.25, - -5.75 - ], - "scale": [ - 0.7, - 0.7, - 0.7 - ] - }, - "thirdperson_lefthand": { - "translation": [ - -0.5, - -0.75, - -3.5 - ], - "scale": [ - 0, - 0, - 0 - ] - }, "firstperson_righthand": { "rotation": [ 1, @@ -64,57 +35,59 @@ 0 ] }, - "ground": { + "thirdperson_righthand": { "translation": [ - 0, - 1, + -1.25, + -0.25, -4.25 ], "scale": [ - 0.5, - 0.5, - 0.5 + 0.7, + 0.7, + 0.7 ] }, - "gui": { - "rotation": [ - 90, - 45, - -90 - ], - "translation": [ - -3.25, - 2.25, + "thirdperson_lefthand": { + "scale": [ + 0, + 0, 0 + ] + }, + "ground": { + "translation": [ + 0, + 0.25, + -5 ], "scale": [ - 0.6, - 0.6, - 0.6 + 0.75, + 0.75, + 0.75 ] }, "head": { "translation": [ 0, - 6.25, - -1.25 + 6.5, + -5.25 ] }, "fixed": { "rotation": [ - 90, - -45, - 90 - ], - "translation": [ - 5, - 3.5, + 0, + -90, 0 ], + "translation": [ + 7.25, + 0, + -0.75 + ], "scale": [ - 0.9, - 0.9, - 0.9 + 1.25, + 1.25, + 1.25 ] } } diff --git a/src/main/resources/assets/superbwarfare/models/lod/m_60.json b/src/main/resources/assets/superbwarfare/models/lod/m_60.json deleted file mode 100644 index d3e981ebe..000000000 --- a/src/main/resources/assets/superbwarfare/models/lod/m_60.json +++ /dev/null @@ -1,174 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [64, 64], - "textures": { - "0": "superbwarfare:item/lod/m_60", - "particle": "superbwarfare:item/lod/m_60" - }, - "elements": [ - { - "from": [7, 4.75, -3], - "to": [9, 7.5, 8.75], - "faces": { - "north": {"uv": [5.5, 3, 6, 3.75], "texture": "#0"}, - "east": {"uv": [2.5, 3, 5.5, 3.75], "texture": "#0"}, - "south": {"uv": [6.5, 1.25, 7, 2], "texture": "#0"}, - "west": {"uv": [3.5, 0, 6.5, 0.75], "texture": "#0"}, - "up": {"uv": [4.75, 6.75, 4.25, 3.75], "texture": "#0"}, - "down": {"uv": [5.25, 3.75, 4.75, 6.75], "texture": "#0"} - } - }, - { - "from": [7, 4.75, 18.5], - "to": [9, 8, 26.5], - "faces": { - "north": {"uv": [4.25, 6.75, 4.75, 7.5], "texture": "#0"}, - "east": {"uv": [0, 5, 2, 5.75], "texture": "#0"}, - "south": {"uv": [4.75, 6.75, 5.25, 7.5], "texture": "#0"}, - "west": {"uv": [2, 5, 4, 5.75], "texture": "#0"}, - "up": {"uv": [1, 7.75, 0.5, 5.75], "texture": "#0"}, - "down": {"uv": [1.5, 5.75, 1, 7.75], "texture": "#0"} - } - }, - { - "from": [7, 4.75, 8.75], - "to": [9, 8.5, 18.5], - "faces": { - "north": {"uv": [6.75, 3, 7.25, 4], "texture": "#0"}, - "east": {"uv": [0, 2, 2.5, 3], "texture": "#0"}, - "south": {"uv": [6.75, 4, 7.25, 5], "texture": "#0"}, - "west": {"uv": [2.5, 2, 5, 3], "texture": "#0"}, - "up": {"uv": [5.75, 8, 5.25, 5.5], "texture": "#0"}, - "down": {"uv": [0.5, 5.75, 0, 8.25], "texture": "#0"} - } - }, - { - "from": [7.25, -6.25, 16.25], - "to": [8.75, -1.5, 18.25], - "rotation": {"angle": -22.5, "axis": "x", "origin": [0, 0, 0]}, - "faces": { - "north": {"uv": [2.75, 5.75, 3.25, 7], "texture": "#0"}, - "east": {"uv": [3.25, 5.75, 3.75, 7], "texture": "#0"}, - "south": {"uv": [5.75, 5.5, 6.25, 6.75], "texture": "#0"}, - "west": {"uv": [6, 0.75, 6.5, 2], "texture": "#0"}, - "up": {"uv": [6.25, 7.25, 5.75, 6.75], "texture": "#0"}, - "down": {"uv": [7.25, 6, 6.75, 6.5], "texture": "#0"} - } - }, - { - "from": [0.5, -1.5, 8.75], - "to": [7.5, 6.25, 13.75], - "faces": { - "north": {"uv": [0, 0, 1.75, 2], "texture": "#0"}, - "east": {"uv": [0, 3, 1.25, 5], "texture": "#0"}, - "south": {"uv": [1.75, 0, 3.5, 2], "texture": "#0"}, - "west": {"uv": [1.25, 3, 2.5, 5], "texture": "#0"}, - "up": {"uv": [5.25, 2, 3.5, 0.75], "texture": "#0"}, - "down": {"uv": [4.25, 3.75, 2.5, 5], "texture": "#0"} - } - }, - { - "from": [6.75, 1.25, 25.25], - "to": [9.25, 8.25, 26.75], - "faces": { - "north": {"uv": [5.25, 0.75, 6, 2.5], "texture": "#0"}, - "east": {"uv": [1.5, 5.75, 2, 7.5], "texture": "#0"}, - "south": {"uv": [5.25, 3.75, 6, 5.5], "texture": "#0"}, - "west": {"uv": [2, 5.75, 2.5, 7.5], "texture": "#0"}, - "up": {"uv": [7.5, 5.5, 6.75, 5], "texture": "#0"}, - "down": {"uv": [7.5, 5.5, 6.75, 6], "texture": "#0"} - } - }, - { - "from": [7, 1.46599, 23.91789], - "to": [9, 5.96599, 25.66789], - "rotation": {"angle": -45, "axis": "x", "origin": [8, 3.09099, 24.54289]}, - "faces": { - "north": {"uv": [6, 3, 6.5, 4.25], "texture": "#0"}, - "east": {"uv": [6, 4.25, 6.5, 5.5], "texture": "#0"}, - "south": {"uv": [6.25, 5.5, 6.75, 6.75], "texture": "#0"}, - "west": {"uv": [6.5, 0, 7, 1.25], "texture": "#0"}, - "up": {"uv": [6.75, 7.25, 6.25, 6.75], "texture": "#0"}, - "down": {"uv": [7.25, 6.5, 6.75, 7], "texture": "#0"} - } - }, - { - "from": [7, 4.45343, 25.15533], - "to": [9, 6.45343, 26.90533], - "rotation": {"angle": -45, "axis": "x", "origin": [8, 4.32843, 25.78033]}, - "faces": { - "north": {"uv": [7, 0, 7.5, 0.5], "texture": "#0"}, - "east": {"uv": [7, 0.5, 7.5, 1], "texture": "#0"}, - "south": {"uv": [7, 1, 7.5, 1.5], "texture": "#0"}, - "west": {"uv": [7, 1.5, 7.5, 2], "texture": "#0"}, - "up": {"uv": [3.25, 7.5, 2.75, 7], "texture": "#0"}, - "down": {"uv": [3.75, 7, 3.25, 7.5], "texture": "#0"} - } - }, - { - "from": [7.5, 6.25, -14.75], - "to": [8.5, 7.25, -3], - "faces": { - "north": {"uv": [5, 2, 5.25, 2.25], "texture": "#0"}, - "east": {"uv": [5, 2.5, 8, 2.75], "texture": "#0"}, - "south": {"uv": [5, 2.25, 5.25, 2.5], "texture": "#0"}, - "west": {"uv": [5, 2.75, 8, 3], "texture": "#0"}, - "up": {"uv": [4.25, 8, 4, 5], "texture": "#0"}, - "down": {"uv": [2.75, 5.75, 2.5, 8.75], "texture": "#0"} - } - }, - { - "from": [7.5, 5, -12], - "to": [8.5, 6, -3], - "faces": { - "north": {"uv": [6.5, 5.25, 6.75, 5.5], "texture": "#0"}, - "east": {"uv": [6, 2, 8.25, 2.25], "texture": "#0"}, - "south": {"uv": [7.25, 4.5, 7.5, 4.75], "texture": "#0"}, - "west": {"uv": [6, 2.25, 8.25, 2.5], "texture": "#0"}, - "up": {"uv": [4, 8, 3.75, 5.75], "texture": "#0"}, - "down": {"uv": [6.75, 3, 6.5, 5.25], "texture": "#0"} - } - }, - { - "from": [7.75, 6, -11.75], - "to": [8.25, 9.25, -10.75], - "faces": { - "north": {"uv": [6.75, 7, 7, 7.75], "texture": "#0"}, - "east": {"uv": [7, 7, 7.25, 7.75], "texture": "#0"}, - "south": {"uv": [7.25, 3, 7.5, 3.75], "texture": "#0"}, - "west": {"uv": [7.25, 3.75, 7.5, 4.5], "texture": "#0"}, - "up": {"uv": [7.5, 5, 7.25, 4.75], "texture": "#0"}, - "down": {"uv": [6, 7.25, 5.75, 7.5], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "translation": [-1, 2.5, -3], - "scale": [0.7, 0.7, 0.7] - }, - "thirdperson_lefthand": { - "scale": [0, 0, 0] - }, - "ground": { - "translation": [0, 5.25, 0], - "scale": [0.8, 0.8, 0.8] - }, - "head": { - "translation": [0, 9.75, -1.75] - }, - "fixed": { - "rotation": [0, 90, 0], - "translation": [0, 5.75, -2], - "scale": [1.2, 1.2, 1.2] - } - }, - "groups": [ - { - "name": "group", - "origin": [8, 8, 8], - "color": 0, - "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/superbwarfare/models/lod/m_79.json b/src/main/resources/assets/superbwarfare/models/lod/m_79.json deleted file mode 100644 index c678973b1..000000000 --- a/src/main/resources/assets/superbwarfare/models/lod/m_79.json +++ /dev/null @@ -1,331 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "1": "superbwarfare:item/lod/m_79" - }, - "elements": [ - { - "from": [7.5, 2, 0], - "to": [8.5, 3, 13], - "faces": { - "north": {"uv": [5.5, 3, 6, 3.5], "texture": "#1"}, - "east": {"uv": [0, 2, 6.5, 2.5], "texture": "#1"}, - "south": {"uv": [8, 5.5, 8.5, 6], "texture": "#1"}, - "west": {"uv": [0, 2.5, 6.5, 3], "texture": "#1"}, - "up": {"uv": [0.5, 9.5, 0, 3], "texture": "#1"}, - "down": {"uv": [1, 3, 0.5, 9.5], "texture": "#1"} - } - }, - { - "from": [7.5, -1.53423, 12.24727], - "to": [8.5, 0.21577, 15.99727], - "rotation": {"angle": 22.5, "axis": "x", "origin": [8, -0.28423, 19.62227]}, - "faces": { - "north": {"uv": [7, 2, 7.5, 3], "texture": "#1"}, - "east": {"uv": [3.5, 0.5, 5.5, 1.5], "texture": "#1"}, - "south": {"uv": [7, 3, 7.5, 4], "texture": "#1"}, - "west": {"uv": [2, 3.5, 4, 4.5], "texture": "#1"}, - "up": {"uv": [3, 7.5, 2.5, 5.5], "texture": "#1"}, - "down": {"uv": [3.5, 5.5, 3, 7.5], "texture": "#1"} - } - }, - { - "from": [7.5, -0.05185, 15.79485], - "to": [8.5, 1.69815, 22.54485], - "rotation": {"angle": 0, "axis": "x", "origin": [8, 0.82315, 17.66985]}, - "faces": { - "north": {"uv": [4, 7, 4.5, 8], "texture": "#1"}, - "east": {"uv": [0, 0, 3.5, 1], "texture": "#1"}, - "south": {"uv": [7, 4, 7.5, 5], "texture": "#1"}, - "west": {"uv": [0, 1, 3.5, 2], "texture": "#1"}, - "up": {"uv": [4.5, 7, 4, 3.5], "texture": "#1"}, - "down": {"uv": [2.5, 4.5, 2, 8], "texture": "#1"} - } - }, - { - "from": [7.5, -0.55185, 19.29485], - "to": [8.5, -0.05185, 22.54485], - "rotation": {"angle": 0, "axis": "x", "origin": [8, 0.82315, 17.66985]}, - "faces": { - "north": {"uv": [6.5, 8, 7, 8.5], "texture": "#1"}, - "east": {"uv": [3.5, 1.5, 5, 2], "texture": "#1"}, - "south": {"uv": [7, 8, 7.5, 8.5], "texture": "#1"}, - "west": {"uv": [5, 1.5, 6.5, 2], "texture": "#1"}, - "up": {"uv": [6.5, 6.5, 6, 5], "texture": "#1"}, - "down": {"uv": [7, 1.5, 6.5, 3], "texture": "#1"} - } - }, - { - "from": [7.5, -0.3029, 17.04328], - "to": [8.5, 0.1971, 18.79328], - "rotation": {"angle": 0, "axis": "x", "origin": [8, 1.0721, 17.91828]}, - "faces": { - "north": {"uv": [7.5, 8, 8, 8.5], "texture": "#1"}, - "east": {"uv": [7, 5, 8, 5.5], "texture": "#1"}, - "south": {"uv": [8, 8, 8.5, 8.5], "texture": "#1"}, - "west": {"uv": [7, 5.5, 8, 6], "texture": "#1"}, - "up": {"uv": [7.5, 7, 7, 6], "texture": "#1"}, - "down": {"uv": [7.5, 7, 7, 8], "texture": "#1"} - } - }, - { - "from": [7.5, 1.20906, 19.44213], - "to": [8.5, 1.70906, 20.19213], - "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 2.58406, 15.31713]}, - "faces": { - "north": {"uv": [1, 8.5, 1.5, 9], "texture": "#1"}, - "east": {"uv": [1.5, 8.5, 2, 9], "texture": "#1"}, - "south": {"uv": [2.5, 8.5, 3, 9], "texture": "#1"}, - "west": {"uv": [3, 8.5, 3.5, 9], "texture": "#1"}, - "up": {"uv": [4, 9, 3.5, 8.5], "texture": "#1"}, - "down": {"uv": [9, 3.5, 8.5, 4], "texture": "#1"} - } - }, - { - "from": [7.5, 1.45802, 17.19056], - "to": [8.5, 1.95802, 17.94056], - "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 2.83302, 13.06556]}, - "faces": { - "north": {"uv": [8.5, 4, 9, 4.5], "texture": "#1"}, - "east": {"uv": [4.5, 8.5, 5, 9], "texture": "#1"}, - "south": {"uv": [8.5, 4.5, 9, 5], "texture": "#1"}, - "west": {"uv": [5, 8.5, 5.5, 9], "texture": "#1"}, - "up": {"uv": [6, 9, 5.5, 8.5], "texture": "#1"}, - "down": {"uv": [9, 5.5, 8.5, 6], "texture": "#1"} - } - }, - { - "from": [7.4, -0.80185, 22.04485], - "to": [8.6, 3.44815, 23.29485], - "rotation": {"angle": 0, "axis": "x", "origin": [8, 0.82315, 17.66985]}, - "faces": { - "north": {"uv": [3.5, 5.5, 4, 7.5], "texture": "#1"}, - "east": {"uv": [4.5, 5.5, 5, 7.5], "texture": "#1"}, - "south": {"uv": [5, 5.5, 5.5, 7.5], "texture": "#1"}, - "west": {"uv": [5.5, 5.5, 6, 7.5], "texture": "#1"}, - "up": {"uv": [9, 6.5, 8.5, 6], "texture": "#1"}, - "down": {"uv": [7, 8.5, 6.5, 9], "texture": "#1"} - } - }, - { - "from": [7.5, 0.16856, 16.90291], - "to": [8.5, 1.91856, 19.40291], - "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 1.04356, 17.65291]}, - "faces": { - "north": {"uv": [7.5, 0.5, 8, 1.5], "texture": "#1"}, - "east": {"uv": [2.5, 4.5, 4, 5.5], "texture": "#1"}, - "south": {"uv": [7.5, 1.5, 8, 2.5], "texture": "#1"}, - "west": {"uv": [4.5, 3.5, 6, 4.5], "texture": "#1"}, - "up": {"uv": [7, 6.5, 6.5, 5], "texture": "#1"}, - "down": {"uv": [6.5, 6.5, 6, 8], "texture": "#1"} - } - }, - { - "from": [7.5, 0.99205, 20.04292], - "to": [8.5, 2.74205, 22.54292], - "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 1.86705, 20.79292]}, - "faces": { - "north": {"uv": [2.5, 7.5, 3, 8.5], "texture": "#1"}, - "east": {"uv": [4.5, 4.5, 6, 5.5], "texture": "#1"}, - "south": {"uv": [7.5, 2.5, 8, 3.5], "texture": "#1"}, - "west": {"uv": [5.5, 0.5, 7, 1.5], "texture": "#1"}, - "up": {"uv": [7, 8, 6.5, 6.5], "texture": "#1"}, - "down": {"uv": [7.5, 0.5, 7, 2], "texture": "#1"} - } - }, - { - "from": [7.5, 0.77165, 18.93486], - "to": [8.5, 2.52165, 20.43486], - "rotation": {"angle": 0, "axis": "x", "origin": [8, 1.64665, 19.68486]}, - "faces": { - "north": {"uv": [3, 7.5, 3.5, 8.5], "texture": "#1"}, - "east": {"uv": [6, 3, 7, 4], "texture": "#1"}, - "south": {"uv": [3.5, 7.5, 4, 8.5], "texture": "#1"}, - "west": {"uv": [6, 4, 7, 5], "texture": "#1"}, - "up": {"uv": [8, 4.5, 7.5, 3.5], "texture": "#1"}, - "down": {"uv": [5, 7.5, 4.5, 8.5], "texture": "#1"} - } - }, - { - "from": [7.25, 3, 5], - "to": [8.75, 3.25, 5.25], - "faces": { - "north": {"uv": [7.5, 4.5, 8.5, 5], "texture": "#1"}, - "east": {"uv": [8.5, 6.5, 9, 7], "texture": "#1"}, - "south": {"uv": [5, 7.5, 6, 8], "texture": "#1"}, - "west": {"uv": [7, 8.5, 7.5, 9], "texture": "#1"}, - "up": {"uv": [8.5, 6.5, 7.5, 6], "texture": "#1"}, - "down": {"uv": [8.5, 6.5, 7.5, 7], "texture": "#1"} - } - }, - { - "from": [7.25, 3, 2.5], - "to": [8.75, 3.25, 2.75], - "faces": { - "north": {"uv": [7.5, 7, 8.5, 7.5], "texture": "#1"}, - "east": {"uv": [8.5, 7, 9, 7.5], "texture": "#1"}, - "south": {"uv": [7.5, 7.5, 8.5, 8], "texture": "#1"}, - "west": {"uv": [7.5, 8.5, 8, 9], "texture": "#1"}, - "up": {"uv": [9, 0.5, 8, 0], "texture": "#1"}, - "down": {"uv": [9, 0.5, 8, 1], "texture": "#1"} - } - }, - { - "from": [7.25, 3, 2.5], - "to": [8.75, 3.25, 2.75], - "faces": { - "north": {"uv": [1, 8, 2, 8.5], "texture": "#1"}, - "east": {"uv": [8.5, 7.5, 9, 8], "texture": "#1"}, - "south": {"uv": [8, 1, 9, 1.5], "texture": "#1"}, - "west": {"uv": [8, 8.5, 8.5, 9], "texture": "#1"}, - "up": {"uv": [9, 2, 8, 1.5], "texture": "#1"}, - "down": {"uv": [9, 2, 8, 2.5], "texture": "#1"} - } - }, - { - "from": [7.85, 3, 0.25], - "to": [8.15, 3.25, 0.5], - "faces": { - "north": {"uv": [8.5, 8, 9, 8.5], "texture": "#1"}, - "east": {"uv": [8.5, 8.5, 9, 9], "texture": "#1"}, - "south": {"uv": [9, 0, 9.5, 0.5], "texture": "#1"}, - "west": {"uv": [9, 0.5, 9.5, 1], "texture": "#1"}, - "up": {"uv": [1.5, 9.5, 1, 9], "texture": "#1"}, - "down": {"uv": [9.5, 1, 9, 1.5], "texture": "#1"} - } - }, - { - "from": [7.85, 3, 0.25], - "to": [8.15, 3.25, 0.5], - "faces": { - "north": {"uv": [1.5, 9, 2, 9.5], "texture": "#1"}, - "east": {"uv": [9, 1.5, 9.5, 2], "texture": "#1"}, - "south": {"uv": [2, 9, 2.5, 9.5], "texture": "#1"}, - "west": {"uv": [9, 2, 9.5, 2.5], "texture": "#1"}, - "up": {"uv": [3, 9.5, 2.5, 9], "texture": "#1"}, - "down": {"uv": [9.5, 2.5, 9, 3], "texture": "#1"} - } - }, - { - "from": [8.6, 3, 2.75], - "to": [8.75, 3.25, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [1.35, 0, 0]}, - "faces": { - "north": {"uv": [3, 9, 3.5, 9.5], "texture": "#1"}, - "east": {"uv": [8, 2.5, 9, 3], "texture": "#1"}, - "south": {"uv": [9, 3, 9.5, 3.5], "texture": "#1"}, - "west": {"uv": [8, 3, 9, 3.5], "texture": "#1"}, - "up": {"uv": [2.5, 9, 2, 8], "texture": "#1"}, - "down": {"uv": [8.5, 3.5, 8, 4.5], "texture": "#1"} - } - }, - { - "from": [7.25, 3, 2.75], - "to": [7.4, 3.25, 5], - "faces": { - "north": {"uv": [3.5, 9, 4, 9.5], "texture": "#1"}, - "east": {"uv": [5, 8, 6, 8.5], "texture": "#1"}, - "south": {"uv": [9, 3.5, 9.5, 4], "texture": "#1"}, - "west": {"uv": [8, 5, 9, 5.5], "texture": "#1"}, - "up": {"uv": [4.5, 9, 4, 8], "texture": "#1"}, - "down": {"uv": [6.5, 8, 6, 9], "texture": "#1"} - } - }, - { - "from": [7.6, 1.25, 4.5], - "to": [8.4, 2.5, 13], - "faces": { - "north": {"uv": [4, 9, 4.5, 9.5], "texture": "#1"}, - "east": {"uv": [1, 3, 5.5, 3.5], "texture": "#1"}, - "south": {"uv": [9, 4, 9.5, 4.5], "texture": "#1"}, - "west": {"uv": [3.5, 0, 8, 0.5], "texture": "#1"}, - "up": {"uv": [1.5, 8, 1, 3.5], "texture": "#1"}, - "down": {"uv": [2, 3.5, 1.5, 8], "texture": "#1"} - } - }, - { - "from": [7.85, 0.25, 10.75], - "to": [8.15, 1.25, 11], - "faces": { - "north": {"uv": [4.5, 9, 5, 9.5], "texture": "#1"}, - "east": {"uv": [9, 4.5, 9.5, 5], "texture": "#1"}, - "south": {"uv": [5, 9, 5.5, 9.5], "texture": "#1"}, - "west": {"uv": [9, 5, 9.5, 5.5], "texture": "#1"}, - "up": {"uv": [6, 9.5, 5.5, 9], "texture": "#1"}, - "down": {"uv": [9.5, 5.5, 9, 6], "texture": "#1"} - } - }, - { - "from": [7.85, 0.25, 11], - "to": [8.15, 0.5, 12.25], - "faces": { - "north": {"uv": [6, 9, 6.5, 9.5], "texture": "#1"}, - "east": {"uv": [9, 6, 9.5, 6.5], "texture": "#1"}, - "south": {"uv": [6.5, 9, 7, 9.5], "texture": "#1"}, - "west": {"uv": [9, 6.5, 9.5, 7], "texture": "#1"}, - "up": {"uv": [7.5, 9.5, 7, 9], "texture": "#1"}, - "down": {"uv": [9.5, 7, 9, 7.5], "texture": "#1"} - } - }, - { - "from": [7.85, 0.75, 10.25], - "to": [8.15, 1, 10.75], - "faces": { - "north": {"uv": [7.5, 9, 8, 9.5], "texture": "#1"}, - "east": {"uv": [9, 7.5, 9.5, 8], "texture": "#1"}, - "south": {"uv": [8, 9, 8.5, 9.5], "texture": "#1"}, - "west": {"uv": [9, 8, 9.5, 8.5], "texture": "#1"}, - "up": {"uv": [9, 9.5, 8.5, 9], "texture": "#1"}, - "down": {"uv": [9.5, 8.5, 9, 9], "texture": "#1"} - } - }, - { - "from": [7.85, 0.25, 12.25], - "to": [8.15, 1.25, 12.5], - "faces": { - "north": {"uv": [9, 9, 9.5, 9.5], "texture": "#1"}, - "east": {"uv": [0, 9.5, 0.5, 10], "texture": "#1"}, - "south": {"uv": [9.5, 0, 10, 0.5], "texture": "#1"}, - "west": {"uv": [0.5, 9.5, 1, 10], "texture": "#1"}, - "up": {"uv": [10, 1, 9.5, 0.5], "texture": "#1"}, - "down": {"uv": [1.5, 9.5, 1, 10], "texture": "#1"} - } - }, - { - "from": [7.85, 0.75, 11.75], - "to": [8.15, 1.25, 12], - "faces": { - "north": {"uv": [9.5, 1, 10, 1.5], "texture": "#1"}, - "east": {"uv": [1.5, 9.5, 2, 10], "texture": "#1"}, - "south": {"uv": [9.5, 1.5, 10, 2], "texture": "#1"}, - "west": {"uv": [2, 9.5, 2.5, 10], "texture": "#1"}, - "up": {"uv": [10, 2.5, 9.5, 2], "texture": "#1"}, - "down": {"uv": [3, 9.5, 2.5, 10], "texture": "#1"} - } - } - ], - "display": { - "thirdperson_righthand": { - "translation": [-1.25, 5.25, -4.75] - }, - "ground": { - "translation": [0, 6, -5] - }, - "head": { - "translation": [0, 14.75, -5.25] - }, - "fixed": { - "rotation": [90, -45, 90], - "translation": [-0.5, 7.25, 0] - } - }, - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23] - } - ] -} \ No newline at end of file