Minecraft Custom Sword Texture

0 views
Skip to first unread message

Janne Desir

unread,
Aug 5, 2024, 5:33:08 AM8/5/24
to passawssmatid
Howdo you make textures in a .json file? I'm trying to create a custom 2d sword texture using the new CustomModelData tag, but i do not understand how to give Minecraft the texture i want to use... I have tried using a png image, but it doesn't work...

You assign the texture using the model. Your diamond sword file there is telling the game that when a diamond sword is given the custom model integer of 1 it should use the item model located in the folder assets/minecraft/models/item/custom called cat_sword. So my question is: what does your cat_sword.json model look like and is it inside a custom folder inside of your item models folder? It should be pretty much identical to the default diamond_sword.json, only where it says layer0 is should say the name of your texture instead of diamond sword.


A custom sky box is where you define a image for 6 faces of a cube. The Bloxd sky is actually a visual cube, with the player situated in it's middle. When you create your custom sky, you actually choose 6 images that will become the six sides of the cube. Note that the borders between images will be very obvious unless their edges fit together perfectly. The code for the sky box (json) is this:


Make six images and get their links. (You can upload the images to Imgur just like with the the Blocks texture pack) Paste one URL between the quotation marks on each of the six lines. In the end it should look like this:


Also, texture packs that have not been updated as of at least January 18th (books update and some extra textures removed) might be messed up since the very outdated textures are now broken, and for the majority of Bloxd.io textures, Stone looks like Messy Stone and Messy Stone looks like books. (please update your textures when needed.) If the texture pack's link does not have a ".png" at the back of the link, please add it at the back of the link when you use the texture pack. Alternately, you can click on the link to the texture pack and go to the web. After that, right-click on the image of the texture pack and click "Copy Image Address".


Version 2: Ores are color coded (explained at the end). Naturally generated stone related blocks are completely invisible to allow better view for ores, but may make it hard to navigate, so only use version 2 if you're smart.Displays barriers in bedwars games so you don't bonk into an invisible wall. Protectors have new texture but are not highlighted. Chests are highlighted pink.Version 2 ore color codes:Coal: BlueIron: GreenGold: YellowLapis Lazuli/Emerald: PurpleDiamond: OrangeMoonstone: Red


I've also extended similar offers to some friends. This pack is now officially released, and I will continue to update it regularly. I'll be introducing new swords, specifically tailored for YouTubers, as well as crafting some based on personal preferences


Welcome to My resource pack, where we've crafted custom swords and axes to elevate your gaming experience. By simply renaming a sword, you can witness a delightful transformation in both its model and textures. For optimal enjoyment, make sure you have CIT (Custom Item Textures), RESPAWN, or OptiFine installed.


All of these creations are a product of passion, some designed specifically for my friends. As an ongoing endeavor, I'll be adding even more. Crafting these enhancements is a joy for me, and if you're a YouTuber looking to explore these features, feel free to send me a DM.


We will continue to update this blog in the coming months and transition to more recent versions of Minecraft as they become stable for mod creation. Our next big course revision will take place after the upcoming Minecraft Caves and Cliffs Update.


private static final Logger LOGGER = LogManager.getLogger(): This line of code creates a LOGGER, which acts as a personal messenger for your mod. While your mod is running, it can send you updates or alerts in the Minecraft console. This is extremely useful when determining whether or not your mod is functioning properly or when looking for bugs.


public static ArrayList itemsToRegister = new ArrayList();: This line creates a new ArrayList called itemsToRegister. An ArrayList is similar to a magical bag in which you can keep many items in one place. In this case, our items are of the type Item, which means we can put custom swords, custom tools, or any other custom items in this bag!


Note: Install the JSON editor plugin if you want to open JSON files from within Eclipse. Click on the Help tab, then go to Eclipse Marketplace and search for the JSON. Install the plugin as shown in the image below.


If you enjoy Minecraft Modding and want to take your skills further, CodaKid has a series of courses that can teach you how to make your own custom creature, biome, dimension, insane explosions, and special effects, and more!


From these results, I conclude that:Lure does not affect catch ratios as was previously suggested,Luck of the Sea not only increases chance of treasure but also equally decreases chance of junk,and that the ratio of junk/treasure to fish stays at about 8% junk/treasure to 92% fish regardless of enchantment.


