Skip to content

ewpratten/cursedecompiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Curse Decompiler

The Curse Decompiler (cursed) is a Linux-only tool that will download any Minecraft mod from CurseForge, and decompile it automatically.

Installation

Clone this repo, then run:

python3 setup.py install

Your system must have the unzip and wget programs installed.

Usage

First, you must find the asset ID of a Minecraft mod. When downloading from the CurseForge website, this will be the number at the end of the URL. For example, the ID of the following download URl is 3101936:

https://www.curseforge.com/minecraft/mc-mods/areas/download/3101936

With this URL, you can run

python3 -m cursed [mod name] [mod id]

Extra options can be viewed by running python3 -m cursed -h

About

A tool to decompile Minecraft mods straight from CurseForge

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages