I am at the very starting point of moding, I managed to "make" a block , but I can't manage to give it a texture
I loooked on pahimar(youtube) tutorials for the begining , so I have the basic stucture he showed , but since he did not post any video , I tried to do somethings my self.
So here is my code :
First: structure :
Ininity bows
|
|---common
| |
| |-------traxys.infbow
| | |
| | |---------IninityBow.java
| |
| |-------traxys.infbow.lib
| | |
| | |---------GenBlock.java
| | |
| | |---------Reference.java
| |
| |-------traxys.infbow.proxy(there are two java files , (ckient & common proxy) but there are nearly blank)
| |
| |-------mcmod.info
| |
| |-------pack.mcmeta
|
|---Ressources
|
|------assets.infbow.lang(empty)
|
|------assets.infbow.textures.blocks
| |
| |---------hardWall.png(a 16*16 file)
|
|------assets.infbow.textures.item(also empty)
Here are my codes :
InfinityBow.java
GenBlock.java
Reference.java
pack.mcmeta