You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 31, 2024. It is now read-only.
Copy file name to clipboardexpand all lines: common/src/main/java/com/github/franckyi/ibeeditor/client/screen/controller/entry/TextEntryController.java
Copy file name to clipboardexpand all lines: versions.json
+4
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,8 @@
1
1
{
2
+
"2.1.1": {
3
+
"type": "release",
4
+
"changelog": "* fix: error when trying to open the NBT editor for a block that doesn't have NBT data (#57)\n* fix: letter added at the end of a formatted text input is not formatted when saving"
5
+
},
2
6
"2.1.0": {
3
7
"type": "release",
4
8
"changelog": "* Added Block Editor (not finished yet)\n* Added Entity Editor (not finished yet)\n* Added Vault: allows to save items and entities and re-use them between saves or servers (not finished yet)\n* Added \"Copy command\" button\n* Added buttons to switch between editors (standard, NBT, SNBT)\n* Various fixes"
0 commit comments