Coder Social home page Coder Social logo

stardewmods's People

Contributors

danvolchek avatar pathoschild avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

stardewmods's Issues

Update Giant Crop Ring's manifest.json

Giant Crop Ring's manifest.json doesn't have an update key (so SMAPI won't notify players about updates), and doesn't list CustomElementHandler as a dependency (so players don't get a friendly error if they forget to install that). Here's my suggested manifest.json content. :)

{
   "Name": "Giant Crop Ring",
   "Author": "Cat",
   "Version": "1.0.0",
   "Description": "Adds a ring which increases the chance of getting giant crops.",
   "UniqueID": "cat.giantcropring",
   "EntryDll": "GiantCropRing.dll",
   "MinimumApiVersion": "2.0",
   "UpdateKeys": ["Nexus:1182"],
   "Dependencies": [
     {
       "UniqueID": "Platonymous.CustomElementHandler"
     }
   ]
}

Better Fruit Trees not working as intended?

can't plant saplings next to each other with only one space between them. Using SMAPI 2.7 on 1.3.28 and the version for beta 1.3. There is no error in SMAPI, in game is just the default message of "to close to another tree"

unless I am misunderstanding the way the mod is supposed to work

[BUG] Honey in BAGI isn't displayed properly when ready to be harvested.

Honey as an Item ready to be harvested shows the default honey icon, yet once harvested and in inventory the correct asset is shown. Unfortunately I can't narrow down what could be causing this, as an uneducated guess possibly due to the fact that from Bee Houses, you only get one item i.e. Honey, yet with kegs you can have multiple possible outputs hence multiple assets. This issue is solely relegated to Bee Houses and Honey, everything works as intended with Kegs, Casks etc.

Feature Request: Extend Content Pack support to include markerTiles

(Desert Obelisk mod) Currently the tilesheet for the Desert warp end point (markerTiles.xnb) must be replaced in the mod assets folder to be changed. Having the content pack support extended to include overrides for it will make it easier to change those tiles out and have recolor options. Supporting PNG format for it would be helpful as well.

Pong - Skipped mod

Pong no longer runs in recent versions of the game with the below error:

[SMAPI] Skipped mods
[SMAPI] --------------------------------------------------
[SMAPI] These mods could not be added to your game.
[SMAPI] - Pong 1.0 because it's no longer compatible. Please check for a new version at https://mods.smapi.io

I am assuming #6 fixes this, but am unsure. If it does, uploading a new version to nexus should be all that's needed. :)

[Customizable Death Penalty] 1.4.1 not working

SMAPI 2.11(.1) is throwing errors for CDP 1.4.1 when I die and does not prevent item loss.

[Customizable Death Penalty] This mod failed in the GameLoop.UpdateTicked event.

Technical Details: System.NullReferenceException: Object reference not set to an instance of an object.
 at CustomizableDeathPenalty.PlayerState..ctor(Int32 m,Int32 d, Int32, l, IEnumberable `1 i) in C:\User\Dan\Desktop\stardew-github\StardewMods\CustomizableDeathPenalty\PlayerStateManager.cs:rule 48
 at CustomizableDeathPenalty.PlayerStateManager.SaveState() in C:\User\Dan\Desktop\stardew-github\StardewMods\CustomizableDeathPenalty\PlayerStateManager.cs:line 16
 at CustomizableDeathPenalty.OnUpdateTicket(Object sender, UpdateTickedEventArgs e) in C:\User\Dan\Desktop\stardew-github\StardewMods\CustomizableDeathPenalty\ModEntry.cs:line 42
 at StardewModdingAPI.Framework.Events.ManagedEvent`1.Raise(TEventArgs args) in C:\source\_Stardew\SMAPI\src\SMAPI\Framework\Events\ManagedEvent.cs:line 62

1.3.0 works fine, but the fishing rod attachments go missing on death.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.