All Projects → Wurst-Imperium → ForgeWurst

Wurst-Imperium / ForgeWurst

Licence: GPL-3.0 license
Wurst Client for Minecraft Forge.

Programming Languages

java
68154 projects - #9 most used programming language
Batchfile
5799 projects

Projects that are alternatives of or similar to ForgeWurst

metal-chests
Better alternative to IronChests
Stars: ✭ 13 (-64.86%)
Mutual labels:  forge, mod, minecraft-mod, minecraft-forge, minecraft-forge-mod
NaturesCompass
A Minecraft mod that allows you to search for a biome's location anywhere in the world and view information about it.
Stars: ✭ 42 (+13.51%)
Mutual labels:  forge, mod, minecraft-mod, minecraft-forge, forge-mod
Iodine
A Minecraft mod - server plugin pair that adds custom GUIs and overlays. No more inventory and chat menus!
Stars: ✭ 23 (-37.84%)
Mutual labels:  forge, minecraft-mod, minecraft-forge, forge-mod, minecraft-forge-mod
Equivalent Exchange 3
Stars: ✭ 727 (+1864.86%)
Mutual labels:  forge, mod, minecraft-mod, minecraft-forge
Justenoughitems
Item and Recipe viewing mod for Minecraft
Stars: ✭ 418 (+1029.73%)
Mutual labels:  forge, mod, minecraft-mod, minecraft-forge
serilum-mc-mods
A hub for source code, issues and content suggestions for Serilum's Minecraft mods on CurseForge.
Stars: ✭ 66 (+78.38%)
Mutual labels:  forge, minecraft-mod, minecraft-forge, forge-mod
ShoulderSurfing
Custom 3rd person perspective for Minecraft
Stars: ✭ 28 (-24.32%)
Mutual labels:  forge, minecraft-mod, minecraft-forge, forge-mod
Chisels And Bits
A Minecraft mod about chiseling and designing custom blocks in game.
Stars: ✭ 119 (+221.62%)
Mutual labels:  forge, mod, minecraft-mod, minecraft-forge
PlusTiC
Minecraft mod for adding new tools to and integrating various mods with Tinkers Construct
Stars: ✭ 34 (-8.11%)
Mutual labels:  forge, mod, minecraft-mod, forge-mod
3d-Skin-Layers
Renders the player skin layer in 3d
Stars: ✭ 63 (+70.27%)
Mutual labels:  forge, mod, forge-mod, minecraft-forge-mod
RubyMod
RubyMod is an open-source mod, which prioritizes sharing its code to help other modders learn.
Stars: ✭ 15 (-59.46%)
Mutual labels:  minecraft-mod, minecraft-forge, forge-mod, minecraft-forge-mod
CustomNPC-Plus
Custom Version of 1.7.10 CustomNPC with backported features and original expansions
Stars: ✭ 15 (-59.46%)
Mutual labels:  forge, mod, minecraft-mod, minecraft-forge
Waddles
Waddles adds cute Adélie penguins that waddle
Stars: ✭ 22 (-40.54%)
Mutual labels:  forge, mod, minecraft-mod, minecraft-forge
Realistictorches
A Minecraft mod that increases the difficulty of the early game by adding realism mechanics to torches.
Stars: ✭ 15 (-59.46%)
Mutual labels:  forge, mod, minecraft-mod, minecraft-forge
Tiny-Redstone
Forge mod for Minecraft that adds many tiny redstone pieces that you can put together on redstone panels to form tiny redstone circuits.
Stars: ✭ 20 (-45.95%)
Mutual labels:  forge, mod, minecraft-mod, forge-mod
Loot-Slash-Conquer-Pre1.14
An immersive, action-RPG mod based on Hack/Mine.
Stars: ✭ 17 (-54.05%)
Mutual labels:  mod, minecraft-mod, minecraft-forge, minecraft-forge-mod
JMT-MCMT
A multithreading mod for for Minecraft forge 1.15.2 and 1.16.x
Stars: ✭ 206 (+456.76%)
Mutual labels:  mod, minecraft-mod, forge-mod, minecraft-forge-mod
JoJo-s-Bizarre-Survival
A mod that adds Stands from JoJo's Bizarre Adventure to Minecraft.
Stars: ✭ 20 (-45.95%)
Mutual labels:  mod, minecraft-mod, minecraft-forge, minecraft-forge-mod
MrCrayfishGunMod
A Minecraft Mod focused on adding fun and simple weapons wtih lots of customisation including attachments and more!
Stars: ✭ 132 (+256.76%)
Mutual labels:  forge, mod, minecraft-mod, minecraft-forge
relics
No description or website provided.
Stars: ✭ 24 (-35.14%)
Mutual labels:  forge, mod, minecraft-mod, minecraft-forge

ForgeWurst

Wurst Client for Minecraft Forge.

This repository only contains the source code and is not intended for end users. Go to https://forge.wurstclient.net/ for ready-to-use downloads and installation instructions.

How To Use This Code In Eclipse

  1. Clone this repository.

  2. Go into the ForgeWurst MC 1.10.2 folder and run gradlew setupDecompWorkspace.bat, followed by gradlew eclipse.bat.

  3. Repeat step 2 for all of the remaining versions (currently just 1.12.2). Please always use the .bat files, as some versions will not work if you run the Gradle commands directly.

  4. In Eclipse, go to Import... > Existing Projects into Workspace. Select the folder where you saved this repository as the root directory.

  5. Select all of the projects that Eclipse has found (currently just two), then click Finish. At this point ForgeWurst MC 1.12.2 is already working, but ForgeWurst MC 1.10.2 still shows some errors. That's because we have a shared source folder in the 1.12.2 project that the other versions (currently just 1.10.2) also need access to.

  6. Right-click on the ForgeWurst MC 1.10.2 project and select New > Folder. Click on Advanced >> and select Link to alternate location (Linked Folder).

  7. Click on Browse... and navigate to ForgeWurst\ForgeWurst MC 1.12.2\src\shared\java. Change the "Folder name:" section from "java" to "shared-src", then click Finish.

  8. The shared-src folder should now show up in Eclipse, under the ForgeWurst MC 1.10.2 project. Right-click on this folder and select Build Path > Use as Source Folder.

  9. Both projects should now be working without any errors. In the future, you will need to repeat steps 5-7 for all projects except the one that hosts the shared source folder.

How To Compile The Project Into Runnable .JAR Files

After you have set up the code in Eclipse by following the above steps, the gradlew build script will only work for ForgeWurst MC 1.12.2. To make it work with the other versions (currently just 1.10.2), you will first need to create a directory junction from ForgeWurst\ForgeWurst MC 1.10.2\src\shared to ForgeWurst\ForgeWurst MC 1.12.2\src\shared.

  1. Navigate to ForgeWurst\ForgeWurst MC 1.10.2\src and open the console. If you are using PowerShell, type cmd before continuing with step 2.

  2. Run the following command: mklink /J shared "../../ForgeWurst MC 1.12.2/src/shared".

Issues & Pull Requests

Issues are disabled. Please contact me if you need help.

Pull Requests are welcome, but I might not always notice them.

Licensing & Legal Stuff

This code is licensed under the GNU General Public License v3. You can only use this code in open-source clients that you release under the same license! Using it in closed-source/proprietary clients is not allowed!

See LICENSE.txt for details, as well as a simplified summary on what you can and cannot do with this code.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].