Void Island Control

Void Island Control

14M Downloads

Starting inventory issue

Winddbourne opened this issue ยท 2 comments

commented

I can't seem to get the starting inventory to work. It errors out every time. Here are some things I've tried:

startinginv {
# The starting inventory Format: modid:itemid:meta*amt (All parameters required) [default: [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], []]
S:"Starting Inventory" minecraft:torch:0*1
}

startinginv {
# The starting inventory Format: modid:itemid:metaamt (All parameters required) [default: [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], []]
S:"Starting Inventory" <[minecraft:torch:0
1]

}

What am I doing wrong?

commented

Good idea. I never would have guessed that I needed to skip down a line and indent it like that. Thanks for the quick reply.

commented
S:"Starting Inventory" <
        minecraft:torch:0*1
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
     >

leave the blank spaces and put it on the next line

a command will be added to set the config in game