Jump to content

Blocks: Difference between revisions

From fCraft Wiki
Hellenion (talk | contribs)
=WIP= List of all blocks and their aliases.
 
Hellenion (talk | contribs)
No edit summary
Line 12: Line 12:
|0
|0
|
|
            BlockNames["a"] = Block.Air; // common typo
*a
            BlockNames["nothing"] = Block.Air;
*nothing
            BlockNames["empty"] = Block.Air;
*empty
            BlockNames["delete"] = Block.Air;
*delete
            BlockNames["erase"] = Block.Air;
*erase
            BlockNames["blank"] = Block.Air;
*blank
 
 
|-
|-
|Stone
|Stone
|1
|1
|
|
            BlockNames["cement"] = Block.Stone;
*cement
            BlockNames["concrete"] = Block.Stone;
*concrete
 
 
|-
|-
|Grass
|Grass
|2
|2
|
|
            BlockNames["g"] = Block.Grass;
*g
            BlockNames["gras"] = Block.Grass; // common typo
*gras
 
|-
|-
|Dirt
|Dirt
|3
|3
|
|
*soil
|-
|-
|Cobblestone
|Cobblestone
|4
|4
|
|
*stones
*rocks
|-
|-
|Wood
|Wood
|5
|5
|
|
*plank
*planks
*board
*boards
|-
|-
|Plant
|Plant
|6
|6
|
|
*tree
*sappling
|-
|-
|Admincrete
|Admincrete
|7
|7
|
|
*adminium
*adminite
*opcrete
*hardrock
*solid
*bedrock
|-
|-
|Water
|Water
|8
|8
|
|
*w
|-
|-
|Stillwater
|Stillwater
Line 67: Line 78:
|10
|10
|
|
*l
*magma
|-
|-
|StillLava
|StillLava
Line 83: Line 96:
|14
|14
|
|
*gold_ore
|-
|-
|IronOre
|IronOre
|15
|15
|
|
*iron_ore
*copper
*copperore
*copper_ore
*ore
|-
|-
|Coal
|Coal
|16
|16
|
|
*coals
*coalore
*blackore
|-
|-
|Log
|Log
|17
|17
|
|
*trunk
*stump
*treestump
*treetrunk
|-
|-
|Leaves
|Leaves
|18
|18
|
|
*leaf
*foliage
|-
|-
|Sponge
|Sponge
|19
|19
|
|
*cheese
|-
|-
|Glass
|Glass
Line 111: Line 140:
|21
|21
|
|
*redcloth
*redwool
|-
|-
|Orange
|Orange
|22
|22
|
|
*orangecloth
*orangewool
|-
|-
|Yellow
|Yellow
|23
|23
|
|
*yellowcloth
*yellowwool
|-
|-
|Lime
|Lime
|24
|24
|
|
*limecloth
*limewool
*greenyellow
*yellowgreen
*lightgreen
*lightgreencloth
*lightgreenwool
|-
|-
|Green
|Green
|25
|25
|
|
*greencloth
*greenwool
|-
|-
|Teal
|Teal
|26
|26
|
|
*springgreen
*emerald
*tealwool
*tealcloth
|-
|-
|Aqua
|Aqua
|27
|27
|
|
*aquawool
*aquacloth
|-
|-
|Cyan
|Cyan
|28
|28
|
|
*cyanwool
*cyancloth
|-
|-
|Blue
|Blue
|29
|29
|
|
*bluewool
*bluecloth
|-
|-
|Indigo
|Indigo
|30
|30
|
|
*indigowool
*indigocloth
|-
|-
|Violet
|Violet
|31
|31
|
|
*violetwool
*violetcloth
*lightpurple
*purple
*purplewool
*purplecloth
|-
|-
|Magenta
|Magenta
|32
|32
|
|
*fuchsia
*magentawool
*magentacloth
|-
|-
|Pink
|Pink
|33
|33
|
|
*darkpink
*pinkwool
*pinkcloth
|-
|-
|Black
|Black
|34
|34
|
|
*darkgray
*darkgrey
|-
|-
|Gray
|Gray
|35
|35
|
|
*grey
*lightgray
*lightgrey
|-
|-
|White
|White
|36
|36
|
|
*cloth
*cotton
|-
|-
|YellowFlower
|YellowFlower
|37
|37
|
|
*yellow_flower
*flower
|-
|-
|RedFlower
|RedFlower
|38
|38
|
|
*rose
*redrose
*red_flower
|-
|-
|BrownMushroom
|BrownMushroom
|39
|39
|
|
*mushroom
*shroom
*brown_shroom
|-
|-
|RedMushroom
|RedMushroom
|40
|40
|
|
*red_shroom
|-
|-
|Gold
|Gold
|41
|41
|
|
*goldblock
*goldsolid
*golden
*copper
*brass
|-
|-
|Iron
|Iron
|42
|42
|
|
*ironblock
*steel
*metal
*silver
|-
|-
|DoubleStair
|DoubleStair
|43
|43
|
|
*slabs
*steps
*stairs
*doublestep
*double_step
*double_stair
*staircasefull
|-
|-
|Stair
|Stair
|44
|44
|
|
*slab
*step
*halfstep
*halfblock
*staircasestep
|-
|-
|Brick
|Brick
|45
|45
|
|
*bricks
|-
|-
|TNT
|TNT
|46
|46
|
|
*explosive
*dynamite
|-
|-
|Books
|Books
|47
|47
|
|
*book
*shelf
*shelves
*bookcase
*bookshelf
*bookshelves
|-
|-
|MossyRocks
|MossyRocks
|48
|48
|
|
*moss
*mossy
*stonevine
*mossyrock
*mossystone
*mossystones
*greencobblestone
*mossycobblestone
*mossy_cobblestone
*blockthathasgreypixelsonitmostlybutsomeareactuallygreen
|-
|-
|Obsidian
|Obsidian
Line 224: Line 348:
|
|
|}
|}
            BlockNames["soil"] = Block.Dirt;
            BlockNames["stones"] = Block.Cobblestone;
            BlockNames["rocks"] = Block.Cobblestone;
            BlockNames["plank"] = Block.Wood;
            BlockNames["planks"] = Block.Wood;
            BlockNames["board"] = Block.Wood;
            BlockNames["boards"] = Block.Wood;
            BlockNames["tree"] = Block.Plant;
            BlockNames["sappling"] = Block.Plant;
            BlockNames["adminium"] = Block.Admincrete;
            BlockNames["adminite"] = Block.Admincrete;
            BlockNames["opcrete"] = Block.Admincrete;
            BlockNames["hardrock"] = Block.Admincrete;
            BlockNames["solid"] = Block.Admincrete;
            BlockNames["bedrock"] = Block.Admincrete;
            BlockNames["w"] = Block.Water;
            BlockNames["l"] = Block.Lava;
            BlockNames["magma"] = Block.Lava;
            BlockNames["gold_ore"] = Block.GoldOre;
            BlockNames["iron_ore"] = Block.IronOre;
            BlockNames["copper"] = Block.IronOre;
            BlockNames["copperore"] = Block.IronOre;
            BlockNames["copper_ore"] = Block.IronOre;
            BlockNames["ore"] = Block.IronOre;
            BlockNames["coals"] = Block.Coal;
            BlockNames["coalore"] = Block.Coal;
            BlockNames["blackore"] = Block.Coal;
            BlockNames["trunk"] = Block.Log;
            BlockNames["stump"] = Block.Log;
            BlockNames["treestump"] = Block.Log;
            BlockNames["treetrunk"] = Block.Log;
            BlockNames["leaf"] = Block.Leaves;
            BlockNames["foliage"] = Block.Leaves;
            BlockNames["cheese"] = Block.Sponge;
            BlockNames["redcloth"] = Block.Red;
            BlockNames["redwool"] = Block.Red;
            BlockNames["orangecloth"] = Block.Orange;
            BlockNames["orangewool"] = Block.Orange;
            BlockNames["yellowcloth"] = Block.Yellow;
            BlockNames["yellowwool"] = Block.Yellow;
            BlockNames["limecloth"] = Block.Lime;
            BlockNames["limewool"] = Block.Lime;
            BlockNames["greenyellow"] = Block.Lime;
            BlockNames["yellowgreen"] = Block.Lime;
            BlockNames["lightgreen"] = Block.Lime;
            BlockNames["lightgreencloth"] = Block.Lime;
            BlockNames["lightgreenwool"] = Block.Lime;
            BlockNames["greencloth"] = Block.Green;
            BlockNames["greenwool"] = Block.Green;
            BlockNames["springgreen"] = Block.Teal;
            BlockNames["emerald"] = Block.Teal;
            BlockNames["tealwool"] = Block.Teal;
            BlockNames["tealcloth"] = Block.Teal;
            BlockNames["aquawool"] = Block.Aqua;
            BlockNames["aquacloth"] = Block.Aqua;
            BlockNames["cyanwool"] = Block.Cyan;
            BlockNames["cyancloth"] = Block.Cyan;
            BlockNames["bluewool"] = Block.Blue;
            BlockNames["bluecloth"] = Block.Blue;
            BlockNames["indigowool"] = Block.Indigo;
            BlockNames["indigocloth"] = Block.Indigo;
            BlockNames["violetwool"] = Block.Violet;
            BlockNames["violetcloth"] = Block.Violet;
            BlockNames["lightpurple"] = Block.Violet;
            BlockNames["purple"] = Block.Violet;
            BlockNames["purplewool"] = Block.Violet;
            BlockNames["purplecloth"] = Block.Violet;
            BlockNames["fuchsia"] = Block.Magenta;
            BlockNames["magentawool"] = Block.Magenta;
            BlockNames["magentacloth"] = Block.Magenta;
            BlockNames["darkpink"] = Block.Pink;
            BlockNames["pinkwool"] = Block.Pink;
            BlockNames["pinkcloth"] = Block.Pink;
            BlockNames["cloth"] = Block.White;
            BlockNames["cotton"] = Block.White;
            BlockNames["grey"] = Block.Gray;
            BlockNames["lightgray"] = Block.Gray;
            BlockNames["lightgrey"] = Block.Gray;
            BlockNames["darkgray"] = Block.Black;
            BlockNames["darkgrey"] = Block.Black;
            BlockNames["yellow_flower"] = Block.YellowFlower;
            BlockNames["flower"] = Block.YellowFlower;
            BlockNames["rose"] = Block.RedFlower;
            BlockNames["redrose"] = Block.RedFlower;
            BlockNames["red_flower"] = Block.RedFlower;
            BlockNames["mushroom"] = Block.BrownMushroom;
            BlockNames["shroom"] = Block.BrownMushroom;
            BlockNames["brown_shroom"] = Block.BrownMushroom;
            BlockNames["red_shroom"] = Block.RedMushroom;
            BlockNames["goldblock"] = Block.Gold;
            BlockNames["goldsolid"] = Block.Gold;
            BlockNames["golden"] = Block.Gold;
            BlockNames["copper"] = Block.Gold;
            BlockNames["brass"] = Block.Gold;
            BlockNames["ironblock"] = Block.Iron;
            BlockNames["steel"] = Block.Iron;
            BlockNames["metal"] = Block.Iron;
            BlockNames["silver"] = Block.Iron;
            BlockNames["slab"] = Block.Stair;
            BlockNames["slabs"] = Block.DoubleStair;
            BlockNames["steps"] = Block.DoubleStair;
            BlockNames["stairs"] = Block.DoubleStair;
            BlockNames["doublestep"] = Block.DoubleStair;
            BlockNames["double_step"] = Block.DoubleStair;
            BlockNames["double_stair"] = Block.DoubleStair;
            BlockNames["staircasefull"] = Block.DoubleStair;
            BlockNames["step"] = Block.Stair;
            BlockNames["halfstep"] = Block.Stair;
            BlockNames["halfblock"] = Block.Stair;
            BlockNames["staircasestep"] = Block.Stair;
            BlockNames["bricks"] = Block.Brick;
            BlockNames["explosive"] = Block.TNT;
            BlockNames["dynamite"] = Block.TNT;
            BlockNames["book"] = Block.Books;
            BlockNames["shelf"] = Block.Books;
            BlockNames["shelves"] = Block.Books;
            BlockNames["bookcase"] = Block.Books;
            BlockNames["bookshelf"] = Block.Books;
            BlockNames["bookshelves"] = Block.Books;
            BlockNames["moss"] = Block.MossyRocks;
            BlockNames["mossy"] = Block.MossyRocks;
            BlockNames["stonevine"] = Block.MossyRocks;
            BlockNames["mossyrock"] = Block.MossyRocks;
            BlockNames["mossystone"] = Block.MossyRocks;
            BlockNames["mossystones"] = Block.MossyRocks;
            BlockNames["greencobblestone"] = Block.MossyRocks;
            BlockNames["mossycobblestone"] = Block.MossyRocks;
            BlockNames["mossy_cobblestone"] = Block.MossyRocks;
            BlockNames["blockthathasgreypixelsonitmostlybutsomeareactuallygreen"] = Block.MossyRocks;

