Jump to content

jinoh

Members
  • Posts

    3
  • Joined

  • Last visited

Converted

  • Gender
    Male
  • Location
    Behind your screen..
  • Personal Text
    java.net.Object

jinoh's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. This is not about Java, it is about Python. Please read entire post before replying it. I am asking how I can use only one python binaries (module) for all mods to recompile and re-obfuscate. You know, there's no "using" statements in Python, instead there is "import -" and "from ~ import -"
  2. This is not about Java, it is about Python. Please read entire post before replying it. I am asking how I can use only one python binaries (module) for all mods to recompile and re-obfuscate. You know, there's no "using" statements in Python, instead there is "import -" and "from ~ import -"
  3. I mean I want to know how to develop more than one mod that is separate from each other, but shares one forge python module. It was easy to edit file paths when I used MCP and ModLoader to develop mods. Why I want this is because the Forge related python module takes up disk memory but I want to save them instead of using them for individual forge modules for each "separate" mod. Anyone can help?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.