
Easy Painter
Easy Painter is a server-side modification that significantly expands the capabilities of working with paintings in Minecraft. It offers a convenient interface for image selection, support for custom paintings, and many additional features.
Main Features
When placing or shift-clicking on a painting, an intuitive selection menu opens. It displays all available images that can be placed in that position.
You can add your own paintings to the server without the need for resource packs. For this, it's enough to create a simple datapack — the process is maximally simplified.
The painting locking function makes them invulnerable and unchangeable. To activate, simply add the locked:true
tag to the painting entity.
Compatibility Settings
The mod provides a flexible tag system for configuring painting interactions with blocks and entities:
easy_painter/tags/blocks/cannot_support_paiting.json
— defines blocks behind which paintings will breakeasy_painter/tags/blocks/paiting_ignored.json
— blocks that can be in front of paintings without breaking themeasy_painter/tags/entity_types/painting_interact.json
— entities that cannot share space with paintings
Used Libraries
- Image2Map by TheEssem
- sgui by Patbox
- Server Translations by Arthurbambou
- FabricAPI by FabricMC