All Projects → minecraft-cursed-legacy → Cursed-Legacy-API

minecraft-cursed-legacy / Cursed-Legacy-API

Licence: MIT License
API for beta 1.7.3. Downloads are hosted on the website linked below:

Programming Languages

java
68154 projects - #9 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Cursed-Legacy-API

Antiqueatlas
A Minecraft mod that adds a fancy interactive map item.
Stars: ✭ 110 (+685.71%)
Mutual labels:  minecraft, fabric, minecraft-mod
Terra
Voxel world generation modding platform
Stars: ✭ 320 (+2185.71%)
Mutual labels:  minecraft, fabric, minecraft-mod
Viafabric
Client-side and server-side ViaVersion implementation for Fabric
Stars: ✭ 115 (+721.43%)
Mutual labels:  minecraft, fabric, minecraft-mod
Wurst7
Minecraft Wurst Hacked Client v7
Stars: ✭ 282 (+1914.29%)
Mutual labels:  minecraft, fabric, minecraft-mod
Geckolib
GeckoLib is an animation library for Minecraft Mods, with support for complex 3D keyframe and scriptable math-based animations. Available for Forge and Fabric (1.12, 1.15, 1.16). Supports entity, block, item, armor animations and more.
Stars: ✭ 131 (+835.71%)
Mutual labels:  minecraft, fabric, minecraft-mod
pax
📦 The MC modpack manager for professionals.
Stars: ✭ 83 (+492.86%)
Mutual labels:  minecraft, fabric
cem
Reimplementation of Custom Entity Models in Minecraft for the Fabric Modloader
Stars: ✭ 92 (+557.14%)
Mutual labels:  fabric, minecraft-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 (+200%)
Mutual labels:  fabric, minecraft-mod
Bumblezone-Fabric
Fabric port of The Bumblezone!
Stars: ✭ 29 (+107.14%)
Mutual labels:  fabric, minecraft-mod
pastelwonderland
A mod that uses pastel colors and feels to provide you with a beautiful, yet chaotic, dimension.
Stars: ✭ 17 (+21.43%)
Mutual labels:  fabric, minecraft-mod
Fabric-Bedrock-Miner
A fabric client mod to mine bedrock!
Stars: ✭ 350 (+2400%)
Mutual labels:  fabric, minecraft-mod
refinedstorage2
Refined Storage is a mass storage mod for Minecraft that offers the player a network-based storage system, allowing them to store items and fluids on a massively expandable device network.
Stars: ✭ 35 (+150%)
Mutual labels:  fabric, minecraft-mod
ShoulderSurfing
Custom 3rd person perspective for Minecraft
Stars: ✭ 28 (+100%)
Mutual labels:  fabric, minecraft-mod
Vistas
A library and tool for creating and customizing main menu panoramas and music for mods and modpacks on the fabric platform.
Stars: ✭ 21 (+50%)
Mutual labels:  fabric, minecraft-mod
Quadz
An FPV drone simulator for Fabric
Stars: ✭ 16 (+14.29%)
Mutual labels:  fabric, minecraft-mod
litematica-printer
An extension for Litematica that adds the missing printer functionality for 1.19, 1.18 and 1.17
Stars: ✭ 155 (+1007.14%)
Mutual labels:  fabric, minecraft-mod
FabricWaystones
A Fabric mod for Minecraft that adds waystones - a new way of transportation, that let you teleport from one discovered waystone to another.
Stars: ✭ 16 (+14.29%)
Mutual labels:  fabric, minecraft-mod
HyCord
HyCord is a minecraft mod that aims for discord and hypixel integration
Stars: ✭ 28 (+100%)
Mutual labels:  minecraft, minecraft-mod
Rug
Extension Mod for gnembon's fabric-carpet with some more features
Stars: ✭ 20 (+42.86%)
Mutual labels:  fabric, minecraft-mod
roboserver
Control OpenComputers robots without writing any code!
Stars: ✭ 52 (+271.43%)
Mutual labels:  minecraft, minecraft-mod

Minecraft Cursed Legacy API

The (unofficial) Fabric home for 1.2.5 and Beta 1.7.3 - if you want the newer versions see here.

Setup

Run the following command (if you are not using eclipse, replace “eclipse” with your relevant ide)

./gradlew eclipse

NOTE: if you want sources (recommended), instead run this. You only need to run this the first time you need to generate sources.

./gradlew :rebuildLVT :genSources eclipse

To be able to run the API as a whole in an API dev environment, ensure the root project has been set up in your ide. This should be automatic, but it pays to make sure.

If you wish to build a copy of API, you can run:

./gradlew build -x checkstyleTest

Contributing

Make sure to follow the code style guidelines, which can be seen in use in existing files.

A General Summary of the code style:

  • Use tabs for indentation
  • Use same-line braces
  • Put a new line between “regular code lines” and if/for/while etc. statements.

License

This API is available under the MIT license. Feel free to learn from it and incorporate it in your own projects.

Running Tests

If your ide runs using gradle change settings to make your ide compile it itself so you can run the test modules. If your ide doesn't have this feature get a better ide not a glorified text editor please kthx

Subproject Versions

The convention I use for subproject versions is setting it to the last api version I updated them. If this is stupid, please ping Valoeghese on discord to rant about it.

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].