IT ISN'T ASSOCIATED WITH MINECRAFT BEDROCK EDITION!
REQUIRED KOTLIN FOR FORGE:https://www.curseforge.com/minecraft/mc-mods/kotlin-for-forge
This mod allows to create mods on the Bedrock programming language. It was made by me specially for Minecraft modding. But currently (BETA PRE-RELEASE 1) it is limited.
Example (creating a sword):
sword(my_sword) {
damage = 1,
attackSpeed = 0.1,
group = combat
}
Damage 1 = 5 Minecraft damage (not exactly)
Attack speed 0.2 = 1 Minecraft attack speed (not exactly)