-
Posts
642 -
Joined
-
Last visited
Everything posted by TheRPGAdventurer
-
Also I fixed the head it's in the model's render method, protected void renderHead(float scale) { float headScale = 1.4f / (size + 0.4f); if (this.isChild) {float f = 2.0F; this.head.render(scale);} else {head.setRenderScale(headScale); head.render(scale);} Just put an exception between adult and baby types, side note my model has different renders per part.
-
[1.10.2] Spawning structures using Structure Blocks files
TheRPGAdventurer replied to JimiIT92's topic in Modder Support
I used to follow an old tutorial in 1.8.9 but if you use nbt files to spawn structures do you still use IWorldGenerators or you just simply make a class that grabs the location of your nbt structure and generate them? Sorry for being old the future is now old man! -
Need help with 1 block texture
TheRPGAdventurer replied to TheRPGAdventurer's topic in Modder Support
NAH! just used the wood block! -
Need help with 1 block texture
TheRPGAdventurer replied to TheRPGAdventurer's topic in Modder Support
HAHAHAHA! but where can I find a texture of a unarranged pile of sticks in minecraft? oh wait! I know! -
Hello Forge, I don't think if this is the correct website to ask for textures(please tell me if you know some websites), but I need a texture for my block, basically it just need to look like a pile of sticks, I'm not really good with textures but all help is appreciated.
-
also you got any complex structure tutorials bro for 1.10.2? I think the one I found in version 1.8.9 is not working OR it is working but I am just being a fucking idiot again :D! Just tell me if this http://www.minecraftforum.net/forums/mapping-and-modding/mapping-and-modding-tutorials/2667034-1-8-x-and-1-9-complex-structure-generation from 1.8.9 still works on 1.10.2+
-
Oh sorry did I typed wiki? It's not really the wiki it's a documentary on youtube about dragons I watched years ago, My suggestion was just a small dragon's nest with an egg in the middle without the parents and the player just have to load this in his/her minecart and bring it home so he/she can hatch it.