Skip to content

Commit

Permalink
Add jmc2obj and mineways
Browse files Browse the repository at this point in the history
  • Loading branch information
h404bi committed Jan 1, 2019
1 parent d9280c3 commit 1d5a716
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
20 changes: 20 additions & 0 deletions jmc2obj.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"homepage": "https://www.jmc2obj.net/",
"description": "A Minecraft to .Obj exporter written in Java.",
"version": "dev_g50",
"url": "https://www.jmc2obj.net/downloads/jMc2Obj-dev_g50.jar",
"hash": "810455c73d0042a135a2d0c92ad93da5abab9629b8bd202898ecb4d6fd6bde47",
"bin": [
[
"jMc2Obj-dev_g50.jar",
"jmc2obj"
]
],
"checkver": {
"url": "https://www.jmc2obj.net/downloads/update.xml",
"re": "jMc2Obj-([\\w_\\d]+).jar"
},
"autoupdate": {
"url": "https://www.jmc2obj.net/downloads/jMc2Obj-$version.jar"
}
}
15 changes: 15 additions & 0 deletions mineways.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"homepage": "http://mineways.com/",
"description": "Exports models from Minecraft for 3D printing or rendering.",
"version": "6.04",
"url": "http://realtimerendering.com/erich/minecraft/public/mineways/mineways.zip",
"hash": "a9140cff86665f1e9646e1e02f9857be02ca0b487035e6032e3eb56dafae769d",
"extract_dir": "mineways",
"bin": "Mineways.exe",
"checkver": {
"re": "Download Mineways ([\\d.]+) for Windows"
},
"autoupdate": {
"url": "http://realtimerendering.com/erich/minecraft/public/mineways/mineways.zip"
}
}

0 comments on commit 1d5a716

Please sign in to comment.