Advertisement
Guest User

Untitled

a guest
Sep 25th, 2012
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. #define BT_SKY 0
  2. #define BT_OCEAN 1
  3. #define BT_LAKE 2
  4. #define BT_BEACH 3
  5. #define BT_GBEACH 4
  6. #define BT_PLAINS 5
  7. #define BT_HILLS 6
  8. #define BT_EXTREMEHILLS 7
  9. #define BT_MOUNTAINS 8
  10. #define BT_DESERT 9
  11. #define BT_DESERTHILLS 10
  12. #define BT_NETHER 11
  13.  
  14. #define BTF_SNOW 0x20
  15. #define BTF_FOREST 0x40
  16. #define BTF_AETHER 0x80
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement