Skip to content

Kotlin/Java

336 Topics 2.3k Posts
  • can anyone help make a mod on 1.12.2?

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

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

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

  • armorbreaker

    8
    0 Votes
    8 Posts
    392 Views
    Ali00035A

    In-case you want a scriptapi v1 version

    var scriptName = "ArmorBreaker"; var scriptAuthor = "Ali00035"; var scriptVersion = 1.0; var C02PacketUseEntity = Java.type("net.minecraft.network.play.client.C02PacketUseEntity"); function Module() { this.getName = function () { return "ArmorBreaker"; } this.getCategory = function () { return "Fun"; } this.getDescription = function () { return ""; } this.onAttack = function (e) { var target = e.getTargetEntity(); mc.thePlayer.sendQueue.addToSendQueue(new C02PacketUseEntity(target, C02PacketUseEntity.Action.ATTACK)); } } var Module = new Module(); var Client; function onEnable() { Client = moduleManager.registerModule(Module); }; function onDisable() { moduleManager.unregisterModule(Client); };
  • A Targethud Modeled on Remix

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

    5
    0 Votes
    5 Posts
    293 Views
    U

    @plumer-man +

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • 0 Votes
    3 Posts
    205 Views
    wxdbieW

    @plumer-man ty

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

    Unsolved
    17
    0 Votes
    17 Posts
    387 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
    356 Views
    H

    @wooshi999 said in Lightning Bolt:

    ondead

    ondead doesn't work

  • Error Build

    19
    0 Votes
    19 Posts
    417 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
    210 Views
    Plumer ManP

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

  • Number of items in NameTags

    5
    0 Votes
    5 Posts
    245 Views
    Plumer ManP

    @wxdbie just get enchantment effects

  • Speed Mode

    25
    0 Votes
    25 Posts
    826 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
    126 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

  • WebCore.dll error

    7
    0 Votes
    7 Posts
    416 Views
    ?

    @mems said in WebCore.dll error:

    FDP Client

    FDSkid*

  • I need some help with Mixin

    5
    0 Votes
    5 Posts
    168 Views
    ?

    @mems wow, a very long post with no grammar errors, 😳

  • Percentage of velocity simple mode

    6
    0 Votes
    6 Posts
    300 Views
    Plumer ManP

    @gabriel tag = velocity.horizontal.getValue() + "%";