It seems to show you may get better enchantments if your xp level is more than 50. (Although I know enchantments stop at 50.) Am I misreading the chart, or is that what is it saying? 159.182.1.4 20:55, 24 May 2012 (UTC)


I'm new to wikis, so I'm not sure how to format this, but the formula for the feather falling enchantment is completely off. I recently did some research into the code and found it to follow the following logic:


I performed a major rehaul to this article as it was an abomination nearly beyond repair. I reworked and simplified some of the early parts and made a completely new article for mechanics, as those are unnecessary for an article on the basic core mechanics.




edit: some notable changes include moving the majority of sections dealing with specific mechanics to a new article, deleting the Textures section due to being unnecessary and using a custom texturepack, and restructuring the order of several sections to be overall less shitty


50% mining speed sounds like it's the most accurate description. With level I, your mining speed is 150% of unenchanted mining speed. Level II, 200% of original speed (you break blocks twice as fast). With level V, you're up to 350%, or blocks break in less than 1/3 of the time (28.5% of the original mining time, to be precise). It's an additive effect, not a multiplicative effect like what Gamerzap is suggesting. [TH_Hackandslash]


To answer the "how would you calculate the time taken to mine a block", you'd be looking at something like 100/(1 + 0.5*Efficiency level). That'll give you the percent of base time to mine a block (taking unenchanted time to be 100%). [TH_Hackandslash]


When hacking enchantments, you can enchant items like boats and signs.Weird. For bukkit server, you may see the plugin "Tim the Enchanter".If you type /enchant all, you get all enchantments with max level andevery enchantment for that item, Even for fishing rods!!


Does anyone know does it take the same amount of experience to do the same enchantment on the same type of item. If so we could produce a table that might give us a clue as to what enchantment we are getting. --unknown parties.


I noticed that the wiki says now that efficiency 4 is the max. now this may be the case for most tools, but gold tools(and possibly a few others) CAN have efficiency 5. Proof: [1] (I was not using a map editor or mods, you will just have to take my word for it)


A slew of Non Registered Users keep changing the max power level Vs to IVs. They are doing it in a way that seems like intentional abuse to me. How do we flag down an admin to lock it down? Cultist O 07:41, 18 August 2012 (UTC)


A trivia note states that Protection converts hunger damage into armor damage. Besides seeming odd in it's own right, that sounds like it could rapidly destroy any such item. Is this for real? What about drowning damage?--Mental Mouse 02:18, 3 October 2012 (UTC)


Yeah, I just got an Effeciency V diamond pickaxe. Should the notes that say the highest enchantments are only available with gold instead say that you can get them through the anvil (while still mentioning the gold being able to naturally enchant that high)? 71.193.161.150 04:52, 26 October 2012 (UTC)


I don't believe anything has been said about gold equipment being easier to enchant, or the varying enchantabilities of each equipment grade. The first topic on the talk page has something about gold being 22, and diamond being 10 or something, so the values must be somewhere. Jiraiya1 13:35, 11 November 2012 (UTC)


== Protection ID? When I try to use /enchant to put protection on an item, it says "the number you have entered is too small". Is this purely a bug, or has Protection's ID changed to something else? --Mental Mouse 01:40, 18 November 2012 (UTC)


Could someone test if Projectile Protection protects against Wither Skulls? I'm rather sure the Skulls don't deal damage on a direct hit, but it never hurts to check, does it?Flameclaw0x7 04:05, 25 November 2012 (UTC)


-The use of the word "thorns" predated video games entirely. Early tabletop rollplaying games made use of the term for similur purpose. There can be no speculation as to what influenced the name for the designers without asking them personaly as the list of possable references is endless. static link 3 Febuary 2013


I was playing on multiplayer and realized that the enchantment table didn't work nearly the same as it used to. I tried enchanting a diamond pickaxe with 26 levels on me, and the highest options I got were around 20-23. A few minutes later I tried again, and I got level 30 options. This weird stuff happened a lot. Basically, what I'm asking for is, did Jeb/Dinnerbone/(Notch?) change the enchantment algorithms or something in the source code? Can someone please check and contribute? Hopefully maybe add some factors on what changes the outcome and how? Would sure save a big headache for people if they're having the same problem as me. Thanks!

3a8082e126
Reply all
Reply to author
Forward
0 new messages