Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nixinova/modcrafter
Create Minecraft mods without Java knowledge or an IDE.
https://github.com/nixinova/modcrafter
forge forge-mod minecraft minecraft-forge minecraft-forge-mod minecraft-forge-mod-util minecraft-mod minecraft-modding mod-creation mod-creator modding modding-framework modding-resources nixinova
Last synced: about 1 month ago
JSON representation
Create Minecraft mods without Java knowledge or an IDE.
- Host: GitHub
- URL: https://github.com/nixinova/modcrafter
- Owner: Nixinova
- License: isc
- Created: 2021-01-26T20:47:10.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-21T02:53:52.000Z (almost 4 years ago)
- Last Synced: 2024-11-13T21:13:55.358Z (3 months ago)
- Topics: forge, forge-mod, minecraft, minecraft-forge, minecraft-forge-mod, minecraft-forge-mod-util, minecraft-mod, minecraft-modding, mod-creation, mod-creator, modding, modding-framework, modding-resources, nixinova
- Language: Python
- Homepage:
- Size: 9.42 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: license.md
Awesome Lists containing this project
README
# Modcrafter
Modcrafter is a tool used to create and compile Minecraft Forge mods using a simple GUI.
No Java knowledge or IDE required!## Download
Download Modcrafter from the attached exe file on the latest [release](https://github.com/Nixinova/Modcrafter/releases).
Alternatively, grab the live version of the exe from path `/bin/dist/Modcrafter.exe` of this repository.## Usage
1. Copy the exe into the directory you will be using for your mod.
1. Run the exe and use the GUI to configure your mod.
1. When adding textures, make sure to add the relevant files into folder `lib/textures/`.
1. When done configuring, click "Generate" and the mod will start compiling. You will find your outputted mod file in `/lib/jars/`.
1. Place the outputted jar file in your `.minecraft/mods/` folder and load up Forge to play your mod!## Build from source
Run `python run compile` to compile Modcrafter from this source code. Outputted exe is in `bin/dist/`.