Skip to content

Commit 4ee48b3

Browse files
authored
[Experimental] fern mod update (#43)
* remove id from region_overlay * fix harvest by season
1 parent 34e75c8 commit 4ee48b3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

data/Unleash_The_Mods/mods/fern_mod/forest.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[
22
{
33
"type": "region_overlay",
4-
"id": "default_overlay",
54
"regions": [ "all" ],
65
"forest_mapgen_settings": {
76
"forest": { "components": { "shrubs_and_flowers": { "types": { "t_fern": 15 } } } },

data/Unleash_The_Mods/mods/fern_mod/items.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"coverage": 20,
1212
"flags": [ "FLAMMABLE_ASH", "DIGGABLE", "FLAT", "THIN_OBSTACLE", "SHRUB" ],
1313
"examine_action": "harvest_ter_nectar",
14-
"harvest_by_season": [ { "seasons": [ "spring" ], "entries": [ { "drop": "fiddlehead_raw", "base_num": [ 1, 4 ] } ] } ],
14+
"harvest_by_season": [ { "seasons": [ "spring" ], "id": "fiddlehead_raw" } ],
1515
"transforms_into": "t_fern_harvested",
1616
"bash": {
1717
"str_min": 2,

0 commit comments

Comments
 (0)