Jump to content
  • Home
  • Files
  • Docs
  • Merch
Topics
  • All Content

  • This Topic
  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • 3D modeled block problems
1.13 Update Notes for Mod Creators
Sign in to follow this  
Followers 0
yuvalr00

3D modeled block problems

By yuvalr00, May 27, 2014 in Modder Support

  • Reply to this topic
  • Start new topic

Recommended Posts

yuvalr00    0

yuvalr00

yuvalr00    0

  • Tree Puncher
  • yuvalr00
  • Members
  • 0
  • 14 posts
Posted May 27, 2014

so i have a problem with my 3D modeled block,It's crashing mah game.

 

crash report: http://pastebin.com/wP2DQJ15

 

main class: http://pastebin.com/V1FxdVVf

 

client proxy: http://pastebin.com/42vR8NCd

 

common proxy: http://pastebin.com/T29K5a6K

  • Quote

Share this post


Link to post
Share on other sites

larsgerrits    510

larsgerrits

larsgerrits    510

  • Reality Controller
  • larsgerrits
  • Members
  • 510
  • 3455 posts
Posted May 27, 2014

Don't do anything in the Mod class's constructor, but in FMLInitializationEvents. If you don't now what i mean, go read some tutorials.

  • Quote

Share this post


Link to post
Share on other sites

SanAndreasP    402

SanAndreasP

SanAndreasP    402

  • World Shaper
  • SanAndreasP
  • Forge Modder
  • 402
  • 1689 posts
Posted May 28, 2014

Don't do anything in the Mod class's constructor, but in FMLInitializationEvents. If you don't now what i mean, go read some tutorials.

 

You could be more specific...

All your Item/Block registration must go into the FMLPreInitializationEvent

  • Quote

Share this post


Link to post
Share on other sites

yuvalr00    0

yuvalr00

yuvalr00    0

  • Tree Puncher
  • yuvalr00
  • Members
  • 0
  • 14 posts
Posted May 30, 2014

SanAndresP can u conect me trough skype? my username is yuvalr00

  • Quote

Share this post


Link to post
Share on other sites

yuvalr00    0

yuvalr00

yuvalr00    0

  • Tree Puncher
  • yuvalr00
  • Members
  • 0
  • 14 posts
Posted June 2, 2014

srsly.I need help please!

  • Quote

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Insert image from URL
×
  • Desktop
  • Tablet
  • Phone
Sign in to follow this  
Followers 0
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • DragonITA
      [1.14.4] How to get Minecraft Horse model/texture to make a custom unicorn?

      By DragonITA · Posted 6 minutes ago

      package net.batonfack.fantasymod.client.renders; import net.batonfack.fantasymod.FantasyMod; import net.batonfack.fantasymod.client.models.ModelUnicornWithAbstracHorse; import net.batonfack.fantasymod.client.models.ModelUnicornWitoutAbstracHorse; import net.batonfack.fantasymod.entities.UnicornEntity; import net.minecraft.client.renderer.entity.AbstractHorseRenderer; import net.minecraft.client.renderer.entity.EntityRenderer; import net.minecraft.client.renderer.entity.EntityRendererManager; import net.minecraft.client.renderer.entity.MobRenderer; import net.minecraft.entity.passive.horse.AbstractHorseEntity; import net.minecraft.util.ResourceLocation; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; import net.minecraftforge.fml.client.registry.IRenderFactory; @OnlyIn(Dist.CLIENT) public class UnicornEntityRender extends AbstractHorseRenderer<UnicornEntity, ModelUnicornWithAbstracHorse<AbstractHorseEntity>> // <<---The Line with the error { //public UnicornEntityRender(EntityRendererManager manager) { // super(manager, new UnicornEntityModel(0), 0f); //} //private static ModelUnicornWitoutAbstracHorse<UnicornEntity> UnicornModel; public static final ResourceLocation unicorn = new ResourceLocation("fantasymod:" + "textures/entity/unicorn_entity.png"); private static float shadowOpaque = 0.0f; public UnicornEntityRender(EntityRendererManager manager, ModelUnicornWithAbstracHorse<AbstractHorseEntity> UnicornModel, float p_i50961_3_) { super(manager, new ModelUnicornWithAbstracHorse<>(0.0f), p_i50961_3_); } @Override protected ResourceLocation getEntityTexture(UnicornEntity entity) { return unicorn; } public static class RenderFactory implements IRenderFactory<UnicornEntity> { @Override public EntityRenderer<? super UnicornEntity> createRenderFor(EntityRendererManager manager) { return new UnicornEntityRender(manager, new ModelUnicornWithAbstracHorse<>(0.0f), shadowOpaque); } } }  
    • DragonITA
      [1.14.4] How to get Minecraft Horse model/texture to make a custom unicorn?

      By DragonITA · Posted 7 minutes ago

    • The_Unkown675
      Can't connect to own server; No syncable config

      By The_Unkown675 · Posted 17 minutes ago

      Server debug file - https://paste.gg/p/anonymous/0671148362b5476fbce55b8922262dad Latest log file -https://paste.gg/p/anonymous/bab7c2b3ca0947df9b10bce9c2632c22 Hope this helps! If you need anything else please let me know, I'll be happy to help, thank you for your help!
    • diesieben07
      Forge 1.12.2 crashes and wont load world!

      By diesieben07 · Posted 19 minutes ago

      In the future please always post the debug.log. From the excerpt you posted it looks like your world got corrupted. Restore from backup.
    • diesieben07
      Clean forge installer

      By diesieben07 · Posted 21 minutes ago

      Only ever download Forge from https://files.minecraftforge.net/. Any other site offering Forge downloads is illegitimate.   There is no Forge version for 1.15 at this time. Be patient.
  • Topics

    • DragonITA
      46
      [1.14.4] How to get Minecraft Horse model/texture to make a custom unicorn?

      By DragonITA
      Started Monday at 01:06 PM

    • The_Unkown675
      2
      Can't connect to own server; No syncable config

      By The_Unkown675
      Started 18 hours ago

    • PolarBr0
      1
      Forge 1.12.2 crashes and wont load world!

      By PolarBr0
      Started 38 minutes ago

    • Rick57
      1
      Clean forge installer

      By Rick57
      Started 3 hours ago

    • CrashDbo
      3
      [1.12.2] Water Crafting with dropped items like AE2

      By CrashDbo
      Started 17 hours ago

  • Who's Online (See full list)

    • nojomo123
    • plugsmustard
    • DragonITA
    • hohserg
    • OxyWorlds
    • diesieben07
    • CrashDbo
    • ShetiPhian
    • PolarBr0
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • 3D modeled block problems
  • Theme
  • Contact Us
  • Discord

Copyright © 2019 ForgeDevelopment LLC · Ads by Curse Powered by Invision Community