Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- delimiter ;
- CREATE TABLE `Block` (
- `Id` tinyint(3) unsigned NOT NULL,
- `Name` varchar(60) NOT NULL,
- PRIMARY KEY (`Id`)
- ) ENGINE=MyISAM DEFAULT CHARSET=latin1
- ;
- INSERT INTO Block(Id,Name)
- VALUES
- (0,'Air')
- , (1,'Stone')
- , (2,'Grass Block')
- , (3,'Dirt')
- , (4,'Cobblestone')
- , (5,'Wood Planks')
- , (6,'Saplings')
- , (7,'Bedrock')
- , (8,'Water')
- , (9,'Stationary water')
- , (10,'Lava')
- , (11,'Stationary lava')
- , (12,'Sand')
- , (13,'Gravel')
- , (14,'Gold Ore')
- , (15,'Iron Ore')
- , (16,'Coal Ore')
- , (17,'Wood')
- , (18,'Leaves')
- , (19,'Sponge')
- , (20,'Glass')
- , (21,'Lapis Lazuli Ore')
- , (22,'Lapis Lazuli Block')
- , (23,'Dispenser')
- , (24,'Sandstone')
- , (25,'Note Block')
- , (26,'Bed')
- , (27,'Powered Rail')
- , (28,'Detector Rail')
- , (29,'Sticky Piston')
- , (30,'Cobweb')
- , (31,'Grass')
- , (32,'Dead Bush')
- , (33,'Piston')
- , (34,'Piston Extension')
- , (35,'Wool')
- , (36,'Block moved by Piston')
- , (37,'Dandelion')
- , (38,'Rose')
- , (39,'Brown Mushroom')
- , (40,'Red Mushroom')
- , (41,'Block of Gold')
- , (42,'Block of Iron')
- , (43,'Double Slabs')
- , (44,'Slabs')
- , (45,'Bricks')
- , (46,'TNT')
- , (47,'Bookshelf')
- , (48,'Moss Stone')
- , (49,'Obsidian')
- , (50,'Torch')
- , (51,'Fire')
- , (52,'Monster Spawner')
- , (53,'Oak Wood Stairs')
- , (54,'Chest')
- , (55,'Redstone Wire')
- , (56,'Diamond Ore')
- , (57,'Block of Diamond')
- , (58,'Crafting Table')
- , (59,'Wheat')
- , (60,'Farmland')
- , (61,'Furnace')
- , (62,'Burning Furnace')
- , (63,'Sign Post')
- , (64,'Woodenoor')
- , (65,'Ladders')
- , (66,'Rail')
- , (67,'Cobblestone Stairs')
- , (68,'Wall Sign')
- , (69,'Lever')
- , (70,'Stone Pressure Plate')
- , (71,'Ironoor')
- , (72,'Wooden Pressure Plate')
- , (73,'Redstone Ore')
- , (74,'Glowing Redstone Ore')
- , (75,'Redstone Torch (inactive)')
- , (76,'Redstone Torch (active)')
- , (77,'Stoneutton')
- , (78,'Snow')
- , (79,'Ice')
- , (80,'Snow Block')
- , (81,'Cactus')
- , (82,'Clay')
- , (83,'Sugar Cane')
- , (84,'Jukebox')
- , (85,'Fence')
- , (86,'Pumpkin')
- , (87,'Netherrack')
- , (88,'Soul Sand')
- , (89,'Glowstone')
- , (90,'Nether Portal')
- , (91,'Jack ''o'' Lantern')
- , (92,'Cake Block')
- , (93,'Redstone Repeater (inactive)')
- , (94,'Redstone Repeater (active)')
- , (95,'Locked Chest')
- , (96,'Trapdoor')
- , (97,'Monster Egg')
- , (98,'Stone Bricks')
- , (99,'Huge Brown Mushroom')
- , (100,'Huge Red Mushroom')
- , (101,'Iron Bars')
- , (102,'Glass Pane')
- , (103,'Melon')
- , (104,'Pumpkin Stem')
- , (105,'Melon Stem')
- , (106,'Vines')
- , (107,'Fence Gate')
- , (108,'Brick Stairs')
- , (109,'Stone Brick Stairs')
- , (110,'Mycelium')
- , (111,'Lily Pad')
- , (112,'Nether Brick')
- , (113,'Nether Brick Fence')
- , (114,'Nether Brick Stairs')
- , (115,'Nether Wart')
- , (116,'Enchantment Table')
- , (117,'Brewing Stand')
- , (118,'Cauldron')
- , (119,'End Portal')
- , (120,'End Portal block')
- , (121,'End Stone')
- , (122,'Dragon Egg')
- , (123,'Redstone Lamp (inactive)')
- , (124,'Redstone Lamp (active)')
- , (125,'Wooden Double Slab')
- , (126,'Wooden Slab')
- , (127,'Cocoa')
- , (128,'Sandstone Stairs')
- , (129,'Emerald Ore')
- , (130,'Ender Chest')
- , (131,'Tripwire Hook')
- , (132,'Tripwire')
- , (133,'Block of Emerald')
- , (134,'Spruce Wood Stairs')
- , (135,'Birch Wood Stairs')
- , (136,'Jungle Wood Stairs')
- , (137,'Command Block')
- , (138,'Beacon')
- , (139,'Cobblestone Wall')
- , (140,'Flower Pot')
- , (141,'Carrots')
- , (142,'Potatoes')
- , (143,'Wooden Button')
- , (144,'Mob head')
- , (145,'Anvil')
- , (146,'Trapped Chest')
- , (147,'Weighted Pressure Plate (Light)')
- , (148,'Weighted Pressure Plate (Heavy)')
- , (149,'Redstone Comparator (inactive)')
- , (150,'Redstone Comparator (active)')
- , (151,'Daylight Sensor')
- , (152,'Block of Redstone')
- , (153,'Nether Quartz Ore')
- , (154,'Hopper')
- , (155,'Block of Quartz')
- , (156,'Quartz Stairs')
- , (157,'Activator Rail')
- , (158,'Dropper')
- ;
Advertisement
Add Comment
Please, Sign In to add comment