Skip to content

Commit

Permalink
fix wild grapes
Browse files Browse the repository at this point in the history
  • Loading branch information
eerussianguy committed Jun 26, 2024
1 parent 819e4ca commit 9097345
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
9 changes: 1 addition & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,2 @@
### Changes
- Fix bee entities not spawning, reduce bee spawn count
- Fix stomping barrels not updating while being stomped by a non-player
- Fix grape seeds being placeable where they can't grow
- Fix grape string being sometimes able to survive when it shouldn't
- Don't give a cork back to the player when opening wine
- Fix one of the slots of the barrel press being unusable
- Fix wine shelf item appearing huge when dropped
- Fix grape debug view being visible in jade outside of debug mode
- Fix an issue where spawning of wild grapes was broken.
2 changes: 1 addition & 1 deletion resources/world_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def generate(rm: ResourceManager):

configured_patch_feature(rm, 'wild_red_grapes', patch_config('firmalife:plant/wild_red_grapes', 1, 15, 5), decorate_chance(100), decorate_square(), decorate_climate(0, 30, 125, 500))
configured_patch_feature(rm, 'wild_white_grapes', patch_config('firmalife:plant/wild_white_grapes', 1, 15, 5), decorate_chance(100), decorate_square(), decorate_climate(0, 30, 125, 500))
placed_feature_tag(rm, 'tfc:feature/land_plants', 'firmalife:wild_red_grapes', 'firmalife:wild_white_grapes')
placed_feature_tag(rm, 'tfc:feature/land_plants', 'firmalife:wild_red_grapes_patch', 'firmalife:wild_white_grapes_patch')

for berry, data in STILL_BUSHES.items():
bush_block = 'firmalife:plant/%s_bush[lifecycle=healthy,stage=0]' % berry
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"__comment__": "This file was automatically created by mcresources",
"replace": false,
"values": [
"firmalife:wild_red_grapes",
"firmalife:wild_white_grapes"
"firmalife:wild_red_grapes_patch",
"firmalife:wild_white_grapes_patch"
]
}

0 comments on commit 9097345

Please sign in to comment.