elydpg / mcfunction-novum

Atom language for minecraft's function files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[1.17|20w51a] mcfunction language support for atom

Info

This is a fork of https://github.com/Yurihaia/mcfunction. I have not created the base of this package, all the credits for that goes to Yurihaia, but I know how to edit the package to support the newest commands and items and I will also add quality of life changes. My goal is to keep the package up to date with the latest snapshots.

Features

  • Syntax highlighting
  • Autocomplete for commands and selectors
    • Working autocomplete for irregular particles (minecraft:block, minecraft:dust, minecraft:item)
  • Version switching (starting from 1.16)
  • Actively updated lists for:
    • Advancements
    • Blocks
    • Effects
    • Enchantments
    • Entities
    • Items
    • Loottables
    • Particles
    • Recipes
    • Scoreboard objectives
    • Sounds

Common "Issues"

The syntax highlighting stops working in long commands (especially tellraw)

This behavior is not a bug. It is a result of atom's token limit. You can increase the token limit with this pack.
But keep in mind increasing the token limit can impact performance.

The /replaceitem command is not working correctly

That's because in 1.17 the /replaceitem command was replaced with the /item command. But you can change the version to 1.16 in the package settings in order to use the /replaceitem command again.

About

Atom language for minecraft's function files

License:MIT License


Languages

Language:JavaScript 91.7%Language:Less 5.0%Language:CSS 3.3%