CRITICAL MESSAGE: FREE PALESTINE!!! 
general data:
age: high school (nonspecific to protect identity)
pronouns: he/it
sexuality: [unknown]
internal identity is complicated
overview:
creature
a bit silly
a bit feral (occasionally)
interests: programming, art, gaming, science
woke
alternative network locations:
WASTEOF:
@mefemphetamine: I post the words "breaking bad" on there every day (or at least most of them
@nihilev: extra weird alt for posting things like mind logs or me succumbing to my disease
@slugcat: Slugcat Rain World
@wdot: Wasteof Department of Transportation
DISCORD: 7vector
PIXILART: 7vector LINK:< https://www.pixilart.com/7vector >
NEOCITIES: LINK:< https://7vector.neocities.org/ >
definitely not me going into the workshop and getting more cosmetic mods because I have decided it is time to play dress-up with slugcats
MAULS YOU BLOOD EVERYWHERE VIOLENCE DEAD DEAD DEAD DEAD YOU BITING GNAWING NO ESCAPE BITING YOU FOR LEGAL REASONS THIS IS A JOKE
every single time I hear about windows 11 I become more grateful that I immediately switched my laptopβs OS to windows 10 from 11 when I got it
and when they kill 10, imma just use Linux because no way in hell am I using windows 11
turns out that it wanted a non empty value but luckily I figured out what it actually wanted and passed it in as a parameter and now it actually works
update: I just had to smack a new CompletableFuture<>()
as a fourth argument and that seemed to fix it :D
Iβm trying to make a minecraft mod and Iβve been following a tutorial and so far itβs worked pretty well until
return new LootTableProvider(output, Set.of(), List.of(
^
required: PackOutput,Set<ResourceKey<LootTable>>,List<SubProviderEntry>,CompletableFuture<Provider>
found: PackOutput,Set<Object>,List<SubProviderEntry>
reason: actual and formal argument lists differ in length
I know that the error is because the argument lengths are different but WHAT THE HELL IS A COMPLETEABLE FUTURE???
I know very little about Java ):
update: I just had to smack a new CompletableFuture<>()
as a fourth argument and that seemed to fix it :D
Iβm trying to make a minecraft mod and Iβve been following a tutorial and so far itβs worked pretty well until
return new LootTableProvider(output, Set.of(), List.of(
^
required: PackOutput,Set<ResourceKey<LootTable>>,List<SubProviderEntry>,CompletableFuture<Provider>
found: PackOutput,Set<Object>,List<SubProviderEntry>
reason: actual and formal argument lists differ in length
I know that the error is because the argument lengths are different but WHAT THE HELL IS A COMPLETEABLE FUTURE???
I know very little about Java ):
Iβm trying to make a minecraft mod and Iβve been following a tutorial and so far itβs worked pretty well until
return new LootTableProvider(output, Set.of(), List.of(
^
required: PackOutput,Set<ResourceKey<LootTable>>,List<SubProviderEntry>,CompletableFuture<Provider>
found: PackOutput,Set<Object>,List<SubProviderEntry>
reason: actual and formal argument lists differ in length
I know that the error is because the argument lengths are different but WHAT THE HELL IS A COMPLETEABLE FUTURE???
I know very little about Java ):