User Tools

Site Tools


tutorial:armor_trim

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tutorial:armor_trim [2024/07/03 06:42] solidblocktutorial:armor_trim [2025/11/24 21:14] (current) – Made page be more honest about usefullness. herr_chaos
Line 1: Line 1:
 ====== Adding an Armor Trim ====== ====== Adding an Armor Trim ======
 ===== Introduction ===== ===== Introduction =====
 +======= !! THIS PAGE IS OUT OF DATE. LAST CONFIRMED WORKING VERSION: 1.20.1 !! =======
 +====== You're own your own! ======
 +
 +
 +
 In this page you will learn how to add a new armor trim. As many other tutorials, we will be using ''tutorial'' as the namespace. This page is really a heavy spell check since we need to make a lot of files with specific names. In this page you will learn how to add a new armor trim. As many other tutorials, we will be using ''tutorial'' as the namespace. This page is really a heavy spell check since we need to make a lot of files with specific names.
  
Line 13: Line 18:
 public final class TutorialItems { public final class TutorialItems {
     // adding a new SmithingTemplateItem named "TUTORIAL_ARMOR_TRIM" with the MODID as "tutorial" and trimid as "tutorial_trim"      // adding a new SmithingTemplateItem named "TUTORIAL_ARMOR_TRIM" with the MODID as "tutorial" and trimid as "tutorial_trim" 
-    public static final class_1792 TUTORIAL_ARMOR_TRIM = register(class_8052.method_48418(new class_2960("tutorial", "tutorial_armor_trim")), "tutorial_item_trim");+    public static final class_1792 TUTORIAL_ARMOR_TRIM = register("tutorial_item_trim", class_8052.method_48418(new class_2960("tutorial", "tutorial_armor_trim")));
 } }
 </yarncode> </yarncode>
tutorial/armor_trim.1719988926.txt.gz · Last modified: 2024/07/03 06:42 by solidblock