Skip to content

Commit

Permalink
- Fixed fish and other gender specific gifts maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
JahxSenpoopie committed Oct 8, 2024
1 parent c6a3ce5 commit 6108ba8
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 25 deletions.
5 changes: 1 addition & 4 deletions common/src/main/resources/data/environmental/gifts/fish.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@
"age_group": "child",
"satisfaction_boost": -20
},
{
"gender": "female",
"satisfaction_boost": -5
},

{
"trait": "vegetarian",
"satisfaction_boost": -5
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
{
"conditions": [
{
"profession": "mca:baker",
"satisfaction_boost": 8
},
{
"profession": "minecraft:butcher",
"satisfaction_boost": 6
"satisfaction_boost": 10
},
{
"trait": "vegetarian",
Expand Down
8 changes: 2 additions & 6 deletions common/src/main/resources/data/mca/gifts/conduit.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
{
"conditions": [
{
"gender": "female",
"satisfaction_boost": 30
},
{
"profession": "minecraft:fisherman",
"satisfaction_boost": 20
"satisfaction_boost": 25
}
],
"items": {
"minecraft:conduit": 20
"minecraft:conduit": 30
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
}
],
"items": {
"minecraft:crafting_table": 8
"minecraft:crafting_table": 10
}
}
4 changes: 0 additions & 4 deletions common/src/main/resources/data/mca/gifts/flower_pot.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
{
"profession": "minecraft:mason",
"satisfaction_boost": 10
},
{
"gender": "female",
"satisfaction_boost": 5
}
],
"items": {
Expand Down
2 changes: 1 addition & 1 deletion common/src/main/resources/data/mca/gifts/meats.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"conditions": [
{
"profession": "minecraft:butcher",
"satisfaction_boost": 6
"satisfaction_boost": 10
},
{
"trait": "vegetarian",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
"age_group": "child",
"satisfaction_boost": -20
},
{
"gender": "female",
"satisfaction_boost": -5
},
{
"trait": "vegetarian",
"satisfaction_boost": -5
Expand Down

0 comments on commit 6108ba8

Please sign in to comment.