nlipiarski / MCC

Marshal Command Code Syntax Highlighter
GNU General Public License v3.0
14 stars 2 forks source link

Block-related commands need highlighting for wordy blockstates #5

Closed Moesh-zz closed 6 years ago

Moesh-zz commented 7 years ago

http://minecraft.gamepedia.com/Block_states

We can now use setblock ~ ~ ~ minecraft:furnace facing=west for all specific blocks.

The stretch goal is to have verification for every blockstate for every block. I think we should start with getting all the keywords and values into our support.

Some of this stuff may be able to be pulled across from what we have in our NBT highlighting.

Panossa commented 7 years ago

Stop. The description does not fit to the (new) title in any way. Blockstates are what is used outside of NBT tag lists (which is what entitydata and blockdata are). Please change the title back and open a new issue for entitydata/blockdata highlighting. Those are two completely different things.

Moesh-zz commented 7 years ago

I changed the title to fit this particular description. The goal here is to gather all the keywords and states, then put them into our system. The title matches the description. If there is another issue, please be more explicit, or log it yourself. Thanks.

nlipiarski commented 6 years ago

This has been fixed in the beta 1.13 version.