Skip to content

Commit

Permalink
Removed old test pack and created config template.
Browse files Browse the repository at this point in the history
Didn't see a reason to keep the old test pack.  I also felt it may be
useful to keep a template with all the current working config options
for anyone to use.
  • Loading branch information
Ecu committed Feb 10, 2015
1 parent cb220c0 commit eb2d185
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions src/main/resources/mods/quiddity/redux/json/model/template.json
@@ -0,0 +1,49 @@
{
"id" : "",
"name" : "",
"author" : "",
"description" : "",
"block_list" : [
{
"extends" : "",
"id" : "",
"name" : "",
"description" : "",
"material" : "",
"full_cube" : true,
"is_weak" : false,
"collision_boxes" : [
{
"minX" : 0.0,
"minY" : 0.0,
"minZ" : 0.0,
"maxX" : 1.0,
"maxY" : 1.0,
"maxZ" : 1.0
}
],
"directional" : false,
"custom_properties" : [
{
"<property name>" : ""
}
],
"ignored_properties" : [
""
],
"redstone_output_property" : "",
"creative_tab" : "",
"creative_tab_icon" : "",
"tick_rate" : 0,
"script" : [
{
"trigger" : "",
"on_cause" : true,
"commands" : [
""
]
}
]
}
]
}
Binary file not shown.

0 comments on commit eb2d185

Please sign in to comment.