Skip to content

Commit

Permalink
Merge pull request #10 from Molenfeuer/v2.0.0
Browse files Browse the repository at this point in the history
v2.0.0
  • Loading branch information
Molenfeuer authored Mar 21, 2024
2 parents feeb494 + 22fb2b0 commit ce958bc
Show file tree
Hide file tree
Showing 10 changed files with 60 additions and 179 deletions.
Binary file added Buildings/mill/Skins/texture_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Buildings/mill/Skins/texture_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Buildings/mill/Skins/texture_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Buildings/mill/Skins/texture_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
69 changes: 55 additions & 14 deletions Buildings/mill/building.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@
"X": 7,
"Y": 2
},
"Id": "Nordmole.Millnificent.Mill",
"SourceRect": "0 0 112 144",
"Id": "Molenfeuer.Millnificent.Mill",
"SourceRect": {
"X": 0,
"Y": 0,
"Width": 112,
"Height": 144
},
"BuildCost": 2500,
"BuildDays": 2,
"BuildMaterials": [
Expand All @@ -27,26 +32,28 @@
"DrawShadow": false,
"DrawLayers": [
{
"SourceRect": "0 149 112 112",
"SourceRect": {
"X": 0,
"Y": 149,
"Width": 112,
"Height": 112
},
"DrawPosition": {
"X": 0,
"Y": 0
},
"FrameCount": 18,
"FrameDuration": 45,
"FramesPerRow": 4
},
{
"SourceRect": "213 0 48 48",
"DrawBehindBase": true,
"DrawPosition": {
"X": 32,
"Y": 62
}
"FramesPerRow": 4,
"SortTileOffset": -1
},
{
"SourceRect": "117 0 48 48",
"DrawBehindBase": true,
"SourceRect": {
"X": 117,
"Y": 0,
"Width": 48,
"Height": 48
},
"DrawPosition": {
"X": 32,
"Y": 62
Expand Down Expand Up @@ -142,5 +149,39 @@
"RequiredCount": 1,
"MaxDailyConversions": -1
}
],
"PaintMasks": [
{
"Name": "Building"
},
{
"Name": "Roof"
}
],
"Skins": [
{
"ID": "KatyDTK.ShyKitty",
"Name": "Shy Kitty (by KatyDTK)",
"Description": "mill.description",
"Texture": "texture_1"
},
{
"ID": "KatyDTK.SleepyKitty",
"Name": "Sleepy Kitty (by KatyDTK)",
"Description": "mill.description",
"Texture": "texture_2"
},
{
"ID": "Molenfeuer.PinkPrincess",
"Name": "Pink Princess (by Molenfeuer)",
"Description": "mill.description",
"Texture": "texture_3"
},
{
"ID": "Molenfeuer.Kupfi",
"Name": "Kupfi (by Molenfeuer)",
"Description": "mill.description",
"Texture": "texture_4"
}
]
}
Binary file modified Buildings/mill/building.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
154 changes: 0 additions & 154 deletions Buildings/mill/building_alt.json

This file was deleted.

Binary file modified Buildings/mill/paint_mask.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ You can buy this Mill in Robins [Carpenter's Shop](https://stardewvalleywiki.com

## Options

I'm sorry, but Solid Foundations (the Framework used by Mill-nificent) will not support configuration options in the foreseeable future. I hope the maintainer will add this functionality someday.
- 🎨🖌️ You can change the color of the mill as you wish.

For those who want some alternative sprites, a separate mod called [Millnificent Collab](https://www.nexusmods.com/stardewvalley/mods/16931) has been released.
- For those who want some alternative sprites, I have included skins created by other great artists and myself! If you've created your own skin for Millnificent and want to share it, please let me know!

Available languages: 🇬🇧 🇩🇪 🇪🇸 🇫🇷
- Available languages: 🇬🇧 🇩🇪 🇪🇸 🇫🇷

## Features

Expand All @@ -34,12 +34,6 @@ Available languages: 🇬🇧 🇩🇪 🇪🇸 🇫🇷

If something doesn't work, or you miss a feature, feel free to open a new issue on the [GitHub Page of this mod](https://github.com/Molenfeuer/Millnificent/issues). I prefer the GitHub Page but if you really don't want to use it feel free to use the [Issue Page here on NexusMods](https://www.nexusmods.com/stardewvalley/mods/16890?tab=bugs).

### DIY - Do it yourself 🖌️🎨

[Solid Foundations](https://www.nexusmods.com/stardewvalley/mods/12311) is a very powerful mod in many ways. One of its biggest advantages is its support for [Alternative Textures](https://www.nexusmods.com/stardewvalley/mods/9246). For those of you new to modding, this means that you can easily create your own mod that overwrites some parts of Mill-nificent. For example, the roof texture! Read [this guide](https://github.com/Floogen/AlternativeTextures/wiki/Creating-a-Content-Pack) to understand how to do it!

Some nice people and I have released [some fancy alternative styles for this mill](https://www.nexusmods.com/stardewvalley/mods/16931)! You can use [this mod](https://www.nexusmods.com/stardewvalley/mods/16931) as a base for your own modification of Mill-nificent!

## Credits

- First of all thanks to [ConcernedApe](https://twitter.com/concernedape) for developing Stardew Valley and the Sprites my own Textures based on!
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"Name": "Mill-nificent (Better Mill)",
"Author": "Molenfeuer",
"Version": "1.3.0",
"Version": "2.0.0",
"Description": "Adds an alternate building that looks more like a mill than the existing one",
"UniqueID": "Molenfeuer.Millnificent",
"UpdateKeys": [ "Nexus:16890" ],
"ContentPackFor": {
"UniqueID": "PeacefulEnd.SolidFoundations",
"MinimumVersion": "1.16.0"
"MinimumVersion": "2.0.0"
}
}

0 comments on commit ce958bc

Please sign in to comment.