ACPaintings
Adds lots of extra paintings to the game.
/warp paintings on the server
How it works
This mods adds an extra tab in the creative inventory where you can select the different paintings. Each painting item has 71 different painting textures of varying size (see βInfo for Texturersβ).
When a painting item is placed, it will pick randomly from the 71 options available (just like vanilla paintings).
To get an item that only places a specific painting texture, you can use the following command:
/paint <painting_id> <texture_id>
Where:
<painting_id>
is the id/name of the painting item you want
<texture_id>
is a value from 0 to 70 depending on the texture you want to display
Example:
/paint painting2 56
This will give you a βpainting2β item that only ever places the texture that is on position 56 of the template below.
Info For Texturers
General
Each painting item has an item texture, and a painting texture-map (see below) - both can be replaced via resourcepacks by providing the following files:
assets/acpaintings/textures/item/painting<id>.png
assets/acpaintings/textures/painting/painting<id>.png
(Where <id>
is the painting id - currently βpainting0β to βpainting4β
Paintings can also be assigned a different display name by changing the entries in the .lang file:
assets/acpaintings/lang/en_US.lang
Painting Texture-map
The following image shows the layout of each painting texture and the variant
value associated with it:
(The black square in the top-right is used for the rear and side faces of the painting)
Moar?
The mod currently adds 5 new painting items, totalling 355 new paintings.
Adding more is pretty straight forward but requires a mod update each time, so additions will be done in batches.