Jump to content

Does the case of the ID matter? [solved]


Lua

Recommended Posts

Ive been hearing that in 1.6.2 your modID has to be a lower case is this true?

 

Also since you can use func_111206_d to give items there textures is setUnlocalizedName needed now and what do pack.mcmeta do?

Link to comment
Share on other sites

modid should always have been lowercase. But now it's being enforced when you export the mod for release in a .zip file as that req. it to be lowercase :)

 

Also all folder and filenames should be lowercase, this is also quite standard and not a bug per say.

 

 

Also since you can use func_111206_d to give items there textures is setUnlocalizedName needed now

 

This sentence didn't make sense to me.

You could set item textures before with it's own method.

You should set an UnlocalizedName, because that's the non-translated name for you're block. It's the blocks unique name and will probably be the way to find you're block with Code when you don't know the block ID.

But you should then havehout using the setUnlocalizedName way.

If you guys dont get it.. then well ya.. try harder...

Link to comment
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.
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.