Skip to content

Commit

Permalink
v0.4.3 final
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevertus committed Oct 23, 2021
1 parent 3ace675 commit d9f421f
Show file tree
Hide file tree
Showing 7 changed files with 894 additions and 904 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@
- added run method to File to execute an existing File object
- added Tag.add and Tag.remove constructors to make code more readable
- updated Execute center method to optionally take a y value
- updated ServerVersionCheck to also recognize 1.16 and 1.17 (thanks MrPlayerYork for the implementation)
- updated ServerVersionCheck to also recognize 1.16 - 1.18 (thanks MrPlayerYork for the suggestion)
- updated Log Widget with suggestions to add Log.debug and Log.info
- fixed Predicate requireing contents (Thanks to MrPlayerYork for reporting that!)
- updated blocks, items, particles and entities to include content from 21w42a
- fixed Predicate requiring contents (Thanks to MrPlayerYork for reporting that!)
- fixed nested Execute or If not generating a single execute command
- fixed main and load files generating even if create was set to false(used in objd_gen)
- Removed length limits for scoreboard, score holder and team names for 1.18

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Open the pubspec.yaml file and add

```yaml
name: [unique_namespace]
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
objd: ^0.4.3
```
Expand Down
Loading

0 comments on commit d9f421f

Please sign in to comment.