Skip to content

Commit d9f421f

Browse files
committed
v0.4.3 final
1 parent 3ace675 commit d9f421f

File tree

7 files changed

+894
-904
lines changed

7 files changed

+894
-904
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@
88
- added run method to File to execute an existing File object
99
- added Tag.add and Tag.remove constructors to make code more readable
1010
- updated Execute center method to optionally take a y value
11-
- updated ServerVersionCheck to also recognize 1.16 and 1.17 (thanks MrPlayerYork for the implementation)
11+
- updated ServerVersionCheck to also recognize 1.16 - 1.18 (thanks MrPlayerYork for the suggestion)
1212
- updated Log Widget with suggestions to add Log.debug and Log.info
13-
- fixed Predicate requireing contents (Thanks to MrPlayerYork for reporting that!)
13+
- updated blocks, items, particles and entities to include content from 21w42a
14+
- fixed Predicate requiring contents (Thanks to MrPlayerYork for reporting that!)
15+
- fixed nested Execute or If not generating a single execute command
1416
- fixed main and load files generating even if create was set to false(used in objd_gen)
1517
- Removed length limits for scoreboard, score holder and team names for 1.18
1618

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ Open the pubspec.yaml file and add
3030

3131
```yaml
3232
name: [unique_namespace]
33+
environment:
34+
sdk: ">=2.12.0 <3.0.0"
3335
dependencies:
3436
objd: ^0.4.3
3537
```

0 commit comments

Comments
 (0)