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

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Frieder Hannenheim

Frieder Hannenheim

Members
 View Profile  See their activity
  • Content Count

    6
  • Joined

    April 26, 2020
  • Last visited

    October 5, 2020

Community Reputation

0 Neutral

About Frieder Hannenheim

  • Rank
    Tree Puncher

Recent Profile Visitors

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

  1. Frieder Hannenheim

    Why are there no 1.16 mappings on the MCP bot site?

    Frieder Hannenheim posted a topic in Off-topic

    The mappings for older versions are there but not 1.16 http://export.mcpbot.bspk.rs/
    • August 20, 2020
    • 1 reply
  2. Frieder Hannenheim

    [1.15.2] How can i override the end music without a coremod?

    Frieder Hannenheim replied to Frieder Hannenheim's topic in Modder Support

    You can do that? That's easier than I thought then
    • May 12, 2020
    • 2 replies
  3. Frieder Hannenheim started following [1.15] Custom Bow and Arrow isn't shootable, [1.15.2] How can i override the end music without a coremod? and Can i wait for the end of a tick to execute a function? May 11, 2020
  4. Frieder Hannenheim

    [1.15.2] How can i override the end music without a coremod?

    Frieder Hannenheim posted a topic in Modder Support

    I want to add new music to the end. I could do this by adding this: @Nullable @Override @OnlyIn(Dist.CLIENT) public MusicTicker.MusicType getMusicType() { return MY_NEW_MUSIC; } code to the EndDimension. I don't really wan't to use a coremod because I don't really know how to do it and it is considered bad practise
    • May 11, 2020
    • 2 replies
  5. Frieder Hannenheim

    Can i wait for the end of a tick to execute a function?

    Frieder Hannenheim replied to Frieder Hannenheim's topic in Modder Support

    Thank you, I will try that tomorrow.
    • April 26, 2020
    • 2 replies
  6. Frieder Hannenheim

    Can i wait for the end of a tick to execute a function?

    Frieder Hannenheim posted a topic in Modder Support

    I need to execute a function but i can't execute it while ticking the entities because it removes an entity. How can i schedule that function to be run after the tick?
    • April 26, 2020
    • 2 replies
  7. Frieder Hannenheim Frieder Hannenheim joined the community April 26, 2020
  8. Frieder Hannenheim

    [1.15]How to teleport an Entity hit by an Arrow? I get an error: java.lang.IllegalStateException: Removing entity while ticking!

    Frieder Hannenheim posted a topic in Modder Support

    I want to teleport the Entity hit by my arrow to be teleported to the nether. protected void arrowHit(LivingEntity living) { super.arrowHit(living); if (!living.world.isRemote()){ CustomTeleporter t = new CustomTeleporter(living.getServer().getWorld(living.world.dimension.getType() == DimensionType.THE_NETHER ? DimensionType.OVERWORLD : DimensionType.THE_NETHER)); t.TeleportToNether(living); } } This is the line that is causing an error. playerEntity.teleport(entity.getServer().getWorld(destination), entity.getPosition().getX() * movementFactor, entity.getPosition().getY(), entity.getPosition().getZ() * movementFactor, entity.rotationYaw, entity.rotationPitch); The StackTrace: at net.minecraft.world.server.ServerWorld.removeEntity(ServerWorld.java:1001) ~[?:?] {re:classloading} at net.minecraft.world.server.ServerWorld.removePlayer(ServerWorld.java:1022) ~[?:?] {re:classloading} at net.minecraft.entity.player.ServerPlayerEntity.teleport(ServerPlayerEntity.java:1243) ~[?:?] {re:classloading,pl:accesstransformer:B} at com.fhannenheim.portablenether.FriederTeleporter.TeleportToNether(FriederTeleporter.java:42) ~[?:?] {re:classloading} at com.fhannenheim.portablenether.entities.NetherArrowEntity.arrowHit(NetherArrowEntity.java:37) ~[?:?] {re:classloading}
    • April 26, 2020
  • All Activity
  • Home
  • Frieder Hannenheim
  • Theme

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