Skip to content

StringList.create conflict with RequiousFracto #81

@Krutoy242

Description

@Krutoy242

With mod RequiousFracto installed, StringList.create returns different values based on variable declaration method.

test.zs:

#reloadable
import mods.zenutils.StringList;

print('~'~StringList.create(['one', 'two', 'three']).get(1));

val list = ['one', 'two', 'three'] as string[];
print('~'~StringList.create(list).get(1));

crafttweaker.log:

[SERVER_STARTED][SERVER][INFO] ~two
[SERVER_STARTED][SERVER][INFO] ~requious.util.Parameter$Constant@17342467

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions