Who Are We?






What are you doing here?
We have a real site as of 3-3-2012!
Trust us, it looks and feels better there!
MCDen @ Mine-Craft-Den.com




































































Other than just another random creative and survival server, we aim to do things differently than other servers dare: Allow and Do more than those pesky instructions say.

Join us on our server either by the game itself, or in Dynmap. We are running MineCraft 1.4.7 with Craftbukkit/Spigot and Spout. Spout Craft is Optional, But Preferred.

| Home | Facebook Group | Plugins | Ingame Stats |

Saturday, January 7, 2012

Creation of NON-Vanilla Minecraft Items, Blocks, Tools, Weapons, Etc.

With the use of Spout, new items can be made on the workbench and furnace. The following, except the template examples, can be made ingame.
Updated: Jan 7, 2012

Template Code for items in SpoutMats:
Note: Not craftable on MCDen - Can be spawned in Creative.

flashwand: # item name (used when obtaining item via command)
  Type: Item
  Title: Lightning Wand
                   # title shown when cursor moved on item in inventory
  URL: http://hgs883.hostedd.com/textures/items/flash.png
                   # url of image to show from inventory/hand
  lclick: # left click section
    action: /zap
                   # command sent when left clicking with item in-hand
                   # temporarily adds specified permission (removed after performance of action),
                       not recommended to use (if you leave item in chest everybody can use it).
  rclick:        # right click section
    action: /zap multi
                   # command sent when right clicking with item in-hand
NotchCracker:
  Type: Item
  Title: Notch crackers
  URL: http://ogion.cz/files/items/notch.png
  rclick:
    health: 20           # 2 = 1 hearth, you can use negative values too
    hunger: 20          # 2 = 1 hunger unit (chicken leg), you can use negative values too
    consume: true    # whether or not is item consumed after clicking
    sound: http://ogion.cz/files/items/crunch.ogg
  maxstacksize: 6    # maximal size of stack
  Recipes:
    - type: shaped
      amount: 2         # amount of items gained by crafting
      ingredients: |
          0 266
          266 357 266
          0 266



Currently Craft-able Items:

Blocks:

LavaStone: Crafts 1, Destroyed Yields 0, Light Level 13, Friction 1
Blank    +    Cobble     +   Blank
Cobble + Lava_Bucket + Cobble
Blank    +    Cobble     +   Blank

Ice Block: Crafts 1, Destroyed Yields 0, Light Level 0, Friction (Unknown, normal ice friction).
Snow Ball + Snow Ball + Snow Ball
Snow Ball + Water Bucket + Snow Ball
Snow Ball + Snow Ball + Snow Ball

Sand from SandStone Crafts 4

Saddle: Crafts 1
leather + leather + leather
string + Blank + string
stick + Blank + stick

Grass Block: Crafts 1, Destroy Yields 1 Dirt
Wheat Seeds
Dirt

Tall Grass: Crafts 1, Destroyed Yields Possible 1-2 Seeds
Seeds
Grass

Iron Ore: Crafts 1, Destroyed Yields 1.
stone + stone + stone
stone + iron_ingot + stone
stone + stone + stone

Gold Ore: Crafts 1, Destroyed Yields 1.
stone + stone + stone
stone + gold_ingot + stone
stone + stone + stone

Diamond Ore: Crafts 1, Destroyed Yields 1 Diamond.
stone + stone + stone
stone + diamond + stone
stone + stone + stone

Lapis Lazuli Ore: Crafts 3, Destroyed Yields 1-3 Lapis Lazuli Dye Each.
stone + stone + stone
stone + Lapis Lazuli Block+ stone
stone + stone + stone

Coal Ore: Crafts 1, Destroyed Yields 1 Coal
stone + stone + stone
stone + coal + stone
stone + stone + stone

HayBlock: Crafts 1, Destroyed Yields 9 Wheat
Wheat + Wheat + Wheat
Wheat + Wheat + Wheat
Wheat + Wheat + Wheat

RedstoneBlock: Crafts 1, Destroyed Yields 9 Redstone, Light Level 10 - Does Not Transmit Power
Redstone + Redstone + Redstone
Redstone + Redstone + Redstone
Redstone + Redstone + Redstone

CoalBlock: Crafts 1, Destroyed Yields 9 Coal - Not Burnable Yet - Plans for creation of Diamonds
Coal + Coal + Coal
Coal + Coal + Coal
Coal + Coal + Coal

NetherBrick: Crafts 1, Destroyed Yields 1
Netherrack + Netherrack
Netherrack + Netherrack

Items:


Signs: Crafts 1, Destroyed Yields 1, Light Level 0
Wood_Planks

Stick

Tools/Weapons:

Food:

Burger: Crafts 3, Hunger 15, Max Stack 6 
Bread
Cooked Beef
Bread

Cereal: Crafts 1, Hunger 10, Max Stack 1
Wheat
Bowl
Note: Consuming will not retain bowl.

Omelets: Crafts 1, Hunger 5, Max Stack 16
Egg
Milk Bucket
Note: Creation of Omelets will cause loss of buckets.

Oats: Crafts 3, Hunger 1, Max Stack 64
Wheat + Wheat

Sushi: Crafts 4, Hunger 6, Max Stack 8
Blank + Paper + Blank
Paper + Raw Fish + Paper
Blank + Paper + Blank

No comments:

Post a Comment