Compare commits
2 Commits
0.9.10b
...
0.9.10b-ho
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
772b509a10 | ||
|
|
ee50ce1dc5 |
@@ -4,6 +4,6 @@ Minecraft mod that alters the appearance of leaves & grass
|
|||||||
|
|
||||||
More info: http://www.minecraftforum.net/topic/2776217-better-foliage/
|
More info: http://www.minecraftforum.net/topic/2776217-better-foliage/
|
||||||
|
|
||||||
Download
|
Latest Download
|
||||||
========
|
========
|
||||||
[BetterFoliage 0.9.9-beta] (http://goo.gl/giuL8S) (MC 1.7.2 & 1.7.10)
|
[BetterFoliage 0.9.10-beta] (http://goo.gl/5tE6QX) (MC 1.7.2 & 1.7.10)
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ import net.minecraftforge.common.MinecraftForge;
|
|||||||
import com.google.common.collect.Sets;
|
import com.google.common.collect.Sets;
|
||||||
|
|
||||||
import cpw.mods.fml.common.eventhandler.Event;
|
import cpw.mods.fml.common.eventhandler.Event;
|
||||||
|
import cpw.mods.fml.common.eventhandler.EventPriority;
|
||||||
import cpw.mods.fml.common.eventhandler.SubscribeEvent;
|
import cpw.mods.fml.common.eventhandler.SubscribeEvent;
|
||||||
import cpw.mods.fml.relauncher.Side;
|
import cpw.mods.fml.relauncher.Side;
|
||||||
import cpw.mods.fml.relauncher.SideOnly;
|
import cpw.mods.fml.relauncher.SideOnly;
|
||||||
@@ -62,7 +63,7 @@ public class LeafTextureEnumerator implements IIconRegister {
|
|||||||
* their textures to "sniff out" all leaf textures.
|
* their textures to "sniff out" all leaf textures.
|
||||||
* @param event
|
* @param event
|
||||||
*/
|
*/
|
||||||
@SubscribeEvent
|
@SubscribeEvent(priority=EventPriority.LOWEST)
|
||||||
@SuppressWarnings("unchecked")
|
@SuppressWarnings("unchecked")
|
||||||
public void handleTextureReload(TextureStitchEvent.Pre event) {
|
public void handleTextureReload(TextureStitchEvent.Pre event) {
|
||||||
if (event.map.getTextureType() != 0) return;
|
if (event.map.getTextureType() != 0) return;
|
||||||
|
|||||||
Reference in New Issue
Block a user