Jump to content

uiytt

Members
  • Posts

    67
  • Joined

  • Last visited

Everything posted by uiytt

  1. Thanks and how can I detect a right click on any block without a block being placed ? (like opening a chest, or an entity blocking the place where the block is supposed to be placed )
  2. So I'm doing a server-side mod, and I want that when a player right click on block without placing any block , my code does something but when the player right click and place any block, it does something else. So I guess I have to use the event : PlayerInteractEvent But I don't really know how to check if a block is placed (a block in a player's hand doesn't mean it's placed) Does someone have an idea of how I can achieve what I want ? Thanks ^^
  3. So i have a small modded server in 1.14.4 and me and my friends can play on it without problem. But another friend has this message every time he tries to connect to the server Log server : https://pastebin.com/EzTDM8R3 (he try to connect at [24oct.2019 21:32:30.340] ) Client log : https://pastebin.com/yqQq19j7 Can you help ?
  4. After looking through the code of some mods : https://github.com/Vazkii/Botania/blob/master/src/main/java/vazkii/botania/common/entity/EntityPixie.java#L71 You must use dataManager for the entity that are load And when is entity is loaded / de-loaded it call automatically the "writeEntityToNBT" and "readEntityFromNBT", and with that you can set data in the dataManager
  5. So basically I want to create an entity that has a custom value in his NBT (the custom value is a string). But I have no idea of how to write a new value or how to read it ! Can someone help me please ? My code so far with my entity
  6. Well, I've finally found the answer, you have to use shopEntity.setLocationAndAngles(x, y, z, yaw, pitch); and not : shopEntity.posX = blockpos.getX(); shopEntity.posY = blockpos.getY() + 1.0D; shopEntity.posZ = blockpos.getZ();
  7. I don't see anything really useful but I'm not very good at reading logs... My guess is that it comes from one the three things below : - 1) your shader - 2) Journey maps ( - 3) And maybe biomes o plenty Again It may not be that but it never hurts to try ^^
  8. I don't know if it can help you : https://github.com/iChun/GeneralLaymansAestheticSpyingScreen If I understand well, this mod use very similar properties of what you want to do, try to look in it.
  9. Up Sorry to do that... I just can't find the solution
  10. NEI IS NOT for 1.12.2 try downloading JEI ! https://www.curseforge.com/minecraft/mc-mods/jei
  11. Yes, you must have an access to an admin session, then open your system preference then go in privacy & security and in there check allow app downloaded from : Anywhere
  12. In theory yes, try to remove the mod, create a new world and if you still have some problems try to send the new logs ^^
  13. okay so can you show us what you have in your server folder ?
  14. The full log may be useful
  15. I can't help you, the issue is in MyCrayfishFurnitureMod not in FML : I advise you to ask for help on the githut but he dosn't seem active https://github.com/MrCrayfish/MrCrayfishFurnitureMod/tree/1.12.2
  16. The guy just before you said something clever : "Run the installer from the command line and post the output." Please do as said if you want us to help you
  17. Can you send us your logs ? We can't help you without it !
  18. Some fews thing to do so we can help you 1) show us your version of JAVA (open your command prompt and type java -version ) 2) Send all the logs either using code balise or using pastbin 3) Is your mod folder empty ? If not try to without any mods, if its works, check the version that correspond for each mod
  19. You need to hava JAVA 8 to check if you have it, open your command prompt and type java -version send the result here
  20. At this point, if you deleted everything, I really advise you to use the launcher MultiMC, its easier to use, it has a lot of new functionality and has an auto forge installation system
  21. Ok so after looking at the source code of the mod, the error is in mod, someone already signaled it : https://github.com/ejektaflex/Bountiful/issues/48 You just have to wait :/
  22. To find the folder DO windows + R Write %AppData% click ok open .minecraft go in the mods/ folder
  23. can you send us a screen of the version tab and one screen of your game open (the one supposed to have forge on it) ?
  24. nop i need the .json
  25. Can you send us what is in config/Bountiful ?
×
×
  • Create New...

Important Information

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