Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: initial support for 1.13+ #20

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "external/minecraft-data"]
path = external/minecraft-data
url = https://github.com/PrismarineJS/minecraft-data.git
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
shamefully-hoist=true
strict-peer-dependencies=false
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# minecraft-artifier-js
JavaScript/Node.js Web Converter from image to Minecraft blocks.<br>
Can open and save 1.12 and lower .schematics of Minecraft.
Can open and save 1.20 and lower .schematics of Minecraft.

Public part of <a href="https://minecraftart.netlify.com/">minecraftart.netlify.com</a>
901 changes: 518 additions & 383 deletions app/index.html

Large diffs are not rendered by default.

Loading