Revision as of 06:15, 1 September 2012

Block ID aliases
Undefined 255
  • none
Air 0
  • a
  • nothing
  • empty
  • delete
  • erase
  • blank
Stone 1
  • cement
  • concrete
Grass 2
  • g
  • gras
Dirt 3
  • soil
Cobblestone 4
  • stones
  • rocks
Wood 5
  • plank
  • planks
  • board
  • boards
Plant 6
  • tree
  • sappling
Admincrete 7
  • adminium
  • adminite
  • opcrete
  • hardrock
  • solid
  • bedrock
Water 8
  • w
Stillwater 9
Lava 10
  • l
  • magma
StillLava 11
Sand 12
Gravel 13
GoldOre 14
  • gold_ore
IronOre 15
  • iron_ore
  • copper
  • copperore
  • copper_ore
  • ore
Coal 16
  • coals
  • coalore
  • blackore
Log 17
  • trunk
  • stump
  • treestump
  • treetrunk
Leaves 18
  • leaf
  • foliage
Sponge 19
  • cheese
Glass 20
Red 21
  • redcloth
  • redwool
Orange 22
  • orangecloth
  • orangewool
Yellow 23
  • yellowcloth
  • yellowwool
Lime 24
  • limecloth
  • limewool
  • greenyellow
  • yellowgreen
  • lightgreen
  • lightgreencloth
  • lightgreenwool
