Skip to content

Kotlin/Java

338 Topics 2.3k Posts
  • Error Build Liquid Bounce legacy

    1
    0 Votes
    1 Posts
    144 Views
    No one has replied
  • Cant build liquidbounce

    33
    1 Votes
    33 Posts
    824 Views
    suicidemouse33S

    @windows-10x no problem

  • Clown

    3
    0 Votes
    3 Posts
    225 Views
    suicidemouse33S

    @report what

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • can anyone help make a mod on 1.12.2?

    1
    0 Votes
    1 Posts
    106 Views
    No one has replied
  • Problem in Build LB nextGen

    Solved
    4
    0 Votes
    4 Posts
    299 Views
    suicidemouse33S

    @commandblock2 chad gnu/linux user

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    7 Views
    No one has replied
  • Mark scaffold panel

    2
    0 Votes
    2 Posts
    245 Views
    Konoha ScarletK

    @zoom_mod which version? 1.8.9 already has it (Mark)

  • A Targethud Modeled on Remix

    1
    5 Votes
    1 Posts
    474 Views
    No one has replied
  • Pls full code for ArrayList

    5
    0 Votes
    5 Posts
    327 Views
    U

    @plumer-man +

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • is there to make discord clientrichpresence to display my HP

    3
    0 Votes
    3 Posts
    218 Views
    wxdbieW

    @plumer-man ty

  • [Update] Found a solution to the custom LB startup error

    Unsolved
    17
    0 Votes
    17 Posts
    459 Views
    Ali00035A

    @hacked-clients-minecraft Thank you.

  • This topic is deleted!

    20
    0 Votes
    20 Posts
    74 Views
  • Lightning Bolt

    7
    0 Votes
    7 Posts
    395 Views
    HKTBH

    @wooshi999 said in Lightning Bolt:

    ondead

    ondead doesn't work

  • Error Build

    19
    0 Votes
    19 Posts
    486 Views
    Ali00035A

    @hacked-clients-minecraft

    functions:
    i am this https://kotlinlang.org/docs/functions.html

    modules:
    i am something that automatically attacks other entities

  • Percent with number in packet velocity

    4
    1 Votes
    4 Posts
    228 Views
    Plumer ManP

    @sᴇɴsᴇ how can u set a return

  • Number of items in NameTags

    5
    0 Votes
    5 Posts
    284 Views
    Plumer ManP

    @wxdbie just get enchantment effects

  • Speed Mode

    25
    0 Votes
    25 Posts
    932 Views
    G

    @mike-melony Sorry for the necro, but the problem is that the speed is in Java, not Kotlin.
    Try to change the file extension to ".java", and register the speed mode in Speed.java or Speed.kt (Depending on what it shows)

  • Rendering world behaves weirdly

    2
    0 Votes
    2 Posts
    130 Views
    T

    Found the fix myself, i created the framebuffer with

    new Framebuffer(width, height, false)

    instead of

    new Framebuffer(width, height, true)

    which enables the depth... i should've known better