Pat Hennessy
Pat Hennessy
Looked into this as well; item frames don't seem to expose a name attribute on it's NBT data; not sure why, maybe its a bug in the game? Either way...
Here's a few i found in my research: https://github.com/RiotGames/cloud-inquisitor https://github.com/Netflix/repokid https://github.com/salesforce/policy_sentry
Thanks for the quick response! I'd love to see something along the lines of: ```python from schematics import Model from schematics.types import IntType, StringType class Player(Model): id = IntType(immutable=True) name...
Looks like what i can do right now is export SMD's and a mostly filled in QC file; then edit that QC to add the LODs and hit the mdl...