User Tools

Site Tools


tutorial:shield

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
Next revisionBoth sides next revision
tutorial:shield [2022/03/06 06:55] redgrapefruittutorial:shield [2022/08/16 20:35] – Mark page old mineblock11
Line 1: Line 1:
 +FIXME //This page hasn't been updated in a while, and may not work in the future updates. //
 +
 ====== Making a Custom Shield in Minecraft [1.18-1.14] ====== ====== Making a Custom Shield in Minecraft [1.18-1.14] ======
  
Line 396: Line 398:
     private static final SpriteIdentifier NETHERITE_SHIELD_BASE_NO_PATTERN = new SpriteIdentifier(SpriteAtlasTexture.BLOCK_ATLAS_TEXTURE, new Identifier("examplemod","entity/netherite_shield_base_nopattern"));     private static final SpriteIdentifier NETHERITE_SHIELD_BASE_NO_PATTERN = new SpriteIdentifier(SpriteAtlasTexture.BLOCK_ATLAS_TEXTURE, new Identifier("examplemod","entity/netherite_shield_base_nopattern"));
 } }
-</code> 
 </code>  </code> 
    
Line 559: Line 560:
     private static final SpriteIdentifier NETHERITE_SHIELD_BASE_NO_PATTERN = new SpriteIdentifier(SpriteAtlasTexture.BLOCK_ATLAS_TEX, new Identifier("examplemod","entity/netherite_shield_base_nopattern"));     private static final SpriteIdentifier NETHERITE_SHIELD_BASE_NO_PATTERN = new SpriteIdentifier(SpriteAtlasTexture.BLOCK_ATLAS_TEX, new Identifier("examplemod","entity/netherite_shield_base_nopattern"));
 } }
-</code> 
 </code>  </code> 
    
tutorial/shield.txt · Last modified: 2024/01/14 18:05 by cringestar_boi