Modern Model Format 图标

Modern Model Format

作者:rebot | 分类:模组

价格:0 墨喵币 下载量:0 点赞:0 版本 1.3.0_1.19.3-1.21.3
本资源为搬运资源,原资源地址: https://modrinth.com/mod/modern-model-format
资源信息

Minecraft 版本: 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3

平台: fabric

资源介绍

github banner
github issues

Allows the use of the 1.21.11 model format in older versions with the help of black magic, specifically allowing all three axis (XYZ) rotation and incrementes larger/smaller than 22.5°, additionally removing the 3x3x3 size constraint.

Example

Showcase of the mod featuring a diamond block with three axis rotation

Model File: `assets/minecraft/models/block/diamond_block.json` ```json { "format_version": "1.21.11", "textures": { "all": "block/diamond_block" }, "elements": [ { "from": [0, 0, 0], "to": [16, 16, 16], "rotation": {"x": 45, "y": 45, "z": 45, "origin": [8, 8, 8]}, "faces": { "north": {"uv": [0, 0, 16, 16], "texture": "#all"}, "east": {"uv": [0, 0, 16, 16], "texture": "#all"}, "south": {"uv": [0, 0, 16, 16], "texture": "#all"}, "west": {"uv": [0, 0, 16, 16], "texture": "#all"}, "up": {"uv": [0, 0, 16, 16], "texture": "#all"}, "down": {"uv": [0, 0, 16, 16], "texture": "#all"} } } ] } ```

Supports both rotation types:

All axis rotation

  "rotation": {
    "x": 45,
    "y": 45,
    "z": 45,
    "origin": [
      8,
      8,
      8
    ]
  }

Single axis rotation

  "rotation": {
    "angle": 45,
    "axis": "y",
    "origin": [
      8,
      8,
      8
    ]
  }

Maven

repositories {
  maven { url 'https://jitpack.io' }
}

dependencies {
  modImplementation 'com.github.Nico44YT:ModernModelFormat:<version>'
}

Version generally is comprised of "_"
e.g: "1.3.0-1.19.3-1.21.3"

Issues

If you have found an issue please report it on the github, along with (if applicable):

  • any logs
  • the model
  • a screenshot
  • the game version
  • modlist
My models are not loading anymore

Try checking the model file for any extra brackets {} because Modern Model Format ensure a strict json validation.

Example:

[18:30:32] [Worker-Main-2/ERROR]: Failed to load model mod_id:models/item/example_item.json
com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 506 path $
下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
登录 后发表评论。

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

🔥 相关推荐
Keybind CFG

价格:0 墨喵币
下载量:0

查看详情
item name deobfuscator

价格:0 墨喵币
下载量:0

查看详情
Baby Horde Moon

价格:0 墨喵币
下载量:0

查看详情
Crystal Leveling

价格:0 墨喵币
下载量:0

查看详情