Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.4.0 #20

Merged
merged 82 commits into from
Jul 16, 2024
Merged

0.4.0 #20

merged 82 commits into from
Jul 16, 2024

Conversation

xen-42
Copy link
Member

@xen-42 xen-42 commented Jul 13, 2024

Winch

  • Now uses HarmonyX
  • Updated game libs
  • New EnumUtil class for helping modders to parse or create enums during runtime
  • Custom fish now get added to encyclopedia
  • Item IDs must be unique now. It will error if you have duplicate items.
  • Fixed a bug that stops you from reloading your save after exiting to main menu
  • Fixed item data converters not including base class fields
  • Added a ton of missing fields and default values for existing item data converters
  • Fix nets ignoring slots that only accept certain item types when you pickup and place an item
  • Item type icons
  • New item data types
    • Durable
    • Nets
  • New asset folder GridConfigs for making trawl nets' and crab pots' inventory grid.
  • Can now actually make fish aberrations and connect them to their original version.
  • New POI type Items. A spot that you can pick up 1 item from. Vanilla uses this for message in a bottles.
  • Fix item poi handler to not decrease stock when item cannot fit in inventory (for the ItemPOIs above)

Example Items

  • Added harvest POI that was sitting in project but wasn't actually copied to the mod build
  • Added tons of more examples
    • POIs for actually getting these items (they are all by the Gale Cliffs Pontoon)
    • Aberrations
    • Crab
    • Trinket
    • Fishing Rod
    • Crab Pot
    • Trawl Net
    • Engine
    • Light
    • Relic
    • Researchable Book
    • Message in a Bottle
    • Note
    • Journal

Anumania and others added 30 commits May 24, 2023 16:27
ExampleItems poi file is set to not copy on build. the rest of the files in example directory are set to copy.

Co-authored-by: Anumania <[email protected]>
pots doesn't makes sense because deployables could be nets, pots, etc.
@MegaPiggy MegaPiggy force-pushed the dev branch 2 times, most recently from 02e7734 to d22e035 Compare July 15, 2024 10:08
@MegaPiggy MegaPiggy marked this pull request as ready for review July 16, 2024 05:29
@xen-42 xen-42 changed the title Dev 0.4.0 Jul 16, 2024
@xen-42 xen-42 added the update-pr Use this tag to draft a release after merging label Jul 16, 2024
@xen-42 xen-42 merged commit 95d27c0 into master Jul 16, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
update-pr Use this tag to draft a release after merging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants