#Fluid mB not being loaded correctly

32 messages · Page 1 of 1 (latest)

digital depot
#

For example Fluid.of('minecraft:lava', 1000) is loaded as 12 mB of lava, instead of 1000

event.recipes.createMixing([Fluid.of('kubejs:cinder_solution', 1000)], [
    'create:cinder_flour',
    Fluid.of('minecraft:lava', 1000)
]).heated();
gleaming citrusBOT
#

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

digital depot
formal tigerBOT
#

You can find your KubeJS server log in /minecraft/logs/kubejs/server.log.
If you are on 1.18 or below it will be called server.txt.
Please send it if asked, as it contains helpful information.

tired garnet
#

anything is there? ^ really wierd error

digital depot
#

let me look

#
[15:06:09] [INIT] KubeJS 1902.6.2-build.15; MC 1902 fabric
[15:06:09] [INIT] Loaded plugins:
[15:06:09] [INIT] - dev.latvian.mods.kubejs.fabric.BuiltinKubeJSFabricPlugin
[15:06:09] [INIT] - dev.latvian.mods.kubejs.create.KubeJSCreatePlugin
[15:06:09] [INFO] server_scripts:create_recipes.js:5: Hello, World! (Loaded server scripts)
[15:06:09] [INFO] Loaded script server_scripts:create_recipes.js in 0.001 s
[15:06:09] [INFO] Loaded 1/1 KubeJS server scripts in 0.003 s
[15:06:09] [INFO] Scripts loaded
[15:06:09] [INFO] Initializing recipe event...
[15:06:10] [INFO] [minecraft:fluid] Found 21 tags, added 2 objects, removed 0 objects
[15:06:10] [INFO] Processing recipes...
[15:06:10] [INFO] Found 2519 recipes in 13.36 ms
[15:06:10] [INFO] Posted recipe events in 3.328 ms
[15:06:10] [WARN] Duplicate recipe for id create:kjs_3cnswctkh5s2shuyzpqf50o1c! Using last one encountered.
[15:06:10] [WARN] You might want to check your scripts for errors.
[15:06:10] [INFO] Added 8 recipes, removed 0 recipes, modified 0 recipes, with 0 failed recipes in 10.52 ms
```hm that's odd
#

I can try restarting again

#

still happens after a restart

restive reef
#

fabric is weird with fluids heh

#

there was a macro about this ahujel

digital depot
#

if I add another zero it becomes 123mB

restive reef
#

tl;dr fabric weird, multiply the amount by 81

digital depot
#

Lmao that worked

restive reef
digital depot
#

How does that even happen

restive reef
#

like I said, fabric weird

gray crystal
#

Lmaooooo

tepid kestrel
#

Fabric uses "droplets".
1 bucket is 81000 droplets, so you should use 81000 instead of 1000.

restive reef
#

fabric moment pepepointandlaugh

barren night
#

Fluid.of("minecraft:water", FluidAmounts.BUCKET)

gray crystal
barren night
#

literally FluidAmounts

last flax
restive reef
#

because it can be divided by 3 and 9

last flax
#

legit fabric made me waste over 4 hours of my live coding this on stream i wanna die (this is a joke) XD

restive reef
last flax
#

Now i'm having a different problem, and idk who can help...

barren night
#

maybe don't necro an old post

#

about something completely different