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

Commit

Permalink
Merge branch 'hotfix/v1.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
UndeadZeratul committed Sep 15, 2016
2 parents cc10b2c + 9f0be17 commit 55ad078
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions common/base/config/SpiceOfLife.cfg
Expand Up @@ -76,12 +76,12 @@ server {
# The maximum time it takes to eat a food after being modified by food.eating.speed.modifier
# The default eating duration is 32. Set this to 0 to remove the limit on eating speed.
# Note: If this is set to 0 and food.eating.speed.modifier is > 0, a food with 0% nutrtional value will take nearly infinite time to eat
I:food.eating.duration.max=64
I:food.eating.duration.max=32

# If set to greater than zero, food eating speed will be affected by nutritional value
# (meaning the lower the nutrtional value, the longer it will take to eat it)
# Eating duration is calcualted using the formula (eating_duration / (nutritional_value^eating_speed_modifier))
D:food.eating.speed.modifier=1.0
D:food.eating.speed.modifier=0

# The maximum amount of eaten foods stored in the history at a time
I:food.history.length=64
Expand Down
4 changes: 2 additions & 2 deletions common/base/config/SpiceOfLife/Fruits.json
Expand Up @@ -2,8 +2,8 @@
"name": "Fruits",
"food": {
"oredict": [
"listAllfruit",
"listAllberry"
"listAllberry",
"listAllfruit"
]
}
}
2 changes: 2 additions & 0 deletions common/base/config/SpiceOfLife/Vegetables.json
Expand Up @@ -2,6 +2,8 @@
"name": "Vegetables",
"food": {
"oredict": [
"listAllrootveggie",
"listAllvegetable",
"listAllveggie"
]
}
Expand Down
3 changes: 3 additions & 0 deletions common/base/config/twbbtweaks.cfg
Expand Up @@ -583,6 +583,9 @@ general {
listAllturkeyraw|listAllmeatraw
listAllvenisoncooked|listAllmeatcooked
listAllvenisonraw|listAllmeatraw
listAllrootveggie|listAllveggie
listAllvegetable|listAllveggie
listAllveggie|listAllvegetable
cropAvacado|listAllfood
cropMelon|listAllfood
cropRice|listAllfood
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.undeadzeratul</groupId>
<artifactId>TWBB</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<name>There Will Be Blood</name>
<url>http://maven.apache.org</url>
<packaging>pom</packaging>
Expand Down

0 comments on commit 55ad078

Please sign in to comment.