Skip to content

Commit

Permalink
Merge pull request #1 from Nordmole/v1.0.0
Browse files Browse the repository at this point in the history
v1.0.0
  • Loading branch information
Molenfeuer committed Aug 1, 2023
2 parents 04a5c2a + 2e4bddb commit 56c185d
Show file tree
Hide file tree
Showing 8 changed files with 103 additions and 2 deletions.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2021 Leon Watermann

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
30 changes: 28 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,28 @@
# MillnificentCollab
A millnificent Collab
# Millnificent Collab
Adds some new styles for Millnificent. A collaboration of [KatyDTK](https://www.nexusmods.com/stardewvalley/users/90989198), [tomatedelflow](https://www.nexusmods.com/Users/48675543) and [me](https://www.nexusmods.com/users/96969738?tab=user+files)!

## Install

1. Download the newest version of this mod from [NexusMods](https://www.nexusmods.com/stardewvalley/mods/16931) or the GitHub [release page](https://github.com/Nordmole/MillnificentCollab/releases)
2. Extract the ZIP-File and put the folder into the mods folder of SMAPI (mostly located under "C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Mods")

## Usage

Buy the [Paint Bucket Tool](https://github.com/Floogen/AlternativeTextures/wiki/Paint-Bucket-Tool) from Pierre's and apply it on a mill

*There is a small chance that when you have Millnificent Collab installed, a random skin is selected when you build a new mill!*

## Features

- Adds some new styles

## Contribute

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/Nordmole/MillnificentCollab/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/16931?tab=bugs).

## Credits

- First of all thanks to [ConcernedApe](https://twitter.com/concernedape) for developing Stardew Valley and the Sprites my own Textures based on!
- I also want to give a special thanks to [PeacefulEnd/Floogen](https://www.nexusmods.com/stardewvalley/users/4112039) for the really great mod [Alternative Textures](https://www.nexusmods.com/stardewvalley/mods/9246).
- Furthermore, a huuuuge thanks for [Pathoschild](https://www.nexusmods.com/stardewvalley/users/1552317) to develop [SMAPI](https://www.nexusmods.com/stardewvalley/mods/2400). This modification use this technologie to run!
- I am very happy that some people helped me with the translation to make the mod understandable for everyone. I would like to thank [ConfusedWolf](https://www.nexusmods.com/stardewvalley/users/15421504) for the English part
18 changes: 18 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"Name": "Mill-nificent Collab",
"Author": "KatyDTK & Nordmole",
"Version": "1.0.0",
"Description": "Adds some new styles for Millnificent",
"UniqueID": "Nordmole.MillnificentCollab",
"UpdateKeys": [ "Nexus:16931" ],
"ContentPackFor": {
"UniqueID": "PeacefulEnd.AlternativeTextures",
"MinimumVersion": "6.9.1"
},
"Dependencies": [
{
"UniqueID": "Nordmole.Millnificent",
"IsRequired": true
}
]
}
36 changes: 36 additions & 0 deletions textures/mill/texture.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"ItemName": "Nordmole.Millnificent.Mill",
"Type": "Building",
"TextureWidth": 448,
"TextureHeight": 709,
"ManualVariations": [
{
"Id": -1,
"ChanceWeight": 0.90
},
{
"Id": 0,
"Name": "Shy Kitty",
"ChanceWeight": 0.10,
"Keywords": [ "cat", "small sail", "wood", "KatyDTK" ]
},
{
"Id": 1,
"Name": "Sleepy Kitty",
"ChanceWeight": 0.10,
"Keywords": [ "cat", "small sail", "wood", "KatyDTK" ]
},
{
"Id": 2,
"Name": "Pink Princess",
"ChanceWeight": 0.10,
"Keywords": [ "gold", "big sail", "wood", "Nordmole" ]
},
{
"Id": 3,
"Name": "Kupfi",
"ChanceWeight": 0,
"Keywords": [ "copper", "no sail", "Nordmole" ]
}
]
}
Binary file added textures/mill/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 textures/mill/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 textures/mill/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 textures/mill/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.

0 comments on commit 56c185d

Please sign in to comment.