Mods / MBK Things

Tags: #Crafting #QoL
Author: MaldrakBK
Side: Both
Created: Nov 27th 2024 at 5:27 PM
Last modified: Dec 1st 2024 at 4:27 PM
Downloads: 143
Follow Unfollow 4

Latest release (for outdated Vintage Story v1.19.8):
mbkthings_0.1.2.zip  1-click install


First mod publish, so please be gentle.

First off is some recipes:

 

Spoiler!

1) Turning those redwood quarter block into the full block, makes stacking and crate usage easier.

2) Rip the boards off the plaster blocks to return them to plain.  Great for when you find some in a box somewhere and want to use a different pattern on them.

 

Second is a patch for crocks:

Spoiler!

1) Take them lids off the empty fired crocks and stack em, like anyone that's NOT a psychotic would do.

2) Resin stacks to 5.0L.  I know 3.2 works great for the standard stacking numbers, but 5.0 makes more sense in my head.

3) Flowers from vanilla and herbs from Wildcraft are now always centered in their block.  Makes lines of flowers better, especially if you use those for bees.

Roadmap:

Config file.  Once I learn how...

Recipes and new items to add some use for currently unused items (oooh, anticipation).

Thanks for coming on this "learning to mod path", it's certainly a frustrainformative experience.

 

(Screenshots incoming, but right now they're not really needed)

Version For Game version Downloads Release date Changelog Download 1-click mod install*
v0.1.2 67 Dec 1st 2024 at 4:27 PM Show mbkthings_0.1.2.zip 1-click install
v0.1.1 51 Nov 30th 2024 at 8:00 PM Show mbkthings_0.1.1.zip 1-click install

3 Comments (oldest first | newest first)

💬 Brady_The, Nov 30th 2024 at 8:58 PM

Nice!

Two suggestions to prevent warnings in the log files. (Have a look at client-debug.txt/.log and server-debug.txt/.log)

  • A lot of patches are only applied server-side. To prevent the error "Patch x not found. Hint: This asset is usually only loaded Server side" you can add "side": "V" to the patch, where "V" is either "server" or "client".
  • To prevent any error messages if a player doesn't have wildcrafts (or any other mod you are patching) installed ("Patch x in y: File z not found") you can add "dependsOn": [ { "modid": "V" } ] to the patch, where "V" is (obviously) the exact modid, "wildcraftherb" in your example.

Cheers.

Edit: 🙃

💬 MaldrakBK , Nov 29th 2024 at 8:16 PM

Jalex

Guessing not the Bricklayers ones, pretty sure I'd have to address those specifically, will look into it.

💬 Jalex, Nov 29th 2024 at 6:01 PM

The empty crock stacking is great, I wonder if it'll also apply to the Crocks added by Bricklayers. Guess I'll have to find out, Have fun modding!

 (edit comment delete)