Jump to content

trolio

Members
  • Posts

    26
  • Joined

  • Last visited

trolio's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. That is showing the old way (achievements) the new way is called Advancements which I have no idea how to do, the tutorial you linked is from 2014 way to outdated for what I need but thanks to trying to help.
  2. I am updating a mod from 1.10 to 1.12.2 and the entire way achievements are handled have changed, I am having so much trouble getting the Mod moved over as I have no idea how to set it up if I could be pointed in the right direction that would be great.
  3. I have been trying to debug over the last several days on why my Furnace gui is not showing up I am at a loss for what is wrong I've gone through countless tutorials I could find online and none of them have worked I have all the code uploaded to my github at https://github.com/trolio/morethings I have not added the actual "block" textures as what I want the block to actually look like but everything else for the gui is in there along with all the .json files that would be needed to render the blocks textures
  4. you only linked me to Code Style 3 which everything they stated there I was already using, my mod still does not work with servers even after attempting to run the server using "gradlew runServer" and here is the crash file that came along with that. I know on github my mod has a IHasModel file but it is not being used and can be removed. crash-2018-08-13_03.49.45-server.txt
  5. Ok so I built the mod using cmd but I am still running into the same error when trying to launch my server.
  6. thought I attached it along with my source code forgot to drag over the crash report file here it is crash-2018-08-13_00.29.31-server.txt
  7. I created a build for my mod I am working on, here is my source https://github.com/trolio/morethings and I with my build I can not get it to work with my forge server what could be the reason behind the build not wanting to work.
  8. I added world generation for my Copper Ore into my mod and with adding it my textures for the placed block broke but when you hold the ore in your hand the texture is fine, all of my code is on github if anyone could help me figure out what I did wrong to break my textures that would be great. My Github link https://github.com/trolio/morethings
  9. ok, it was in there, I just removed re added it and restarted my eclipse and now it is working, now with the lighting i've looked and can not find how I would add that as well as I noticed a new thing came about with double slabs rendering no texture, also I can not place a slab under a upper slab.
  10. I did push my code took me a minute to get it there, light opacity is not in there atm side rendering is.
  11. so light opacity aside I override side rendering and still same exact thing is happening, if you have working source code for a glass related block I could take a look at that might be able to help if not its no big deal.
  12. ok updated my github to include what my code currently looks like and the new github link is https://github.com/trolio/morethings this should include all of my current code.
  13. I had not pushed out what I did to github not to used to using it yet but I had tried what you said and that did not work either I am at a complete loss for why it is not working. I am fixing things now to get it pushed out to github.
  14. I am still having issues getting my glass slab to work if anyone new could take a look at it to see if anything was missed here is my github link again that houses all of my source code https://github.com/trolio/morethings
  15. Iv'e done that but it keeps wanting me to remove my override and when I run without it, it still does the same thing.
×
×
  • Create New...

Important Information

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