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
  • #ÖCT

#ÖCT

Members
 View Profile  See their activity
  • Content Count

    105
  • Joined

    December 28, 2017
  • Last visited

    November 23, 2019
  • Days Won

    1

#ÖCT last won the day on May 14 2018

#ÖCT had the most liked content!

Community Reputation

15 Good

1 Follower

  • Baum

About #ÖCT

  • Rank
    Creeper Killer

Converted

  • Gender
    Male
  • Location
    Switzerland

Recent Profile Visitors

3341 profile views
  • bobmelcin

    bobmelcin

    April 8, 2020

  • Blue_Atlas

    Blue_Atlas

    June 7, 2018

  • DaemonUmbra

    DaemonUmbra

    May 29, 2018

  • Baum

    Baum

    May 14, 2018

  • That_Martin_Guy

    That_Martin_Guy

    May 3, 2018

  1. #ÖCT started following disable Player moving, Change Display Name, Force Texture Pack and and 4 others August 16, 2018
  2. #ÖCT

    Change Display Name

    #ÖCT posted a topic in Modder Support

    Hey, I wanna to change the Display Name of a one Player. For example every Time if the Player221 join a Server he will get the Display Name [Admin]Baum. Here is my Code, it won't work @SubscribeEvent public void renderName(PlayerEvent.NameFormat event) { String name = event.entityPlayer.getGameProfile().getName(); String baum = "[Admin]Baum"; String abcd = "Player221"; if(name.equals(baum) || name.equals(abcd)) { event.displayname = "[Admin]Baum"; } } The Event is registered with the EVENT_BUS on the Client Side. MinecraftForge.EVENT_BUS.register(new Admin());
    • August 16, 2018
    • 1 reply
  3. #ÖCT

    Force Texture Pack

    #ÖCT posted a topic in Modder Support

    How can i set the Resource pack to default, for example with a command? Minecraft.getMinecraft().gameSettings.resourcePacks With this or something other? Thank you for help!
    • July 29, 2018
    • 1 reply
  4. #ÖCT

    My game just keep crashing

    #ÖCT replied to So0onyYT's topic in Support & Bug Reports

    .
    • July 24, 2018
    • 6 replies
  5. #ÖCT

    Problem by using custom crafting recipe

    #ÖCT posted a topic in Modder Support

    Hey, I wanna to remove more than one item, out of the crafting grid. All works fine, only when the input is smaler than 2 x remove stack, it doesn`t work... Here is my code:
    • May 29, 2018
    • 1 reply
  6. #ÖCT

    TileEntity is missing a mapping [1.12]

    #ÖCT replied to #ÖCT's topic in Modder Support

    Ok, I changed it.
    • May 28, 2018
    • 6 replies
  7. #ÖCT

    Server Download

    #ÖCT replied to GabrielGamer66's topic in Support & Bug Reports

    and with this link?
    • May 28, 2018
    • 30 replies
  8. #ÖCT

    Server Download

    #ÖCT replied to GabrielGamer66's topic in Support & Bug Reports

    I think you need C:\Program Files\Java\jre1.8.0_171\bin\javaw.exe
    • May 28, 2018
    • 30 replies
  9. #ÖCT

    Server Download

    #ÖCT replied to GabrielGamer66's topic in Support & Bug Reports

    use this path
    • May 28, 2018
    • 30 replies
  10. #ÖCT

    Server Download

    #ÖCT replied to GabrielGamer66's topic in Support & Bug Reports

    Did you have replaces java, with your java-path?
    • May 28, 2018
    • 30 replies
  11. #ÖCT

    Server Download

    #ÖCT replied to GabrielGamer66's topic in Support & Bug Reports

    no
    • May 28, 2018
    • 30 replies
  12. #ÖCT

    TileEntity is missing a mapping [1.12]

    #ÖCT replied to #ÖCT's topic in Modder Support

    sorry, I missunderstood you: here is my registery: GameRegistry.registerTileEntity(quest_tileentity.class, "luckyblockoect:quest"); It`s after the Block registery in the preInit. Ok, the block class is fixed:
    • May 28, 2018
    • 6 replies
      • 1
      • Like
  13. #ÖCT

    TileEntity is missing a mapping [1.12]

    #ÖCT replied to #ÖCT's topic in Modder Support

    @Override public TileEntity createNewTileEntity(World worldIn, int meta) { return new quest_tileentity(); }
    • May 28, 2018
    • 6 replies
  14. #ÖCT

    TileEntity is missing a mapping [1.12]

    #ÖCT posted a topic in Modder Support

    Hey, I`ve got a problem: I created a tileentity, all works fine but if somebody die on the server, he can`t respawn. Here, my TileEntity class: And here my Server Log: Thank you very much!
    • May 28, 2018
    • 6 replies
  15. #ÖCT

    Tile Entity onUpdate() in 1.12

    #ÖCT posted a topic in Modder Support

    Hello, I wanna to check the Slot Content (Serverside), i think the onUpdate() Methode will be work? But how does the onUpdate() Method is called in 1.12, or is there a better way to solve my problem? Thank you for help
    • May 26, 2018
    • 1 reply
  16. #ÖCT

    disable Player moving

    #ÖCT posted a topic in Modder Support

    Hey, How can I disable Player moving and jumping? Thank you for help!
    • May 25, 2018
    • 1 reply
  • All Activity
  • Home
  • #ÖCT
  • Theme

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