All Projects → KatrinaAS → modularforcefieldsystem

KatrinaAS / modularforcefieldsystem

Licence: other
modularforcefieldsystem

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to modularforcefieldsystem

Context-Aware-Recommender
Hybrid Recommender System
Stars: ✭ 16 (+0%)
Mutual labels:  hacktoberfest2021
space-voyager
Interactive Space App . Attention Contributers! join discord server for discussion of Issues, Pull requests https://discord.gg/FpEK9AqbCf
Stars: ✭ 18 (+12.5%)
Mutual labels:  hacktoberfest2021
HacktoberFest 2021
Hacktoberfest 2021 contribution repository✨
Stars: ✭ 43 (+168.75%)
Mutual labels:  hacktoberfest2021
Avid-Algorithms
Basic knowledge of Data Structure and Algorithms and LeetCode solution in Python & C++.
Stars: ✭ 12 (-25%)
Mutual labels:  hacktoberfest2021
AntiRickRoll
Chrome extension that blocks Rickrolls!
Stars: ✭ 22 (+37.5%)
Mutual labels:  hacktoberfest2021
excel-date-to-js
Convert Excel date in integer format into JS date. Dates are stored as numbers in Excel and count the number of days since January 0, 1900 (1900 standard, for mac it is 1904, which means January 0, 1904 is the start date). Times are handled internally as numbers between 0 and 1.
Stars: ✭ 26 (+62.5%)
Mutual labels:  hacktoberfest2021
Chrome-Dino-Runner
🐱‍🐉 A Replica of the hidden Dinosaur Game from Chrome Browser Offline mode build using Python and PyGame.
Stars: ✭ 22 (+37.5%)
Mutual labels:  hacktoberfest2021
vue3-spring
A spring-physics based animation library, and more
Stars: ✭ 30 (+87.5%)
Mutual labels:  hacktoberfest2021
Let-Us-Java
[Hacktoberfest 2021] Any amazing 🔥 💯 code you may think of in Java, Let's compile all of them here
Stars: ✭ 39 (+143.75%)
Mutual labels:  hacktoberfest2021
hacktoberfest-2021
Hacktoberfest 2021. Don't forget to spread love and if you like give me a ⭐️
Stars: ✭ 17 (+6.25%)
Mutual labels:  hacktoberfest2021
cerbero
Track your users interactions
Stars: ✭ 56 (+250%)
Mutual labels:  hacktoberfest2021
circulate
An operating system for lending libraries
Stars: ✭ 51 (+218.75%)
Mutual labels:  hacktoberfest2021
C-plus-plus-Algorithms
Repo contains some of the most common Data Structure and Algorithm in cpp. It will be helpful in future application of Competitive Programming as well as various tech Interviews.
Stars: ✭ 19 (+18.75%)
Mutual labels:  hacktoberfest2021
Hacktoberfest-Flutter
For all the Flutter developers out there make your first Pull Request and earn a free Tee from GitHub!
Stars: ✭ 89 (+456.25%)
Mutual labels:  hacktoberfest2021
Moms-Learn-Tech
Resources for moms coming back into the tech field or learning to code for the first time
Stars: ✭ 86 (+437.5%)
Mutual labels:  hacktoberfest2021
datahub-helm
Repository of helm charts for deploying DataHub on a Kubernetes cluster
Stars: ✭ 44 (+175%)
Mutual labels:  hacktoberfest2021
roataway-web
Roataway web site
Stars: ✭ 15 (-6.25%)
Mutual labels:  hacktoberfest2021
interactive tutorials
Repository for all ArangoDB interactive tutorial notebooks.
Stars: ✭ 38 (+137.5%)
Mutual labels:  hacktoberfest2021
Libellux-Up-and-Running
Libellux: Up & Running provides documentation on how-to install open-source software from source. The focus is Zero Trust Network to enhance the security for existing applications or install tools to detect and prevent threats.
Stars: ✭ 19 (+18.75%)
Mutual labels:  hacktoberfest2021
Open-Sentencing
To help public defenders better serve their clients, Open Sentencing shows racial bias in data such as demographics providing insights for each case
Stars: ✭ 69 (+331.25%)
Mutual labels:  hacktoberfest2021

Modular Forcefield System (MFFS)

Compatible with Minecraft 1.12 Over 3,850,000 Downloads on CurseForge!

Modular Forcefield System, often just referred to as MFFS, is a Mod for Minecraft Java 1.12 and before that adds a modular system for generating Force fields within game, at the cost of Redstone Flux (from Thermal Expansion). Beyond simply force fields, this mod also adds a wealth of base security, including the Area Defense station that is capable of fending off NPCs, mobs and other players - and stripping them of prohibited items!

Screenshot of MFFS Capacitor

Installation

Source installation information for modders

This code follows the Minecraft Forge installation methodology. It will apply some small patches to the vanilla MCP source code, giving you and it access to some of the data and functions you need to build a successful mod.

Note also that the patches are built against "unrenamed" MCP source code (aka srgnames) - this means that you will not be able to read them directly against normal code.

Standalone source installation

Step 1: Open your command-line and browse to the folder where you extracted the zip file.

Step 2: Once you have a command window up in the folder that the downloaded material was placed, type:

Windows:

gradlew setupDecompWorkspace

Linux/Mac OS:

./gradlew setupDecompWorkspace

Step 3: After all that finished, you're left with a choice. For eclipse, run "gradlew eclipse" (./gradlew eclipse if you are on Mac/Linux)

IntelliJ

If you prefer to use IntelliJ, steps are a little different.

  1. Open IDEA, and import project.
  2. Select your build.gradle file and have it import.
  3. Once it's finished you must close IntelliJ and run the following command:

"gradlew genIntellijRuns" (./gradlew genIntellijRuns if you are on Mac/Linux)

Step 4: The final step is to open Eclipse and switch your workspace to /eclipse/ (if you use IDEA, it should automatically start on your project)

If at any point you are missing libraries in your IDE, or you've run into problems you can run "gradlew --refresh-dependencies" to refresh the local cache. "gradlew clean" to reset everything {this does not effect your code} and then start the processs again.

Should it still not work, Refer to #ForgeGradle on EsperNet for more information about the gradle environment.

Tip: If you do not care about seeing Minecraft's source code you can replace "setupDecompWorkspace" with one of the following: "setupDevWorkspace": Will patch, deobfusicated, and gather required assets to run minecraft, but will not generated human readable source code. "setupCIWorkspace": Same as Dev but will not download any assets. This is useful in build servers as it is the fastest because it does the least work.

Tip: When using Decomp workspace, the Minecraft source code is NOT added to your workspace in a editable way. Minecraft is treated like a normal Library. Sources are there for documentation and research purposes and usually can be accessed under the 'referenced libraries' section of your IDE.

CurseForge installation

View the CurseForge page for MFFS

Support

Please list an Issue on GitHub if you are having difficulties with MFFS, or why not join our Friendly Discord Community?

Credits

  • Original Mod Developers: Thunderdark & Matchlight
  • Programming: KatrinaAS & Minalien
  • Art: Imalune
  • README: aimeesunflower
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].