Giter VIP home page Giter VIP logo

menumobs's People

Contributors

adaptivity avatar adubbz avatar bschoenmaeckers avatar bspkrs avatar dragonslover avatar elix-x avatar fireball1725 avatar nabijaczleweli avatar nalimleinad avatar tealnerd avatar vexatos avatar

Stargazers

 avatar

Watchers

 avatar  avatar

menumobs's Issues

[Request] Update for Minecreaft 1.12.2

I've been putting off playing MC1.12 for a while as I gave time for mods to update to it. While MenuMobs is just a gimmick mob, it is one of my favorites; I would love to see it in the new menu!

Compatibility with BetterPortals

(1.12.2)
Johni0702/BetterPortals#381

The issues being that BP expects that: mc.player != null โ†’ mc.world != null
I could easily fix this in BP but I'm not sure if I should or if it should be fixed in MenuMobs instead.

MenuMobs does appear to set mc.player and mc.world during rendering:

mcClient.player = player;
mcClient.world = world;

but for some unknown reason only sets mc.player during ticking:

If there's no particular reason for not setting mc.world there as well, then I'd suggest doing so as that'll probably fix the compatibility issue and seems more generic than adding a MenuMobs-specific check in BP.

Side-note: There's a catch-all around init and render, might be good to add it to ticking as well.

Add a Blacklist for mobs

Mainly because Thuttech adds an entity called the elevator, which doesn't show up on the screen when it is selected, and it makes the player become invisible on the main menu.

Character is using default skin

Character in main menu is using default Alex skin. My default skin is Steve and I'm also using custom skin. I've attached some screenshots.
2016-07-02_08 52 40
2016-07-02_08 53 57
2016-07-02_08 55 39
2016-07-02_08 52 06

Unsaved Blacklist

The main menu blacklist doesn't save, after a restart, there are no mobs listed in the blacklist.

Naming scheme

How about renaming it to [modname]-[MC version]-[mod version].jar just like most of other mods?

With the way it is set up now it makes it hard to find between a ton of mods without using search or knowing it'd be at the top of the list
http://i.imgur.com/jxSadm2.png

Major Leak - 1.10.2 Forge 209

When using menu mobs and these mods the title screen spazes out and spams this

Skipping Entity with id -1

Here is my mod list.
mobmenu

Mob Variants

If a mob has several variants, such as a villager, it only shows one variant of that mob. Would it be possible to have all variants show?

NPE w/ Helper Tools Mod

Forge 2221-1.10.2
Valkyrien Warfare v0.8.7
Menu Mobs v1.14.1
I get the following error on the main menu while scrolling through the mobs by clicking the arrow.
It disabled the mobs and the player that was showing. I tried to blacklist the entity, but none shows up in the entity list for blacklisting.

[09:19:13] [Client thread/ERROR] [menumobs]: Main menu mob rendering encountered a serious error and has been disabled for the remainder of this session.
[09:19:13] [Client thread/INFO] [STDERR]: [superbas11.menumobs.MainMenuRenderTicker:onTick:470]: net.minecraft.util.ReportedException: Rendering entity in world
[09:19:13] [Client thread/INFO] [STDERR]: [superbas11.menumobs.MainMenuRenderTicker:onTick:470]: at net.minecraft.client.renderer.entity.RenderManager.func_188391_a(RenderManager.java:440)
[09:19:13] [Client thread/INFO] [STDERR]: [superbas11.menumobs.MainMenuRenderTicker:onTick:470]: at ValkyrienWarfareBase.CoreMod.CallRunnerClient.onDoRenderEntity(CallRunnerClient.java:460)
[09:19:13] [Client thread/INFO] [STDERR]: [superbas11.menumobs.MainMenuRenderTicker:onTick:470]: at superbas11.menumobs.client.util.EntityUtils.drawEntityOnScreen(EntityUtils.java:177)
[09:19:13] [Client thread/INFO] [STDERR]: [superbas11.menumobs.MainMenuRenderTicker:onTick:470]: at superbas11.menumobs.MainMenuRenderTicker.onTick(MainMenuRenderTicker.java:447)
[09:19:13] [Client thread/INFO] [STDERR]: [superbas11.menumobs.MainMenuRenderTicker:onTick:470]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1456_MainMenuRenderTicker_onTick_RenderTickEvent.invoke(.dynamic)
[09:19:13] [Client thread/INFO] [STDERR]: [superbas11.menumobs.MainMenuRenderTicker:onTick:470]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
[09:19:13] [Client thread/INFO] [STDERR]: [superbas11.menumobs.MainMenuRenderTicker:onTick:470]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
[09:19:13] [Client thread/INFO] [STDERR]: [superbas11.menumobs.MainMenuRenderTicker:onTick:470]: at net.minecraftforge.fml.common.FMLCommonHandler.onRenderTickStart(FMLCommonHandler.java:350)
[09:19:13] [Client thread/INFO] [STDERR]: [superbas11.menumobs.MainMenuRenderTicker:onTick:470]: at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1074)
[09:19:13] [Client thread/INFO] [STDERR]: [superbas11.menumobs.MainMenuRenderTicker:onTick:470]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
[09:19:13] [Client thread/INFO] [STDERR]: [superbas11.menumobs.MainMenuRenderTicker:onTick:470]: at net.minecraft.client.main.Main.main(SourceFile:124)
[09:19:13] [Client thread/INFO] [STDERR]: [superbas11.menumobs.MainMenuRenderTicker:onTick:470]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[09:19:13] [Client thread/INFO] [STDERR]: [superbas11.menumobs.MainMenuRenderTicker:onTick:470]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[09:19:13] [Client thread/INFO] [STDERR]: [superbas11.menumobs.MainMenuRenderTicker:onTick:470]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[09:19:13] [Client thread/INFO] [STDERR]: [superbas11.menumobs.MainMenuRenderTicker:onTick:470]: at java.lang.reflect.Method.invoke(Method.java:483)
[09:19:13] [Client thread/INFO] [STDERR]: [superbas11.menumobs.MainMenuRenderTicker:onTick:470]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[09:19:13] [Client thread/INFO] [STDERR]: [superbas11.menumobs.MainMenuRenderTicker:onTick:470]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

