Jump to content

Recommended Posts

Posted

Hey I Just myself recently made a Custom Furnace,

 

for the Textures did you copy the code straight from the BlockFurnace.class.

 

Example of my code and what was from the BlockFurnace Class. (May help with texture glitch)

 

 

  Reveal hidden contents

 

 

Posted
  On 5/12/2013 at 1:29 AM, keynah said:

Hey I Just myself recently made a Custom Furnace,

 

for the Textures did you copy the code straight from the BlockFurnace.class.

 

Example of my code and what was from the BlockFurnace Class. (May help with texture glitch)

 

 

  Reveal hidden contents

 

 

Thats the same as mine... Wonder whats going on there.

Posted

A) The @Mod annotation has to be above the @NetworkMod annotation.

B) You need to have a client packet handler and a server packet handler. Replace you @NetworkMod annotation with this:

  Reveal hidden contents

and change the ClientPacketHandler.class with your client packet handler class and the ServerPacketHandler.class with your server packet handler class

 

Also, put this in your client packet handler class:

 

  Reveal hidden contents

 

 

And put this in your server packet handler class:

 

  Reveal hidden contents

 

 

This code is from my mod and it works for me.

Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support.

 

1.12 -> 1.13 primer by williewillus.

 

1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support.

 

http://www.howoldisminecraft1710.today/

Posted
  On 5/12/2013 at 10:43 AM, larsgerrits said:

A) The @Mod annotation has to be above the @NetworkMod annotation.

B) You need to have a client packet handler and a server packet handler. Replace you @NetworkMod annotation with this:

  Reveal hidden contents

and change the ClientPacketHandler.class with your client packet handler class and the ServerPacketHandler.class with your server packet handler class

 

Also, put this in your client packet handler class:

 

  Reveal hidden contents

 

 

And put this in your server packet handler class:

 

  Reveal hidden contents

 

 

This code is from my mod and it works for me.

 

Thank you it seems that the tutorial I followed was wrong.

Posted

Does it actually work now? Cause i've made a new furnace and mine can't smelt the items. Do you mind taking a look at my code? It's on this thread: http://www.minecraftforge.net/forum/index.php/topic,8381.0.html

Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support.

 

1.12 -> 1.13 primer by williewillus.

 

1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support.

 

http://www.howoldisminecraft1710.today/

  • 2 months later...
Posted
  On 5/12/2013 at 1:29 AM, keynah said:

Hey I Just myself recently made a Custom Furnace,

 

for the Textures did you copy the code straight from the BlockFurnace.class.

 

Example of my code and what was from the BlockFurnace Class. (May help with texture glitch)

 

 

  Reveal hidden contents

 

 

 

this actual worked so i can get my own furnace texture.

 

but why does the block show in your hand only with top textures and side texture .. and not like the funace texture it shows the front also ??

how so i fix this??

 

also in creative tabs it shows with top and side textures only ...

 

meanwhile when you place it it does have the front texture i put in and the active front texture when its burning..

so only when your holding it or seeing it in creative tab .. it dusnt show like the furnace.

 

 

it was the same btw with the vanilla textures and skin ... (with custom furnace)

 

 

greets

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  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.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.