Skip to content

Commit

Permalink
Texture Changes & Bug Fixes
Browse files Browse the repository at this point in the history
Many texture changes
Many bug fixes
  • Loading branch information
Nyancatpig committed Aug 1, 2022
1 parent 017ed65 commit bcb4eef
Show file tree
Hide file tree
Showing 40 changed files with 32 additions and 2 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ dependencies {

//implementation fg.deobf("curse.maven:abnormals-core:3457851")
implementation fg.deobf("curse.maven:farmersdelight-398521:3765351")
runtimeOnly fg.deobf("curse.maven:brewinandchewin-637808:3854764")
runtimeOnly fg.deobf("curse.maven:appleskin-248787:3686482")


Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"item": "culturaldelights:pickle"
},
"title": "Funniest thing I've ever seen!",
"description": "Obtain a pickle through pickling",
"description": "Pickle a cucumber in the fermenter",
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
Expand All @@ -17,7 +17,9 @@
"conditions": {
"items": [
{
"item": "culturaldelights:pickle"
"items": [
"culturaldelights:pickle"
]
}
]
}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"type": "brewinandchewin:fermenting",
"ingredients": [
{
"item": "culturaldelights:cucumber"
},
{
"item": "culturaldelights:cucumber"
},
{
"item": "culturaldelights:cucumber"
},
{
"item": "culturaldelights:cucumber"
}
],
"result": {
"item": "culturaldelights:pickle",
"count": 4
},
"liquid": {
"item": "farmersdelight:apple_cider"
},
"experience": 0.6,
"cookingtime": 12000,
"temperature": 3
}

0 comments on commit bcb4eef

Please sign in to comment.