Minecraft Framework mod 2026 download
logo
minecraft mod Framework

Framework

Game Version: 1.19.2
Total Downloads: 490,882
Updated: Aug 9, 2022
Created: Nov 22, 2021
Download FrameworkDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
Framework 0.3.3 beta 91.18 KB Aug 9, 2022 1.19.2 7 download Framework Framework 0.3.3 betaDownload
Framework 0.2.4 beta 89.99 KB Aug 9, 2022 1.18.2 18 download Framework Framework 0.2.4 betaDownload
Framework 0.3.2 beta 91.03 KB Jul 13, 2022 1.19 34,730 download Framework Framework 0.3.2 betaDownload
Framework 0.3.1 beta 91.02 KB Jul 12, 2022 1.19 2,464 download Framework Framework 0.3.1 betaDownload
Framework 0.3.0 beta 91.08 KB Jun 12, 2022 1.19 39,175 download Framework Framework 0.3.0 betaDownload
Framework 0.2.3 beta 83.83 KB Mar 29, 2022 1.18.2 220,679 download Framework Framework 0.2.3 betaDownload
Framework 0.2.3 beta 83.83 KB Jan 28, 2022 1.18.1 132,158 download Framework Framework 0.2.3 betaDownload
Framework 0.2.2 beta 83.08 KB Dec 11, 2021 1.18.1 57,001 download Framework Framework 0.2.2 betaDownload
Framework 0.2.1 beta 82.78 KB Dec 4, 2021 1.18 3,933 download Framework Framework 0.2.1 betaDownload
Framework 0.2.0 beta 82.58 KB Dec 4, 2021 1.18 248 download Framework Framework 0.2.0 betaDownload
Framework 0.1.0 beta 69.40 KB Dec 3, 2021 1.18 469 download Framework Framework 0.1.0 betaDownload

Screenshots

Description

Share this:

MrCrayfish's Website MrCrayfish's YouTube MrCrayfish's Discord MrCrayfish's Twitter

 

📙 About:

Framework is lightweight but powerful library built to enhance the development of mods. Unlike other libraries, Framework focuses on providing powerful yet easy-to-use tools that unlock features which would otherwise be buried in large amounts of code to acheive the same result. Framework also avoids the use of Mixins (a code injection service) in order to gain maximum compatibility with other mods and allow it to safely be included in modpacks.

 

✨ Features:

🔑 Synced Data Keys

Synced Data Keys are an improvement of Minecraft's entity data accessor system. It allows you to attach additonal data to any entity without the need of writing a complex capability. The benefit of using Framework's Synced Data Keys is the powerful features it provides. As mentioned by in the name, the data can be automatically synced to clients; this means you don't have to deal with packets. The data can be saved to the entity so it's remembered across world reloads or server restarts. Unlike Minecraft's system, Framework adds an option to allow your data to persist across deaths instead of being reset back to it's default value. Not convinced yet? Check out the example below to see how simple but powerful this system is.

An example of keeping track of how many times a chicken has been hit by players

 

📦 Easy Login Packets

Forge has the ability to allow developers to create login packets, however implementing it requires a significant amount of code. Framework condenses the required code into a simple registration method and will handle sending your data to clients.

 

 

📔 Developers:

Discover how Framework can be beneficial to your development by reading about it's features here.

Comments

Add a comment