Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refference #35

Open
EverNife opened this issue Jul 5, 2016 · 20 comments
Open

refference #35

EverNife opened this issue Jul 5, 2016 · 20 comments

Comments

@EverNife
Copy link

EverNife commented Jul 5, 2016

I am new to this mod, and i want to create a few itens, but i can't find any good exemple of each thing.

For exemple, i want to create a block and there is no explanation for where to put it's texture (at least i didn't find it )

So please, can you give me a functional ZIP file with an exemple of each thing?

(sorry for bad english '-' )

@tterrag1098
Copy link
Owner

Block icons go in /icons with everything else. I think the wiki is more than enough. If you find anything to be missing let me know.

@EverNife
Copy link
Author

EverNife commented Jul 5, 2016

Ok, i will,
Keep this open a bit more please.

To start, the Custom ITEM exemple is broken.

It is reporting this crash.

Can you give me a funcional one?

(Sorry again, i don't know json language )

@tterrag1098
Copy link
Owner

Yes, it was incorrect. I have updated it now.

@EverNife
Copy link
Author

EverNife commented Jul 5, 2016

Lang tutorial is wrong too, need the "tile." before the expression.

In the wiki is:

item.itemname.name=My Item

it should be:

tile.customthings.itemname.name=My Item

@EverNife
Copy link
Author

EverNife commented Jul 5, 2016

Else

Getting this crash while trying to make an amor.

This is the customArmors.json

@EverNife
Copy link
Author

EverNife commented Jul 8, 2016

Can you tell me what have i done wrong in the customarmors.json?

@tterrag1098
Copy link
Owner

You have an extra comma on line 11

@EverNife
Copy link
Author

EverNife commented Jul 8, 2016

'-' facepalm '-' My bad.

I took liberty to edit your wiki Custom Armor and put some examples.
I will need to keep this open to take more of my doubts out.

@EverNife
Copy link
Author

EverNife commented Jul 8, 2016

Custom Items exemple is not working :/

Getting this error: PasteBin

@EverNife
Copy link
Author

EverNife commented Jul 15, 2016

Help please ^^

(sorry for being so boring)

@xpto2011
Copy link

Also getting the same crash when trying to create the example item

@EverNife
Copy link
Author

Life is hard with us all T.T

@tterrag1098
Copy link
Owner

Could you be more specific? What crash? What (exactly) is your json?

@EverNife
Copy link
Author

evernife commented on 8 Jul

Custom Item exemple is not working :/
Getting this error: PasteBin

@xpto2011
Copy link

I get it working by only setting the name parameter.

The json I used before was exactly the one in the wiki and it crashed with this crashreport: http://pastebin.com/br0pkndL

@EverNife
Copy link
Author

Texture for tools no working well (or it is?)

The wiki tell us to just put the _NameOfTheItem.png_ in the icon's folder.

But in the case of tools, you need to put the type of the tool too.

For exemple, creating a sword named spectrum i need to put the name of the icon as spectrumSword.png
Same for pickaxe, one called dilmae_is_more need a png called dilmae_is_morePickaxe

And for the case of multiples types seems to take ther first one.

Is this intentional?

@tterrag1098
Copy link
Owner

Yes that is the correct naming scheme for tools. I can add that to the wiki soon. What is the problem though?

@EverNife
Copy link
Author

Relative to refference issue;

Cause its a bit strange, my items are now called, for exemple sword_spectrum => sword_spectrumSword.png

Not a poblem at all ^^

@DarkBlade177
Copy link

@tterrag1098 how can i set up block textureMap ?

I tried

   "textureMap" : [
    {"derp1"},
    {"derp1"},
    {"derp2"},
    {"derp2"},
    {"derp2"},
    {"derp2"}
  ]

But did not work T.T

@DarkBlade177
Copy link

This way worked for me, forget it:

    "textureMap": ["derp1","derp1","derp2","derp2","derp2","derp2"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants