minecraft-render icon indicating copy to clipboard operation
minecraft-render copied to clipboard

Minecraft block rendering with node.js

Results 8 minecraft-render issues
Sort by recently updated
recently updated
newest added

Currently when using a mod jar file no blocks are found to render. Maybe there is a way to render blocks from modded jars?

Some blocks like stairs are rendering correctly however many others such as lectern, crafting table are rendering from the incorrect corner as shown below. ![image](https://user-images.githubusercontent.com/734177/127691740-e855d796-ece3-420b-9cd3-539e8b8c48e5.png)

- Additional cli parameter `--namespace` - Optional constructor parameter for `Minecraft` - Allows different namespaces than `minecraft:`, allowing support for mods

Chain: ![chain](https://user-images.githubusercontent.com/17093811/127186926-1162f866-79a6-4919-99c8-8779abc57084.png) CommandBlock: ![chain_command_block](https://user-images.githubusercontent.com/17093811/127186849-509eaad7-116c-4e55-ae97-380e8501e186.png) sea_lantern: ![sea_lantern](https://user-images.githubusercontent.com/17093811/127187075-12d60801-6f92-4372-9a65-9d589772ec86.png) Besides, some blocks such as grass_block are not colored.

- [x] Basic implementation - [ ] Use frames property

enhancement

I know this isnt strictly speaking an issue, but I have no idea how to resolve it. I am quite new to github and how to work around it, and...

I'm running: `npx minecraft-render` I'm on Windows 11 using VS 2017 Full error: ``` Error: Cannot find module '../dist' Require stack: - C:\Users\XXXX\Desktop\minecraft-render-master\bin\minecraft-render.js at Module._resolveFilename (node:internal/modules/cjs/loader:1077:15) at Module._load (node:internal/modules/cjs/loader:922:27) at...

On Nodejs-18: ``` npm ERR! code 1 npm ERR! path D:\Java\NekoMaid\node_modules\gl npm ERR! command failed npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c prebuild-install || node-gyp rebuild npm ERR! 在此解决方案中一次生成一个项目。若要启用并行生成,请添加“/m”开关。 npm...