blocks-items

Howto

http://www.capturecraft.net/rpgessentials/separator.png

http://82.74.70.243/server/previews/ores.png

Blocks

http://www.capturecraft.net/rpgessentials/separator.png

Custom Ores:
  Adamantine Ore: #Ore name
    textureID: 0 #Place of texture in the Ores.png file(edit file in config.yml)
    frequency: 4 #How much the ore gets generated
    minheight: 2 #Minimal height of generating (should always be above 2 else it will replace the bedrock layer)
    maxheight: 10 #Maximum height of genetating
    hardness: 4 #How hard the block will be

You can add new ores!

Adding new blocks

http://www.capturecraft.net/rpgessentials/separator.png

Under Custom Blocks, add:

Custom Blocks:
  BLOCK NAME(spaces are allowed):
    textureID: 5 #Place of texture in the Blocks.png file
    hardness: 4 #How hard the block will be
    shaped recipe1: #for every new recipe you have to add 1 (shaped recipe2: shaped recipe3: ...) (9 recipe's max)
      amount: 1 #amount of result item
      ingredients:
      - -,280,- # when you don't want any thing add "-"
      - -,280,- # you can add custom items
      - -,280,-

Items

http://www.capturecraft.net/rpgessentials/separator.png

Please note that tools and food have a special class

Custom Items:
  Adamantine Ingot: #item name
    texture url: http://82.74.70.243/server/items/ingots/Adamantineingot.png #url of texture
    furnace recipe1: #for every new recipe you have to add 1 (recipe2:) (9 recipe's max)
      amount: 1 #amount of result item
      ingredient: Adamantine Ore #ingredient of recipe
    shaped recipe1: #for every new recipe you have to add 1 (recipe2:) (9 recipe's max)
      amount: 1 #amount of result item
      ingredients:
      - -,280,- # when you don't want any thing add "-"
      - -,280,- # you can add custom items
      - -,280,-
Custom Tools:
  Adamantine Sword:
    texture url: http://82.74.70.243/server/items/tools/Adamantinesword.png
    durability: 20 #durability does not work jet
    damage: 10 #damage value
    shaped recipe1: #for every new recipe you have to add 1 (recipe2:) (9 recipe's max)
      amount: 1 #amount of result item
      ingredients:
      - -,Adamantine Ingot,- # when you don't want any thing add "-"
      - -,Adamantine Ingot,- # you can add custom items
      - -,280,-