TAB_mk
TAB_mk
https://github.com/guyht/notp/blob/bbdf82a34e5cb1534c411aaa63185bfab29feba0/index.js#L10-L19 `intToBytes(9999999999999)` will give `[0, 0, 0, 0, 78, 114, 159, 255]` which is `` But `9999999999999` decimal to hexadecimal must return `00 00 09 18 4E 72 9F FF`
Make render based on `/assets/minecraft/blockstates/` and `/assets/minecraft/models/` info. Acacia log example: ``` > /assets/minecraft/blockstates/acacia_log.json { "variants": { "axis=x": { "model": "minecraft:block/acacia_log_horizontal", "x": 90, "y": 90 }, "axis=y": { "model": "minecraft:block/acacia_log"...
https://github.com/TABmk/minecraft-blocks-render/pull/7 PR merged into `sides-render-for-no-option` branch