Skip to content

Commit

Permalink
Merge pull request #46 from renbear67/master
Browse files Browse the repository at this point in the history
Final batch of fixes
  • Loading branch information
sayterdarkwynd authored Jul 22, 2016
2 parents 6c0f4c2 + c6ccd71 commit aa16fe8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion interface/windowconfig/distill.config
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"position" : [-5, 252],
"icon" : {
"type" : "image",
"file" : "/interface/crafting/anvil.png",
"file" : "/interface/crafting/craftinganvil.png",
"position" : [0, -20],
"zlevel" : -1
}
Expand Down
2 changes: 1 addition & 1 deletion interface/windowconfig/ferment.config
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"position" : [-5, 252],
"icon" : {
"type" : "image",
"file" : "/interface/crafting/anvil.png",
"file" : "/interface/crafting/craftinganvil.png",
"position" : [0, -20],
"zlevel" : -1
}
Expand Down
2 changes: 1 addition & 1 deletion interface/windowconfig/mash.config
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"position" : [-5, 252],
"icon" : {
"type" : "image",
"file" : "/interface/crafting/anvil.png",
"file" : "/interface/crafting/craftinganvil.png",
"position" : [0, -20],
"zlevel" : -1
}
Expand Down
3 changes: 2 additions & 1 deletion monsters/generated/ground/largebiped/default.frames
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"walkbackwards.5" : "walk.4",
"walkbackwards.6" : "walk.3",
"walkbackwards.7" : "walk.2",
"walkbackwards.8" : "walk.1"
"walkbackwards.8" : "walk.1",
"idle.1" : "idle"
}
}
7 changes: 5 additions & 2 deletions objects/farmables/a_ise/quellstem/wildquellstem.object
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,8 @@
"resetToStage" : 0
}
],
"maxImmersion" : 0.125
}
"maxImmersion" : 0.125,
"breakDropOptions" : [
[ [ "quellstem", 1, { } ] ]
]
}

0 comments on commit aa16fe8

Please sign in to comment.