# ExtraBees Block mapping
modname:mod_ExtraBees,ExtraBees

var:item_hive=0,hive=0
# configuration file
cfgfile:config/forestry/extrabees/main.conf

# Files
texturepath:mods/extrabees/textures/blocks/hive/
texture:id=marble.0
texture:id=marble.1
texture:id=nether.0
texture:id=nether.1
texture:id=rock.0
texture:id=rock.1
texture:id=water.0
texture:id=water.1

#Hives
# hive:0 - Water Beehive
block:id=item_hive,id=hive,data=0,allsides=0:water.0,topbottom=0:water.1,stdrot=true
# hive:1 - Stone Beehive
block:id=item_hive,id=hive,data=1,allsides=0:rock.0,topbottom=0:rock.1,stdrot=true
# hive:1 - Nether Beehive
block:id=item_hive,id=hive,data=2,allsides=0:nether.0,topbottom=0:nether.1,stdrot=true
# hive:3 - Marble Beehive
block:id=item_hive,id=hive,data=3,allsides=0:marble.0,topbottom=0:marble.1,stdrot=true

