Let’s add some artwork by adding custom paintings to minecraft all right we found some background shelter once more and in this tutorial we’re going to be adding custom paintings to minecraft now this is actually a fairly straightforward thing however it changed once again between versions this is why i’m basically Redoing it there is one little trick that you have to do basically once again adding a tag but no worries we’re just going to get through this so in our tutorial mod package right click new package called painting and then instead of there we’re going to make a new java Class called mod paintings there we go now for this we once again need two methods over here public static void called register paintings and this is going to once again just say tutorial mod logger debug registering paintings or exactly our tutorial mod that mod id and then we’re immediately just going to Pull this right here it’s going to say more paintings dot register paintings once again yes the actual method only prints this out but it basically also initializes some static stuff over here this is why we need it let me make another helper method this is going to Be private static and this is going to return a painting variant over here and this is going to be called a register painting taking in a string name parameter and a painting a variant called painting variant now this is going to return registry what’s very important do not choose java rmi Registry we need to choose netmigravutil very important to make sure that your import is correct over here registry.register and then registry.paintingvariant and then a new identifier tutorialmod.mod id comma name and then after the first closing parenthesis comma and then passing in the painting variant parameter and then we’re just going to Register the painting so we’re going to have public static final painting variant the first one is called sunset is equal to register paintings sunset over here and then a new painting variant where we just pass in the width and the height ending with a semicolon and that is it let’s just duplicate this And also add a plant and also add the wanderer painting so we have three different paintings this is going to be planned and this is going to be one draw this one is going to be 16 by 16 and this is 16 by 32 and there we Have it so this is pretty much all that we need to do and we of course still need to add the painting textures as well as the tag which is very important the textures just go into your assets tutorial mod textures folder right click a new directory and that’s going to be Called painting a very important painting not paintings and then i’m just going to copy those over the textures including all of the code is of course available to you in the description below get a repository individual just as well and then the tag goes in the data folder minecraft tags and then we Need a new folder that is going to be called the painting underscore variant and then instead of there we need to make a new file called placeable.json also very important that everything here is written correctly so double check this as well and then we just have our Three paintings here our mod id and then the name of the paintings that were given right here and now those should be added to the rotation so the paintings by the way are done by platinum g17 so be wary of that that you actually if you Want to use them then just make sure that you give proper credit over here and that should be fine as well apart from that that is pretty much all that we need to do so let’s go into the game and see if it works all right so i’ve Already prepared a wall here and have the painting this is the normal painting item and let’s just see there we go we have the first painting and then let’s just see if we can get the second one as well sometimes of course it takes a little while going through all of the paintings But usually we should get it at some point and then sometimes if the actual block behind it breaks it’s uh you know very strange how this sometimes works but that’s going to be okay let’s just use the power of editing to see when it happens There we go we have it finally and then the last one is going to be this size over here so let’s just see if we can get it let’s actually there we go now we have the last one as well so all three paintings newly added and everything working as you would expect It to pretty freaking awesome right that concludes this tutorial right here i hope you found this useful and you learned something new and i’ll see you all in the next tutorial so yeah you Video Information
This video, titled ‘Minecraft 1.19 Fabric Modding Tutorial | CUSTOM PAINTINGS | #11’, was uploaded by Modding by Kaupenjoe on 2022-07-13 13:59:54. It has garnered 3302 views and 75 likes. The duration of the video is 00:04:15 or 255 seconds.
In this Minecraft Modding Tutorial, we are adding custom Paintings to Minecraft 1.19 using Fabric!
== MINECRAFT COURSES == ▶️ Learn Forge Modding with Minecraft 1.18: https://url.kaupenjoe.net/CourseForge118 * ▶️ Learn Fabric Modding with Minecraft 1.18: https://url.kaupenjoe.net/CourseFabric118 *
== ASSETS & DOWNLOAD LINKS == GitHub Repo: https://github.com/Tutorials-By-Kaupenjoe/Fabric-Tutorial-1.19/tree/11-paintings Gist: https://url.kaupenjoe.net/yt359/gist Assets: https://url.kaupenjoe.net/yt359/assets
== TIMESTAMPS == 0:00 Intro 0:25 Adding the ModPaintings Class 2:22 Adding the Painting Textures 2:39 Adding the Painting Tag 3:20 Demonstration 4:05 Outro
== TAKE A LOOK AT MY COURSES WITH COUPON CODES == ▶️ NEW Forge Modding with Minecraft 1.20.X: https://url.kaupenjoe.net/CourseForge120X ▶️ Learn Forge Modding with Minecraft 1.18: https://url.kaupenjoe.net/CourseForge118 * ▶️ Learn Fabric Modding with Minecraft 1.18: https://url.kaupenjoe.net/CourseFabric118 * ▶️ Complete and Roblox Lua Game Development: https://url.kaupenjoe.net/RobloxCoupon *
== SUPPORT ME ON PATREON == ▶️ https://www.patreon.com/Kaupenjoe
== SOCIALS == Discord: https://discord.com/invite/yqxykanpWf Personal Twitter: https://twitter.com/Kaupenjoe
Instagram: https://url.kaupenjoe.net/tutorials/instagram Facebook: https://url.kaupenjoe.net/tutorials/facebook Twitter: https://url.kaupenjoe.net/tutorials/twitter TikTok: https://url.kaupenjoe.net/tutorials/tiktok Written Tutorials: https://url.kaupenjoe.net/tutorials/blog
== LICENSE == Source Code is distributed under the MIT License. Additional Licenses for other assets can be seen below or in the accompanying CREDITS.txt on download.
== ADDITIONAL CREDITS == Outro Musik by Kevin MacLeod: “That’s a Wrap” Kevin MacLeod (incompetech.com) Licensed under Creative Commons: By Attribution 3.0 http://creativecommons.org/licenses/by/3.0
== AFFILIATE DISCLAIMER == * Some of the links and other products that appear in the video description are from companies which I will earn an affiliate commission or referral bonus from or are my own products. This means that if you click on one of the product links, I’ll receive a small commission or additional kickback without any additional cost for you. This helps support the channel and allows me to continue to make videos. Thank you for the support!
== HASHTAGS == #Minecraft #MinecraftModding #MinecraftTutorial #Kaupenjoe