vishtheshnu / AdminShop

My first minecraft mod for 1.12! Provides means to buy and sell items and fluids using in-game money.
Other
3 stars 3 forks source link

NBT Data parsing #16

Closed Kakiharu closed 4 years ago

Kakiharu commented 4 years ago

I cannot get it to work with certain nbt tags that have quotes inside them like

.withTag({location_back: ""}) I have it entered as sell,".withTag({location_back: ""})",100,0 I get back improperly formatted nbt. Same thing happens with sell,"cyclicmagic:book_ender {location_back: ""}",100,0
Kakiharu commented 4 years ago

Alright, it was all my fault. I was editing with notepad++ and it handles csv extensions weird. Anything that go in quotes are double quoted like so. I'm just an idiot lol cyclicmagic:book_ender.withTag({location_back: """"})