-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It's not a problem. I need help with the core. #7
Comments
Yes, there is. Check |
thank you very much, sir. big help 👍 |
Wait. Was this sarcastic or actually helpful?) |
hello, masterPolyacovYury, i can not understand your code, i am a outsider about code, can you tell me where to get the mood file? please. and where to get the compatible version for version 1.9.0.2 for chinese server?. thanks a lot |
helpful allot 💯 |
hello, 1.9.0.3 is probably the same as 1.9.02, so all mods work correctly for the rest only @PolyacovYury can help you |
ha,the code makes me puzzle,i don't know where to download the files and how to make the function successful in game, can you help me? @PolyacovYury |
Check out https://github.com/PolyacovYury/PYmods/wiki/Home_EN, it has some links to compiled files. The rest can be deduced. |
hello, I use your core in my mods, because it is simple to use, but now I needed to know, if in your core there is some way to (write and read) a json file (to create a cache file), already tried this.
class ConfigInterface (PYmodsConfigInterface):
def init __ (self):
self.values={}
super (ConfigInterface, self) . init __ ()
The text was updated successfully, but these errors were encountered: