mojira.dev
MC-192812

Functions over 1KB do not work

Any function that has more than 1KB of storage doesn't show up in Minecraft and doesn't work. Also, when calling another function it breaks too, I don't even know how to explain it.

In the files, continue.mcfunction and continue1.mcfunction don't show up nor work.

I dropped in the whole datapack, just so you know.

Attachments

Comments 3

Hi there!

This may be a duplicate of MC-133868 (it may be possible that you have a mistake in your code).

Please attach your function file

The functions aren't loading because of syntax errors. You can check the game log to see these.

continue1

Failed to load function test:continue1
java.util.concurrent.CompletionException: java.lang.IllegalArgumentException: Whilst parsing command on line 2: Incorrect argument for command at position 11: ...xecute if <--[HERE]

You need to add entity after execute if

continue

Failed to load function test:continue
java.util.concurrent.CompletionException: java.lang.IllegalArgumentException: Whilst parsing command on line 2: Incorrect argument for command at position 11: ...xecute if <--[HERE]

Same issue. Also, this references a concret function instead of concrete, probably not intended.

Lil Barton

(Unassigned)

Unconfirmed

(Unassigned)

1.16.1

Retrieved