LOOHP / InteractionVisualizer

Visualize Function Blocks like Crafting Tables with Animations client-side!
https://www.spigotmc.org/resources/77050/
GNU General Public License v3.0
78 stars 11 forks source link

Startup error #84

Closed alexmcgowan112 closed 2 years ago

alexmcgowan112 commented 2 years ago

Error occurred while enabling InteractionVisualizer v1.17.2.1 (Is it up to date?) com.loohp.interactionvisualizer.libs.com.loohp.yamlconfiguration.libs.com.amihaiemil.eoyaml.exceptions.YamlReadingException: Could not parse YAML starting at line 352 . It should be a sequence (line should start with '-'), a mapping (line should contain ':') or it should be a plain scalar, but it has 373 lines, while a plain scalar should be only 1 line!

https://pastebin.com/wK1ZeHYt

LOOHP commented 2 years ago

Can you show me your config?

alexmcgowan112 commented 2 years ago

https://pastebin.com/ZLH9QmEV

LOOHP commented 2 years ago

Have you tried resetting the config?

alexmcgowan112 commented 2 years ago

Ok it seems like the issue stems from trying to use OverrideDisable on item drops for crafting tables. I removed that and it seems to work now. That being said, did I use that wrong or is that just broken? I wanted to allow crafting tables to display what's in the crafting table without the finished product flying at the player.

LOOHP commented 2 years ago

That option is a list

OverridingDisabled:
- "interactionvisualizer:crafting_table"
alexmcgowan112 commented 2 years ago

Alright that fixed it