
Starting inventory issue
Winddbourne opened this issue ยท 2 comments
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:01]
}
What am I doing wrong?
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.