Client side painting variants

Quick rating

Client side painting variants

No reviews yet

Add custom painting variants without overwriting existing paintings by using resource packs

Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Unsupported

About

Project Details

Type
Mod
License
Mozilla Public License 2.0
Latest Version
v1.1.5+1.21.9
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

About

Description

Client side painting variants

Use resource packs to add new types of painting without removing any existing paintings, entirely on the client side!

Title and logo on top of a field of paintings. Some paintings are the default paintings, but others are custom.

This mod requires Fabric API, so make sure it's installed with this mod.

Wait, how is this different from 1.21's painting variants?

Minecraft 1.21 adds painting variants that rely on data packs to specify new variants. Unfortunately this means that these paintings must be defined per world, or set up by the server's admin. What this mod does is extend that idea further, allowing resource packs to define more painting variants for any players using the mod on their clients. Clients without the mod just see the regular paintings.

This does lead to the one limitation of this mod: it can't add new sizes of paintings, just add more variants to existing sizes (whether they're defined by Minecraft or a data pack).

How does this work on multiplayer?

  • Players without the mod will see the original paintings as sent by the server.
  • Players with the mod will see custom paintings in addition to the original paintings.
    • If two players with the mod installed have the same resource packs installed, then they will see the same paintings.
    • This mod will never override a vanilla painting with another vanilla painting, so if you see a vanilla painting then players without the mod will see that same painting.

Comparison of viewing the same paintings from an unmodded and modded client. Custom paintings are only visible on the modded client, but show up as normal paintings on the unmodded client.

For resource/data pack developers

Players with this mod installed can have your paintings added into the pool of available paintings wherever they go with your resource pack, and not just on servers with the data pack. Since this mod doesn't remove any of Minecraft's default paintings, it's a nice non-destructive way to have your artwork integrated into the game.

There are only two requirements for this mod to work.

  1. Ensure your painting textures are in your resource pack's assets/<namespace>/textures/painting/ folder (where the game's default paintings are, so hopefully this is where you've put your painting textures too).
  2. Add the painting variant JSON files to your resource pack's assets/<namespace>/painting_variant/ (note: no trailing s) folder.
    • These are the same format as adding painting variants in a data pack.
      • width: Width of the painting in blocks. Must be in the range of 1-16.
      • height: Height of the painting in blocks. Must be in the range of 1-16.
      • asset_id: Identifier of the texture in the paintings atlas. <namespace>/<filename-without-ext>
Example resource pack structure
resourcepack.zip
├─pack.mcmeta
├─pack.png
└─assets/
  └─<namespace>/
    ├─painting_variant/
    │ ├─<id1>.json
    │ └─<id2>.json
    └ textures/
      └─painting/
        ├─<id1>.png
        └─<id2>.png

This as similar as possible to 1.21's painting variant system, which is driven by data packs. This mod takes the two folders from the two different types of pack and puts them together.

Equivalent data and resource pack in Vanilla
datapack.zip
├─pack.mcmeta
└─data/
  └─<namespace>/
    └─painting_variant/
      ├─<id1>.json
      └─<id2>.json

resourcepack.zip
├─pack.mcmeta
├─pack.png
└─assets/
  └─<namespace>/
    └ textures/
      └─painting/
        ├─<id1>.png
        └─<id2>.png

I'd love to make this a no-effort thing for pack developers (which would also have the benefit of working out-of-the-box), but unfortunately the resource/data pack split makes the ideal version of this project impossible. Instead, I think this is the next best thing. I hope that it's a small thing you can just do without having to think about it too much.

License

This mod is licensed under the Mozilla Public License 2.0. You may use this mod in your mod packs. Source code is included in a separate sources.jar file alongside every release.

Screenshots

Gallery

  • Client side painting variants
    Client side painting variants Add custom painting variants without overwriting existing paintings by using resource packs
  • Add paintings without removing existing ones
    Add paintings without removing existing ones This screenshot was taken in 1.20.6, before the new 1x2 painting variants were added.
  • Vanilla and modded clients in the same world
    Vanilla and modded clients in the same world The paintings look completely normal to unmodded clients, as this mod has no effect on the server. Painting placement is random for modded clients, in a similar way to regular painting placement in survival.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~5,000
Downloads
Last Updated
CurseForge
Modrinth
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works