#Moonsworth Client

1 messages · Page 1 of 1 (latest)

clever willow
#

Ok-ok, hear me out.
Moonsworth owns Lunar Client and Badlion client. And the only developer who used to work at Salwyrr Client came to work at Lunar.

Instead of trying to combine Badlion client and Lunar and creating problems and conflicts, create one client, maybe partner with feather, too! This Client features all the good features from all the clients. And since it will be built from scratch, the devs can fix the already existing problems from both clients without causing conflicts.

errant mulch
#

The name is awful tho

small bone
#

what does feather have to do with this

#

and this gon be hard as fuck

errant mulch
small bone
#

??

errant mulch
#

Also with the amount of developers they got if they all center on 1 big project isnt that "hard"

small bone
#

it is 🙏

#

do you think that all the developers develope clients?

small bone
#

obviously not LOL

errant mulch
small bone
errant mulch
small bone
#

code1 incompatible with code2

#

to make them compatible features from code1 gone

errant mulch
#

U implement the code based on the handler

small bone
#

no?

errant mulch
small bone
#

basically

#

let's just make a simple code(not java not a language) just as an example

#

BADLION:

import com.badlion.api.fpscounter
import com.badlion.api.gui.fpscounter

fpscounter.GUI = gui.fpscounter();

lunar client:

import com.moonsworth.lunarclient.mods.fpscounter
import com.moonsworth.lunarclient.mods.gui.fps

fpscounter.GUI = gui.fps();

if we add both, which gui would apply?

clever willow
clever willow
clever willow
errant mulch
#

u dont copy all the code, u copy the function of it and edit it based on your code/needs