Skip to content

Trouser-Streak v0.7.0

Choose a tag to compare

@etianl etianl released this 04 Nov 21:02
a2795f9

0.7.0

Release for 1.20.2, and 1.20.1! Use the correct jar for your version. Source for 1.20.1 is in the zip file here, and in the 1.20.1 branch.

Improved NbtEditor module

  • Added Potion mode!

  • Create magical potions with effects of any level you want

  • Removed the huge list of enchantment settings for Item mode and used an EnchantmentListSetting in place of it so you can choose what enchantments you want to add to the item

  • Changed the itemList setting for Item mode to an Item setting so you are restricted to only picking one instead of choosing just one from the list setting.

  • Changed Item mode to edit the existing enchantments on an item instead of replacing them.

  • If your hand is empty in Item mode or Potion mode you will get a newly generated item. If you are already holding one the nbt data is edited

  • The Entity mode no longer adds Nbt values if the boolean is false. For example if the Invulnerable checkbox is not checked then it will no longer apply the nbt tag saying Invulnerable=false because that's not needed

  • Added options for custom area effect clouds to Entity mode

  • Added the .viewnbt command which returns the nbt data for the item in your hand in the chat box. There is also a Save option for the command that saves the data to a text file in your .minecraft folder in the "SavedNBT" folder.

note .viewnbt crashes the game when trying to view nbt data on an item which doesn't have any. I will fix this soon

See the releases page for previous changelogs if you missed the last couple updates. :)