Skip to content

This is a Minecraft Bedrock add-on built using TypeScript and JavaScript. It adds custom animations and effects that react to player states like health, items, or time of day. Lightweight, modular, and powered by the Script API, it's designed for flexibility, performance, and easy integration.

Notifications You must be signed in to change notification settings

Myneedsad/FATE-Sword-Addon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

addon-Fate

📜 About Licenses A license explains how other people can use, modify, share, or contribute to your code. It protects both the developer (you) and the users by clearly stating the rules of usage.

Why include a license? Without a license:

Others legally cannot reuse, copy, or distribute your code.

Your project becomes "all rights reserved" by default — even if it’s open-source.

Collaborators or communities may hesitate to contribute.

Common open-source licenses: License Permissions Notes MIT ✅ Use, copy, modify, distribute Very permissive. Often used in JavaScript/TS projects. Apache 2.0 ✅ Same as MIT + patent rights Slightly more protective. GPL v3 ✅ Use, but must share changes under same license "Copyleft" — any derivative work must also be open-source. Unlicense ✅ No restrictions Public domain dedication.

✅ Recommended License: MIT License For most small tools, add-ons, and learning projects like this one, MIT License is often the best fit because it's short, permissive, and widely used

About

This is a Minecraft Bedrock add-on built using TypeScript and JavaScript. It adds custom animations and effects that react to player states like health, items, or time of day. Lightweight, modular, and powered by the Script API, it's designed for flexibility, performance, and easy integration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published