Green 25
  • greencloth
  • greenwool
Teal 26
  • springgreen
  • emerald
  • tealwool
  • tealcloth
Aqua 27
  • aquawool
  • aquacloth
Cyan 28
  • cyanwool
  • cyancloth
Blue 29
  • bluewool
  • bluecloth
Indigo 30
  • indigowool
  • indigocloth
Violet 31
  • violetwool
  • violetcloth
  • lightpurple
  • purple
  • purplewool
  • purplecloth
Magenta 32
  • fuchsia
  • magentawool
  • magentacloth
Pink 33
  • darkpink
  • pinkwool
  • pinkcloth
Black 34
  • darkgray
  • darkgrey
Gray 35
  • grey
  • lightgray
  • lightgrey
White 36
  • cloth
  • cotton
YellowFlower 37
  • yellow_flower
  • flower
RedFlower 38
  • rose
  • redrose
  • red_flower
BrownMushroom 39
  • mushroom
  • shroom
  • brown_shroom
RedMushroom 40
  • red_shroom
Gold 41
  • goldblock
  • goldsolid
  • golden
  • copper
  • brass
Iron 42
  • ironblock
  • steel
  • metal
  • silver
DoubleStair 43
  • slabs
  • steps
  • stairs
  • doublestep
  • double_step
  • double_stair
  • staircasefull
Stair 44
  • slab
  • step
  • halfstep
  • halfblock
  • staircasestep
Brick 45
  • bricks
TNT 46
  • explosive
  • dynamite
Books 47
  • book
  • shelf
  • shelves
  • bookcase
  • bookshelf
  • bookshelves
MossyRocks 48
  • moss
  • mossy
  • stonevine
  • mossyrock
  • mossystone
  • mossystones
  • greencobblestone
  • mossycobblestone
  • mossy_cobblestone
  • blockthathasgreypixelsonitmostlybutsomeareactuallygreen
Obsidian 49