Bigjango13 / MCPI-Addons

Addons to the MCPI api.
16 stars 4 forks source link

`mc.override()` doesn't support data. #8

Closed Red-exe-Engineer closed 1 year ago

Red-exe-Engineer commented 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?

Bigjango13 commented 1 year ago

Sadly not, that would require a lot more work than just swapping out a few pointers.