Closed Red-exe-Engineer closed 1 year ago
I'm about to update it to handle mc.block.Block and noticed that it uses sscanf(args.c_str(), "%i,%i", &before, &after), can this be changed to accept meta data values?
mc.block.Block
Sadly not, that would require a lot more work than just swapping out a few pointers.
I'm about to update it to handle
mc.block.Block
and noticed that it uses sscanf(args.c_str(), "%i,%i", &before, &after), can this be changed to accept meta data values?