1
0

Multiple enhancements and fixes to minecarts

+ They are destroyed instantly by creative mode
* Physics is much improved
+ Basic implementation of powered rails
This commit is contained in:
Tiger Wang
2014-01-12 13:28:37 +00:00
parent 273db55bdf
commit ec6c510bd4
4 changed files with 319 additions and 260 deletions

View File

@@ -767,6 +767,7 @@ public:
g_BlockIsSolid[E_BLOCK_MELON_STEM] = false;
g_BlockIsSolid[E_BLOCK_NETHER_PORTAL] = false;
g_BlockIsSolid[E_BLOCK_PISTON_EXTENSION] = false;
g_BlockIsSolid[E_BLOCK_POWERED_RAIL] = false;
g_BlockIsSolid[E_BLOCK_RAIL] = false;
g_BlockIsSolid[E_BLOCK_REDSTONE_TORCH_OFF] = false;
g_BlockIsSolid[E_BLOCK_REDSTONE_TORCH_ON] = false;