first commit
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
#if !(defined DH_TERRAIN || defined DH_WATER)
|
||||
#define BLOCK_LAVA_DEFINE mat == 10068 || mat == 10070
|
||||
#define BLOCK_LAVA_STILL_DEFINE mat == 10068
|
||||
#define BLOCK_LEAVES_SEASONS_DEFINE mat == 10009 || mat == 10011
|
||||
#else
|
||||
#define BLOCK_LAVA_DEFINE mat == DH_BLOCK_LAVA
|
||||
#define BLOCK_LAVA_STILL_DEFINE mat == DH_BLOCK_LAVA
|
||||
#define BLOCK_LEAVES_SEASONS_DEFINE mat == DH_BLOCK_LEAVES
|
||||
#endif
|
||||
Reference in New Issue
Block a user