1

Need A Texturer For My Mod

BradyMillman 2/13/14 2:24 pm
181
One of the toughest parts of finalizing your mod can be getting all of your textures loaded up. There isn't a practical way that I can set this up for you either. The purpose of this page is to explain where to place all of the textures for your mod. If you are already familiar with how to do this then you can scroll down for a list of all of the textures in this mod and where they are expected to be located.
Since Minecraft has implimented Resource Packs textures are being handled differently. Though this is different it makes things easier for us to work with. To set this up we are going to mirror the folders that are located in the Minecraft jar file.

Setup Folders
Step 1. Inside of your mod folder (where your .class files are located) create a new folder called "assets".
Step 2. Enter the "assets" folder. Create a folder here called "factionmod"
Step 3. Enter the "factionmod" folder. Create a folder here called "textures"
Step 4. Enter the "textures" folder. Create a folder inside of this called "blocks"
Step 5. While still inside of the "textures" folder, create a folder called "items"

All of the textures for blocks in your mod will need to be placed under the "blocks" folder and all of the textures for the items in your mod will need to be placed under the "items" folder.
Toolsets, Armor, and Plants
Toolsets need 5 item textures and Armor sets needs 4 item textures. Plants create 2 blocks and an item. The list below will specificy what each of these textures must be named.
FactionMod Textures
Type Resource Name Texture Name File Path
Block FactionBlock FactionBlock.png FactionMod.zip/assets/factionmod/textures/blocks/FactionBlock
Block StarterBlock StarterBlock.png FactionMod.zip/assets/factionmod/textures/blocks/StarterBlock
Item HealWish HealWish.png FactionMod.zip/assets/factionmod/textures/items/HealWish
Item StarterKitPickaxe StarterKit_pickaxe.png FactionMod.zip/assets/factionmod/textures/items/StarterKit_pickaxe.png
Item StarterKitShovel StarterKit_shovel.png FactionMod.zip/assets/factionmod/textures/items/StarterKit_shovel.png
Item StarterKitAxe StarterKit_axe.png FactionMod.zip/assets/factionmod/textures/items/StarterKit_axe.png
Item StarterKitHoe StarterKit_hoe.png FactionMod.zip/assets/factionmod/textures/items/StarterKit_hoe.png
Item StarterKitSword StarterKit_sword.png FactionMod.zip/assets/factionmod/textures/items/StarterKit_sword.png
Item StarterKitHelmet StarterKit_helmet.png FactionMod.zip/assets/factionmod/textures/items/StarterKit_helmet.png
Item StarterKitChestplate StarterKit_chestplate.png FactionMod.zip/assets/factionmod/textures/items/StarterKit_chestplate.png
Item StarterKitLegs StarterKit_legs.png FactionMod.zip/assets/factionmod/textures/items/StarterKit_legs.png
Item StarterKitBoo StarterKit_boo.png FactionMod.zip/assets/factionmod/textures/items/StarterKit_boo.png
Block ToolFlower ToolFlower_stage_0.png FactionMod.zip/assets/factionmod/textures/blocks/ToolFlower_stage_0.png
Block ToolFlower ToolFlower_stage_1.png FactionMod.zip/assets/factionmod/textures/blocks/ToolFlower_stage_1.png
Block ToolFlower ToolFlower_stage_2.png FactionMod.zip/assets/factionmod/textures/blocks/ToolFlower_stage_2.png
Block ToolFlower ToolFlower_stage_3.png FactionMod.zip/assets/factionmod/textures/blocks/ToolFlower_stage_3.png
Block ToolFlower ToolFlower_stage_4.png FactionMod.zip/assets/factionmod/textures/blocks/ToolFlower_stage_4.png
Block ToolFlower ToolFlower_stage_5.png FactionMod.zip/assets/factionmod/textures/blocks/ToolFlower_stage_5.png
Block ToolFlower ToolFlower_stage_6.png FactionMod.zip/assets/factionmod/textures/blocks/ToolFlower_stage_6.png
Block ToolFlower ToolFlower_stage_7.png FactionMod.zip/assets/factionmod/textures/blocks/ToolFlower_stage_7.png
Block ToolFlowerPlant ToolFlowerPlant.png FactionMod.zip/assets/factionmod/textures/blocks/ToolFlowerPlant.png
Item ToolFlowerSeeds ToolFlowerSeeds.png FactionMod.zip/assets/factionmod/textures/items/ToolFlowerSeeds.png
Block ArmorFlower ArmorFlower_stage_0.png FactionMod.zip/assets/factionmod/textures/blocks/ArmorFlower_stage_0.png
Block ArmorFlower ArmorFlower_stage_1.png FactionMod.zip/assets/factionmod/textures/blocks/ArmorFlower_stage_1.png
Block ArmorFlower ArmorFlower_stage_2.png FactionMod.zip/assets/factionmod/textures/blocks/ArmorFlower_stage_2.png
Block ArmorFlower ArmorFlower_stage_3.png FactionMod.zip/assets/factionmod/textures/blocks/ArmorFlower_stage_3.png
Block ArmorFlower ArmorFlower_stage_4.png FactionMod.zip/assets/factionmod/textures/blocks/ArmorFlower_stage_4.png
Block ArmorFlower ArmorFlower_stage_5.png FactionMod.zip/assets/factionmod/textures/blocks/ArmorFlower_stage_5.png
Block ArmorFlower ArmorFlower_stage_6.png FactionMod.zip/assets/factionmod/textures/blocks/ArmorFlower_stage_6.png
Block ArmorFlower ArmorFlower_stage_7.png FactionMod.zip/assets/factionmod/textures/blocks/ArmorFlower_stage_7.png
Block ArmorFlowerPlant ArmorFlowerPlant.png FactionMod.zip/assets/factionmod/textures/blocks/ArmorFlowerPlant.png
Item ArmorFlowerSeeds ArmorFlowerSeeds.png FactionMod.zip/assets/factionmod/textures/items/ArmorFlowerSeeds.png
Posted by
BradyMillman
Level 21 : Expert Dragonborn
10

  Have something to say?

JoinSign in

Welcome