Skip to content

Kotlin/Java

338 Topics 2.3k Posts
  • Error Build Liquid Bounce legacy

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

    33
    1 Votes
    33 Posts
    790 Views
    suicidemouse33S

    @windows-10x no problem

  • Clown

    3
    0 Votes
    3 Posts
    218 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
    105 Views
    No one has replied
  • Problem in Build LB nextGen

    Solved
    4
    0 Votes
    4 Posts
    290 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
    242 Views
    Konoha ScarletK

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

  • A Targethud Modeled on Remix

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

    5
    0 Votes
    5 Posts
    321 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
    214 Views
    wxdbieW

    @plumer-man ty

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

    Unsolved
    17
    0 Votes
    17 Posts
    439 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
    380 Views
    HKTBH

    @wooshi999 said in Lightning Bolt:

    ondead

    ondead doesn't work

  • Error Build

    19
    0 Votes
    19 Posts
    447 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
    224 Views
    Plumer ManP

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

  • Number of items in NameTags

    5
    0 Votes
    5 Posts
    279 Views
    Plumer ManP

    @wxdbie just get enchantment effects

  • Speed Mode

    25
    0 Votes
    25 Posts
    902 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
    127 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