diff --git a/give.lua b/give.lua index aab8255..335a3da 100644 --- a/give.lua +++ b/give.lua @@ -442,53 +442,53 @@ function IntializeItemBlacklist( Plugin ) -- Technical blocks that should NOT be given to players by default local DefaultBlackList = { - [E_BLOCK_PISTON_EXTENSION] = true, - [E_BLOCK_PISTON_MOVED_BLOCK] = true, - [E_BLOCK_FLOWER_POT] = true, - [E_BLOCK_BED] = true, - [E_BLOCK_HEAD] = true, - [E_BLOCK_SIGN_POST] = true, - [E_BLOCK_WALLSIGN] = true, - [E_BLOCK_BREWING_STAND] = true, - [E_BLOCK_CAULDRON] = true, - [E_BLOCK_WOODEN_DOOR] = true, - [E_BLOCK_SPRUCE_DOOR] = true, - [E_BLOCK_BIRCH_DOOR] = true, - [E_BLOCK_JUNGLE_DOOR] = true, - [E_BLOCK_ACACIA_DOOR] = true, - [E_BLOCK_DARK_OAK_DOOR] = true, - [E_BLOCK_IRON_DOOR] = true, - [E_BLOCK_TRIPWIRE] = true, - [E_BLOCK_REDSTONE_WIRE] = true, - [E_BLOCK_REDSTONE_ORE_GLOWING] = true, - [E_BLOCK_REDSTONE_TORCH_OFF] = true, - [E_BLOCK_REDSTONE_REPEATER_ON] = true, - [E_BLOCK_REDSTONE_REPEATER_OFF] = true, - [E_BLOCK_REDSTONE_LAMP_ON] = true, - [E_BLOCK_ACTIVE_COMPARATOR] = true, - [E_BLOCK_INACTIVE_COMPARATOR] = true, - [E_BLOCK_INVERTED_DAYLIGHT_SENSOR] = true, - [E_BLOCK_STATIONARY_WATER] = true, - [E_BLOCK_WATER] = true, - [E_BLOCK_LAVA] = true, - [E_BLOCK_STATIONARY_LAVA] = true, - [E_BLOCK_CROPS] = true, - [E_BLOCK_POTATOES] = true, - [E_BLOCK_CARROTS] = true, - [E_BLOCK_PUMPKIN_STEM] = true, - [E_BLOCK_MELON_STEM] = true, - [E_BLOCK_REEDS] = true, - [E_BLOCK_NETHER_WART] = true, - [E_BLOCK_COCOA_POD] = true, - [E_BLOCK_CAKE] = true, - [E_BLOCK_END_PORTAL] = true, - [E_BLOCK_NETHER_PORTAL] = true, - [E_BLOCK_FIRE] = true, - [E_BLOCK_DOUBLE_NEW_STONE_SLAB] = true, - [E_BLOCK_DOUBLE_WOODEN_SLAB] = true, - [E_BLOCK_DOUBLE_STONE_SLAB] = true, - [E_BLOCK_WALL_BANNER] = true, - [E_BLOCK_STANDING_BANNER] = true, + [E_BLOCK_PISTON_EXTENSION] = true, + [E_BLOCK_PISTON_MOVED_BLOCK] = true, + [E_BLOCK_FLOWER_POT] = true, + [E_BLOCK_BED] = true, + [E_BLOCK_HEAD] = true, + [E_BLOCK_SIGN_POST] = true, + [E_BLOCK_WALLSIGN] = true, + [E_BLOCK_BREWING_STAND] = true, + [E_BLOCK_CAULDRON] = true, + [E_BLOCK_OAK_DOOR] = true, + [E_BLOCK_SPRUCE_DOOR] = true, + [E_BLOCK_BIRCH_DOOR] = true, + [E_BLOCK_JUNGLE_DOOR] = true, + [E_BLOCK_ACACIA_DOOR] = true, + [E_BLOCK_DARK_OAK_DOOR] = true, + [E_BLOCK_IRON_DOOR] = true, + [E_BLOCK_TRIPWIRE] = true, + [E_BLOCK_REDSTONE_WIRE] = true, + [E_BLOCK_REDSTONE_ORE_GLOWING] = true, + [E_BLOCK_REDSTONE_TORCH_OFF] = true, + [E_BLOCK_REDSTONE_REPEATER_ON] = true, + [E_BLOCK_REDSTONE_REPEATER_OFF] = true, + [E_BLOCK_REDSTONE_LAMP_ON] = true, + [E_BLOCK_ACTIVE_COMPARATOR] = true, + [E_BLOCK_INACTIVE_COMPARATOR] = true, + [E_BLOCK_INVERTED_DAYLIGHT_SENSOR] = true, + [E_BLOCK_STATIONARY_WATER] = true, + [E_BLOCK_WATER] = true, + [E_BLOCK_LAVA] = true, + [E_BLOCK_STATIONARY_LAVA] = true, + [E_BLOCK_CROPS] = true, + [E_BLOCK_POTATOES] = true, + [E_BLOCK_CARROTS] = true, + [E_BLOCK_PUMPKIN_STEM] = true, + [E_BLOCK_MELON_STEM] = true, + [E_BLOCK_REEDS] = true, + [E_BLOCK_NETHER_WART] = true, + [E_BLOCK_COCOA_POD] = true, + [E_BLOCK_CAKE] = true, + [E_BLOCK_END_PORTAL] = true, + [E_BLOCK_NETHER_PORTAL] = true, + [E_BLOCK_FIRE] = true, + [E_BLOCK_DOUBLE_RED_SANDSTONE_SLAB] = true, + [E_BLOCK_DOUBLE_WOODEN_SLAB] = true, + [E_BLOCK_DOUBLE_STONE_SLAB] = true, + [E_BLOCK_WALL_BANNER] = true, + [E_BLOCK_STANDING_BANNER] = true, } -- First, try to open the Item BlackList file if it exists