Skip to content
This repository has been archived by the owner on Apr 23, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2 from lipki/patch-1
Browse files Browse the repository at this point in the history
ad info in bl_info
  • Loading branch information
freundTech committed Dec 13, 2014
2 parents 2df36cf + fe58da9 commit 9170eb3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion blender2minecraft.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
bl_info = {
"name": "Blender2Minecraft",
"category": "Import-Export",
"author": "freundTech",
"version": (0, 1),
"blender": (2, 6, 9),
"location": "File > Export > Export to Minecraft",
"description": "Export Scene as Minecraft Blockmodel",
"wiki_url": "https://github.com/freundTech/blender2minecraft/wiki",
"tracker_url": "https://github.com/freundTech/blender2minecraft/issues",
"support": "COMMUNITY",
"category": "Import-Export"
}


Expand Down

0 comments on commit 9170eb3

Please sign in to comment.