Chickens Mod

I have the Chickens Mod installed, and for some reason it only shows the bone chicken, and the horse and sheep only shows the white one. And would it be possible to have different sizes for slime and Magma slime to show?

Blacklist is Broken

After blacklisting several mobs and then reloading the game, all blacklisted mobs still show on the menu.
I blacklisted several glitchy Ultimate Unicorn Mod mobs and the Helper Tool Mod entity, but after reloading the game, they reappear.

[1.10.2] Incompatability with VoidCraft

Both mods seem to be interact through the renderPlayer code causing MM to refuse to work (although gracefully fail instead of crash the client)

Forge 2094
Menu Mobs: 1.10.1

error in log

[03:56:45] [Client thread/ERROR] [FML/]: 7: ASM: Tamaized.Voidcraft.voidicInfusion.client.RenderVoidicInfusion@3ab3b1fe renderPlayer(Lnet/minecraftforge/client/event/RenderPlayerEvent$Pre;)V
[03:56:45] [Client thread/ERROR] [menumobs/]: Main menu mob rendering encountered a serious error and has been disabled for the remainder of this session.
[03:56:45] [Client thread/INFO] [STDERR/]: [superbas11.menumobs.MainMenuRenderTicker:onTick:460]: net.minecraft.util.ReportedException: Rendering entity in world
[03:56:45] [Client thread/INFO] [STDERR/]: [superbas11.menumobs.MainMenuRenderTicker:onTick:460]:   at net.minecraft.client.renderer.entity.RenderManager.func_188391_a(RenderManager.java:408)
[03:56:45] [Client thread/INFO] [STDERR/]: [superbas11.menumobs.MainMenuRenderTicker:onTick:460]:   at superbas11.menumobs.client.util.EntityUtils.drawEntityOnScreen(EntityUtils.java:175)
[03:56:45] [Client thread/INFO] [STDERR/]: [superbas11.menumobs.MainMenuRenderTicker:onTick:460]:   at superbas11.menumobs.MainMenuRenderTicker.onTick(MainMenuRenderTicker.java:444)
[03:56:45] [Client thread/INFO] [STDERR/]: [superbas11.menumobs.MainMenuRenderTicker:onTick:460]:   at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_610_MainMenuRenderTicker_onTick_RenderTickEvent.invoke(.dynamic)
[03:56:45] [Client thread/INFO] [STDERR/]: [superbas11.menumobs.MainMenuRenderTicker:onTick:460]:   at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
[03:56:45] [Client thread/INFO] [STDERR/]: [superbas11.menumobs.MainMenuRenderTicker:onTick:460]:   at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:168)
[03:56:45] [Client thread/INFO] [STDERR/]: [superbas11.menumobs.MainMenuRenderTicker:onTick:460]:   at net.minecraftforge.fml.common.FMLCommonHandler.onRenderTickStart(FMLCommonHandler.java:350)
[03:56:45] [Client thread/INFO] [STDERR/]: [superbas11.menumobs.MainMenuRenderTicker:onTick:460]:   at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1074)
[03:56:45] [Client thread/INFO] [STDERR/]: [superbas11.menumobs.MainMenuRenderTicker:onTick:460]:   at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
[03:56:45] [Client thread/INFO] [STDERR/]: [superbas11.menumobs.MainMenuRenderTicker:onTick:460]:   at net.minecraft.client.main.Main.main(SourceFile:124)
[03:56:45] [Client thread/INFO] [STDERR/]: [superbas11.menumobs.MainMenuRenderTicker:onTick:460]:   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[03:56:45] [Client thread/INFO] [STDERR/]: [superbas11.menumobs.MainMenuRenderTicker:onTick:460]:   at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[03:56:45] [Client thread/INFO] [STDERR/]: [superbas11.menumobs.MainMenuRenderTicker:onTick:460]:   at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[03:56:45] [Client thread/INFO] [STDERR/]: [superbas11.menumobs.MainMenuRenderTicker:onTick:460]:   at java.lang.reflect.Method.invoke(Unknown Source)
[03:56:45] [Client thread/INFO] [STDERR/]: [superbas11.menumobs.MainMenuRenderTicker:onTick:460]:   at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[03:56:45] [Client thread/INFO] [STDERR/]: [superbas11.menumobs.MainMenuRenderTicker:onTick:460]:   at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

