
skyfir3
Members-
Posts
53 -
Joined
-
Last visited
Everything posted by skyfir3
-
Can you give me an example of the basics? I also have an update on the Helmet.class
-
So im working on a mod where a full set of the same type of armor should become invisible when the player is invisible. Im only interested in how i make the armor invisible Helmet.class
-
How do i add a tag beside the a player name when equipping armor?
-
The title says it all
-
[1.8] [SOLVED] Texture and gui books crashing server
skyfir3 replied to skyfir3's topic in Modder Support
Oh lol i forgot. I changed it from "!worldIn.isRemote" to "worldIn.isRemote == true" and now it works -
[1.8] [SOLVED] Texture and gui books crashing server
skyfir3 replied to skyfir3's topic in Modder Support
They are in my ClientProxy.class But nothing happends when i open book in server -
[1.8] [SOLVED] Texture and gui books crashing server
skyfir3 replied to skyfir3's topic in Modder Support
how do i do it in the ServerProxy? ItemBook.class ServerProxy.class Proxy.class Server doesn't crash, but nothing happends when i right click the book -
[1.8] [SOLVED] Texture and gui books crashing server
skyfir3 replied to skyfir3's topic in Modder Support
The problem now is how do i open my book gui without using the Minecraft.class. ClientProxy.class -
[1.8] [SOLVED] Texture and gui books crashing server
skyfir3 replied to skyfir3's topic in Modder Support
I though i would be something with the Minecraft.class cuz both of them used it. Thanks! I got it running -
Seems that when i start up server on eclipse, it crashes and when i remove the registration of textures and server side gui it works. ClientProxy.class and ServerProxy.class TextureManager.class called in main class When i remove these lines, then the server works.
-
Is it the same as in 1.7 or does it have any changes?
-
[1.8] [SOLVED] Custom book with information and pictures
skyfir3 replied to skyfir3's topic in Modder Support
I saw a YouTub vid of your mod, so I know now how it looks. -
[1.8] [SOLVED] Custom book with information and pictures
skyfir3 replied to skyfir3's topic in Modder Support
Do you have a pic of how the book pages looks ingame? I want to know what I am doing -
Thank you had to do some changes
-
How do i make a custom book with information and pictures about how to get started with the mod? Just like tinkers construct
-
How do i spawn an item in the player inventory when spawning in world?
-
I knew i could do that, but wondered if there is another way But if that was the answer then i guess i have no other choice
-
This is absolutely broken. Do not use it. You must add recipes in preInit/init ONLY. I just found that once and thought it could maybe work Never tried it
-
Is there a way to merge normal water block with a custom block? So when i place it, it is no "air" around the custom block.
-
this is something close to it https://www.youtube.com/watch?v=jXhGdAw_QKE
-
[1.8] [SOLVED] Trees spawning in superflat world
skyfir3 replied to skyfir3's topic in Modder Support
thank you! Now i got that solved -
Can't remember but something with EnumRarity Modding on 1.8 and the code there is Check in the ItemGoldenApple.class, golden apple name is colored
-
How do i disable tree/ore/plant generating in superflat world? Is there a code for it? if(world.superFlat)? If the code exists i can use it to disable generations in my GenerationHandler.class
-
[1.8] [SOLVED] Help with placing custom lily pad on top of water
skyfir3 replied to skyfir3's topic in Modder Support
I found out I had to add something from the BlockBush.class BlockBush.class MyBlock.class- 1 reply
-
- 1
-