-
Notifications
You must be signed in to change notification settings - Fork 0
Painting Generator
Jupiter Dev edited this page Jun 10, 2025
·
1 revision
This page explains how to use the Painting generator in mDirt to add custom paintings to your Minecraft datapack.
- In the Menu Bar, go to New Element β Painting
- The main area will update with fields for configuring your painting.
- The name shown to the player in-game.
- This appears in inventory tooltips and when hovered over.
- The internal ID of the painting (e.g.,
shrek_painting
) - Must be:
- All lowercase
- No spaces
- Use underscores (
_
) to separate words
- The amount of blocks wide the painting should be.
- Must be between 1 & 16
- The amount of blocks tall the painting should be.
- Must be between 1 & 16
- Whether or not placing a painting has a chance of placing the custom painting.
- The actual texture of the painting.
πΌ Must be
.png
files. 16x16 or 32x32 look best in game, though any size will work.
Made with β€οΈ by Faith & Code Technologies
Need help? Open an issue or visit the FAQs page.
Want to contribute? Check out Contributing
Β© 2025 mDirt β All rights reserved.