first commit
This commit is contained in:
9
Minecraft.World/WebMaterial.h
Normal file
9
Minecraft.World/WebMaterial.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "Material.h"
|
||||
|
||||
// 4J added, Java version just does a local alteration when instantiating the Material for webs to get the same thing
|
||||
class WebMaterial : public Material
|
||||
{
|
||||
public:
|
||||
WebMaterial(MaterialColor *color) : Material(color) {}
|
||||
virtual bool blocksMotion() { return false; }
|
||||
};
|
||||
Reference in New Issue
Block a user