Mo' Bends Mod NPE Log Spam

Forge 2221-1.10.2
Mo' Bends v0.22.5
Menu Mobs v1.14.1
After installing this mod, I got the following NPE from the player that is spamed into the log files, perhaps add a config option to disable the player from showing as well?

[16:52:09] [Client thread/ERROR]: ########## GL ERROR ##########
[16:52:09] [Client thread/ERROR]: @ Post render
[16:52:09] [Client thread/ERROR]: 1283: Stack overflow
[16:52:09] [Client thread/ERROR]: Couldn't render entity
java.lang.NullPointerException
at net.gobbob.mobends.client.renderer.entity.RenderBendsPlayer.func_77041_b(RenderBendsPlayer.java:101) ~[RenderBendsPlayer.class:?]
at net.gobbob.mobends.client.renderer.entity.RenderBendsPlayer.func_77041_b(RenderBendsPlayer.java:44) ~[RenderBendsPlayer.class:?]
at net.minecraft.client.renderer.entity.RenderLivingBase.func_188322_c(RenderLivingBase.java:265) ~[bsy.class:?]
at net.minecraft.client.renderer.entity.RenderPlayer.localPrepareScale(RenderPlayer.java) ~[bvh.class:?]
at api.player.render.RenderPlayerAPI.prepareScale(Unknown Source) ~[RenderPlayerAPI.class:?]
at net.minecraft.client.renderer.entity.RenderPlayer.func_188322_c(RenderPlayer.java) ~[bvh.class:?]
at net.minecraft.client.renderer.entity.RenderLivingBase.func_76986_a(RenderLivingBase.java:163) [bsy.class:?]
at net.minecraft.client.renderer.entity.RenderPlayer.localDoRender(RenderPlayer.java:70) [bvh.class:?]
at api.player.render.RenderPlayerAPI.doRender(Unknown Source) [RenderPlayerAPI.class:?]
at net.minecraft.client.renderer.entity.RenderPlayer.func_76986_a(RenderPlayer.java) [bvh.class:?]
at net.gobbob.mobends.client.renderer.entity.RenderBendsPlayer.func_76986_a(RenderBendsPlayer.java:112) [RenderBendsPlayer.class:?]
at net.gobbob.mobends.event.EventHandler_RenderPlayer.onPlayerRender(EventHandler_RenderPlayer.java:66) [EventHandler_RenderPlayer.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1389_EventHandler_RenderPlayer_onPlayerRender_Pre.invoke(.dynamic) [?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185) [EventBus.class:?]
at net.minecraft.client.renderer.entity.RenderPlayer.localDoRender(RenderPlayer.java:58) [bvh.class:?]
at api.player.render.RenderPlayerAPI.doRender(Unknown Source) [RenderPlayerAPI.class:?]
at net.minecraft.client.renderer.entity.RenderPlayer.func_76986_a(RenderPlayer.java) [bvh.class:?]
at net.minecraft.client.renderer.entity.RenderPlayer.func_76986_a(RenderPlayer.java:28) [bvh.class:?]
at net.minecraft.client.renderer.entity.RenderManager.func_188391_a(RenderManager.java:398) [bsh.class:?]
at ValkyrienWarfareBase.CoreMod.CallRunnerClient.onDoRenderEntity(CallRunnerClient.java:462) [Valkyrien%20Warfare%200.8.7b.jar:?]
at superbas11.menumobs.client.util.EntityUtils.drawEntityOnScreen(EntityUtils.java:177) [EntityUtils.class:?]
at superbas11.menumobs.MainMenuRenderTicker.onTick(MainMenuRenderTicker.java:454) [MainMenuRenderTicker.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1643_MainMenuRenderTicker_onTick_RenderTickEvent.invoke(.dynamic) [?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185) [EventBus.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onRenderTickStart(FMLCommonHandler.java:350) [FMLCommonHandler.class:?]
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1074) [bcx.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371) [bcx.class:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]

[Request] Show mob name on screen

Sometimes I see a mob I don't recognize and wonder what it was and what mod put it in. I'd like to be able to see it somewhere. Maybe a third button or hovering tooltip? Thanks.

Your mod has a conflict

Found out that your mod conflicts with the mod Baubles Stuff. I've created an issue on his form, but figured i'd make one here as well since it seems your mod is conflicting with his. Ill give you the crash report even though it points towards his mod, yours is causing the crash as once i remove your mod, it's fine... what happens is when i launch the pack, it crashes at the main menu with Baubles Stuff mod.

http://pastebin.com/NVbRSzef

Headless Player Models

2018-04-14_16 20 08

I've restarted the game a few times. If I put myself in to the left hand side it works just fine.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.