Mods / MBK Things

Category: #Crafting #QoL
Author: MaldrakBK
Side: Both
Created: 6 days ago
Last modified: 2 days ago
Downloads: 56
Follow Unfollow 3

Latest file for 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 13 2 days ago Show mbkthings_0.1.2.zip Install now
v0.1.1 18 3 days ago Show mbkthings_0.1.1.zip Install now

3 Comments (oldest first | newest first)

💬 Brady_The, 3 days ago

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: 🙃

💬 MaldrakBKAuthor, 4 days ago

Jalex

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

💬 Jalex, 4 days ago

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)