Skip to content

Commit

Permalink
Fix #430
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldorion committed Aug 22, 2023
1 parent c8e2131 commit 38a19f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.md
@@ -1,6 +1,7 @@
# Changelogs:

## 1.9.7
* [Bugfix #430] Check if item is in tag caused a build error
* [Bugfix #452] Custom structures didn't work
* [Bugfix #454] World dependency caused a build error in custom commands
* [Bugfix #455] Custom button blocks caused a build error
Expand Down
@@ -1,3 +1,3 @@
<#include "mcelements.ftl">
<#include "mcitems.ftl">
(${mappedMCItemToItemStackCode(input$a, 1)}.is(ItemTags.create(${toResourceLocation(input$b)})))
(${mappedMCItemToItemStackCode(input$a, 1)}.is(TagKey.create(Registries.ITEM, ${toResourceLocation(input$b)})))

0 comments on commit 38a19f8

Please sign in to comment.