Jump to content

Col_Baskerville

Members
  • Posts

    7
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Col_Baskerville's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I know, believe me but how did they learn all the machine stuff and stuff that minecraft doesn't have or any tutorials? They had to have learned from somewhere...
  2. Hey There, I have dabbled a little bit in code, but not a ton. What has been a growing thought on my mind is how advanced mod creators learned the things they learned. Sure we get some tutorials, but they don't cover advanced nitty gritty things and aren't very wide in variety. Do you guys know of anything?
  3. Thank you so much guys, I am using your tutorials, Jabelar, and they are super useful, thank you for making them, and thank you all for helping me out. The leaves did work, but I am going to be changing them and the logs to 'flat'. Thanks again!
  4. Hey There, I am making a tutorial mod to help me learn coding and have been wrestling with the Tree part of Minecraft modding. So, I haven't even gotten to the tree generation part, I am just trying to make the blocks for the tree. For some reason, my planks and log work. but my sapling and leaves are having a problem being textured in game, showing up as the typical purple and black checkers. I have looked over everything again and again, and would really love some help, thank you! Here is my GitHub Code: https://github.com/ColBaskerville/Tutorial-Mod
  5. Hey There, I have looked around a little bit, but nothing was really clear. I am trying to make a Custom Block Model animate when an item is put into its input slot, and stop animating when the item is transferred, or smelted, or whatever, into the output slot. Does anyone have any 1.12.2 tutorials, or can help me? Thanks!
  6. Thank you so much! Worked perfectly! Also, just another question. If I am using an obj model from Blender, how would I go about that, or change from a normal json file? Again, many thanks!
  7. Hey there, I am not especially new to modding, but am still learning the ropes. I have been making a Tutorial Mod to help me experiment with code for other planned mods in the future. Things have been going well, except when I came to the problem of Custom Block Models. I followed Harry's Tech Reviews modding tutorial 1.12.2 on his Custom Block episode, but in game, the block has no texture and in my hand it has no texture. I have been searching the internet for a while now and have not found anything to help me. If anyone has useful insight on how to properly code Custom Block Models, please help! I will have the link to my code posted down below, Thanks! P.S.(The custom blocks I am trying to make work are the Table and Stone Basin) https://github.com/ColBaskerville/Tutorial-Mod
×
×
  • Create New...

Important Information

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