#detect and disable lgbt quark bees?

41 messages · Page 1 of 1 (latest)

analog ermine
#

I know this is a long shot, but anyways: quark currently renders lgtb bees in game even if explicitly disabled in the config, at least in versions 1.16.5 and 1.18.2.

I attempted to detect if they had any unique data tags that perhaps could be used to distinguish them, but no they do not seem to. I even attempted manually modifying the jar file to no success.

is it possible to detect and hide/kill/replace these bees with kubejs?
$aceplanteissue

modest flickerBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

olive harness
#

If their variants are data driven, you could use a server script to check if they have certain data and discard() them if they do.

languid quartz
#

If you really want to disable them without all that complicated stuff, just make a resource pack that replaces the textures with the normal bee texture.

#

Like y'all over thinking this.

#

@analog ermine

analog ermine
analog ermine
languid quartz
languid quartz
analog ermine
# languid quartz

are you saying the lgtb bees are considered shiny, so i just have to set the chance to 0?

languid quartz
#

so there really isnt anything to hook into

#

also did you make a pack.mcmeta file for your resourcepack?

languid quartz
#

very odd

analog ermine
#

the texture pack shows as normal, it just doesnt change anything in game

languid quartz
#

what does the file structure look like?

analog ermine
white drumBOT
#

Paste version of pack.zip from @analog ermine

languid quartz
#

is this for 1.16 or 1.18?

analog ermine
#

preferably both, but currently 1.16.5

languid quartz
#

yeah just double checking

#

try putting the quark folder in the kubejs assets folder

#

might or might not work

analog ermine
#

though if i could actually disable them fully and completely with a kubejs script, that would be nice too

languid quartz
#

unlikely

analog ermine
#

didnt you?

languid quartz
#

no?

#

i recreated the feature without quark

analog ermine
#

oh darn

languid quartz
#

hmmm

#

do the lgbt bees have custom names in game?

#

because im looking at the code and it seems that the textures are based on names after checking a random number

#

or maybe its random chance or name

#

im bad at reading code