Fixing Sanguine armour, adding some fancy rendering, doing other random bug fixes
This commit is contained in:
parent
4f9fad22c5
commit
14f9e3c61b
66 changed files with 2425 additions and 911 deletions
|
@ -66,9 +66,9 @@ public class ImperfectRitualStone extends Block
|
|||
if (world.isRemote)
|
||||
{
|
||||
world.setRainStrength(1.0F);
|
||||
world.setThunderStrength(1.0f);
|
||||
}
|
||||
|
||||
world.setThunderStrength(1.0f);
|
||||
world.getWorldInfo().setThunderTime(0);
|
||||
world.getWorldInfo().setThundering(true);
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue