-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Additions: Fisher recipe to craft (vanilla) giant bone axe Fixes: Seaweed seeds were named hibiscus seeds Fisher error about facing/direction
- Loading branch information
1 parent
c59f9fd
commit 1d006fb
Showing
8 changed files
with
46 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"type": "recipe", | ||
"effort": 66, | ||
"work_units": 2, | ||
"recipe_name": "i18n(stonehearth:entities.weapons.giant_bone_axe.display_name)", | ||
"description": "i18n(stonehearth:entities.weapons.giant_bone_axe.description)", | ||
"flavor": "", | ||
"portrait": "/stonehearth/entities/weapons/giant_bone_axe/giant_bone_axe.png", | ||
"workshop": "archipelago_biome:fisher:workbench", | ||
"level_requirement": 6, | ||
"ingredients": [ | ||
{ | ||
"material": "pelt resource", | ||
"count": 2 | ||
}, | ||
{ | ||
"material": "fiber resource", | ||
"count": 2 | ||
}, | ||
{ | ||
"uri": "archipelago_biome:food:big_fish", | ||
"count": 5 | ||
} | ||
], | ||
"produces": [ | ||
{ | ||
"item": "stonehearth:weapons:giant_bone_axe" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
Additions: | ||
Fish stall. Input storage for 12 fish. | ||
Fisher recipe to craft (vanilla) giant bone axe | ||
|
||
Changes: | ||
Fish zones can't be draw on deep water. It can go on the water edge or in shallow water. | ||
|
||
Changes for ACE: | ||
|
||
|
||
Fixes: | ||
(for Firefly mod) Fixed fisher article on goblinpedia | ||
Seaweed seeds were named hibiscus seeds | ||
Fisher error about facing/direction | ||
(for ACE mod) |