Jump to content
  • Home
  • Files
  • Docs
All Content
  • All Content

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Leaderboard

Leaderboard

  • Leaderboard
  • Past Leaders
  • Top Members
  • in all areas
    • All areas
    • Events
    • Event Comments
    • Event Reviews
    • Posts
    • Status Updates
    • Status Replies
  • Custom Date
    • All time

      February 2 2017 - January 18 2021

    • Year

      January 18 2020 - January 18 2021

    • Month

      December 18 2020 - January 18 2021

    • Week

      January 11 2021 - January 18 2021

    • Today

      January 18 2021

    • Custom Date

      06/23/17 - 06/23/17

    • Between and
  1. diesieben07

    diesieben07

    Forum Team


    • Points

      1

    • Content Count

      54991


    • Find Content
  2. Draco18s

    Draco18s

    Members


    • Points

      1

    • Content Count

      15921


    • Find Content
  3. jeffryfisher

    jeffryfisher

    Members


    • Points

      1

    • Content Count

      1283


    • Find Content
  4. Notunknown

    Notunknown

    Members


    • Points

      1

    • Content Count

      156


    • Find Content

Popular Content

Showing content with the highest reputation on 06/23/17 in all areas

  1. 1 point
    Kriptikz

    [1.11.2] How to take over a living entity?

    I'm trying to create an item that allows you to take over a living entity on right click, possibly leaving the players body where it is. To leave the players body I think I just have to create a custom entity and spawn it where the player was with players data. How do I go about actually taking over the living entity? I think there are two possibilities: 1. There is a relatively easy way that allows control over a living entity and moves the players camera position to the eye height of the entity, already built into Minecraft/Minecraft Forge. 2. Despawn the living entity (or EntityLiving::setDead()) and store living entity data in player, give the player the model of the living entity that was right clicked, and set the player position to the living entities position. Then when the player wants to switch back do the opposite.
    • February 2, 2019
  2. 1 point
    Kokkie

    Items Not Collectible / Add Pause

    Also, you should use breakBlock(), which is called if the block is replaced by another block (could be air, but also another block) instead of onBlockDestroyedByExplosion() and onBlockDestroyedByPlayer().
    • June 23, 2017
  3. 1 point
    Jay Avery

    Items Not Collectible / Add Pause

    Choonster's guess was correct, you are spawning the item on both the logical server and logical client. You need to check that the world is not a client (!world.isRemote) before spawning any type of entity - and read the page Choonster linked to make sure you understand about sides.
    • June 23, 2017
  4. 1 point
    diesieben07

    [1.11.2] Block textures not working

    Your tardis block has a "facing" property, therefor (because you are using the default state mapper) it has variants like "facing=north", as you should see in the console log. your block state json does not contain these. Registry names must be all lowercase. Your unlocalized name should contain your ModID.
    • June 23, 2017
  5. 1 point
    Choonster

    Items Not Collectible / Add Pause

    There shouldn't need to be any pause between spawning items. What's more likely is that you're spawning the items on both the logical client and server, when you should only be doing so on the server. See Forge's documentation for an explanation of sides. If this isn't the case, post your actual code.
    • June 23, 2017
  6. 1 point
    Draco18s

    [1.11.2] How to take over a living entity?

    See if you can find the source for the Morph Mod
    • March 3, 2017
  7. 1 point
    jeffryfisher

    [1.11.2] How to take over a living entity?

    There's a whole tangle of code associated with being a player, so I think you're going to need to go with an extension of EntityPlayer. That means try the substitution(s) and re-skin.
    • March 3, 2017
  8. 1 point
    Notunknown

    [1.9] [SOLVED] StatCollector.translateToLocal

    net.minecraft.util.text.translation.I18n , I think. At least that is what I use.
    • May 4, 2016


  • All Activity
  • Home
  • Leaderboard
  • Theme

Copyright © 2019 ForgeDevelopment LLC · Ads by Longitude Ads LLC Powered by Invision Community