Jump to content

SHsuperCM

Members
  • Posts

    264
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by SHsuperCM

  1. no no, i want to use it one time to get it to the console so i could read what the server put in the clickable command.... im not planning to use this on the code after i get this.... how can i get the json or just get the commands that clickable chat does?
  2. I there a way to get the raw sent json from the chat event? I want to end with the result of something like {"text":"this is just a text!","color":"red"} And I belive it'll tell me how to get the commands executed by some clickable text that - lets say - the tellraw command makes..
  3. no need anymore... i started to work on blocks within code to add them...
  4. Just look at BlockFurnace try to wrap you mind around that, then have your models parent be block/orientable These blocks wont be containers.. Is there anything to do with BlockDirectional instead?
  5. Then how can I place these within code? I'v working on some stuff to make registering directional blocks ezier...
  6. waaait really!? awww man that ruined so much of my plans! man this is really confusing stuff... i think il just register blocks for each type and then, how can i use the orientable blocks? like a furnace for example... i want 1 block to have 4 possible directions and to be able to place them within code...
  7. thank you.. just did that in my mod, works perfectly!
  8. the ',' after textures end.. should look like: { "parent": "item/generated", "textures": { "layer0": "bot:items/copper_ingot" } } why didnt i see that idk
  9. If you don't know what you are doing please don't help people. ModelLoader is the correct way, the ItemModelMesher is discouraged. Please dont say "dont help people"... To what I knew, that was how to register renders and I was just trying to help while there was no moderator that came in...... To my knowledge, that's what a forum supposed to be... Sometimes people in forums are trying to help while they may not be right 100%....
  10. you noticed that register renders is comment right? plz dont tell me that that was it..
  11. why is your item rendering in a diffrent class? it just makes the whole adding an item more complicated... i made an automatic way of registring blocks/items and their renders.... i could just tweak one line to move over to modelloader but then from what i understand i need it to go through preInit? can you confirm that that's it? ill try it if yes..
  12. ok now i really have no clue of what's going on... its a bit wierd for me because my ModItems class and ModBlocks class look a bit diffrent... im using a diffrent way of registring and registring renders.... i might not be able to help anymore....
  13. thanks! ill try later installing funky locomotion to see if it respects the MobilityFlag
  14. can you show the image for the model location like you did with the texture?
  15. its fine for me... 1.10.2 works perfectly
  16. Why would we? Funky Locomotion has an API which you can use to stop making it move. For pistons, set the mobility flag of the block state to EnumPushReaction.BLOCK . mobility flag is deprecated... is there a newer way to do it? and i was hoping that it could be a global thing that i could do without funky locomotions' API... because without it that part of my mod is really exploitable... it could give you diamond,iron and redstone blocks as much as you need if it can be moved by anything...
  17. Heeere is the problem! "parent": "item/generated, should be "parent": "item/generated",
  18. remove: Reference.MODID + ":" + you only need registry name
  19. can i see the new registerRender ?
  20. new log plz
  21. im using 1.10.2 and it works perfectly.. EDIT: the mesher thing..
  22. ye... title....... deal with it...... jk plz dont ban me... EDIT: you know, pistons and funky locomotives and such
  23. What is this: ModelLoader.setCustomModelResourceLocation i never seen it before.. why arent you using: Minecraft.getMinecraft().getRenderItem().getItemModelMesher().register that's how i made it register renders..
  24. renders should only happen on the client proxy
  25. they got generated i think... its never happend to me.. i guess its an eclipse thing?
×
×
  • Create New...

Important Information

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