Fixed resource pack issues

This commit is contained in:
Sollace 2023-06-06 21:43:24 +01:00
parent a17413c8cc
commit 5672f988d4
8 changed files with 16 additions and 13 deletions

View file

@ -11,7 +11,7 @@
"type": "minecraft:item", "type": "minecraft:item",
"conditions": [ "conditions": [
{ {
"condition": "minecraft:alternative", "condition": "minecraft:any_of",
"terms": [ "terms": [
{ {
"condition": "minecraft:match_tool", "condition": "minecraft:match_tool",
@ -50,7 +50,7 @@
{ {
"condition": "minecraft:inverted", "condition": "minecraft:inverted",
"term": { "term": {
"condition": "minecraft:alternative", "condition": "minecraft:any_of",
"terms": [ "terms": [
{ {
"condition": "minecraft:match_tool", "condition": "minecraft:match_tool",

View file

@ -11,7 +11,7 @@
"type": "minecraft:item", "type": "minecraft:item",
"conditions": [ "conditions": [
{ {
"condition": "minecraft:alternative", "condition": "minecraft:any_of",
"terms": [ "terms": [
{ {
"condition": "minecraft:match_tool", "condition": "minecraft:match_tool",
@ -50,7 +50,7 @@
{ {
"condition": "minecraft:inverted", "condition": "minecraft:inverted",
"term": { "term": {
"condition": "minecraft:alternative", "condition": "minecraft:any_of",
"terms": [ "terms": [
{ {
"condition": "minecraft:match_tool", "condition": "minecraft:match_tool",

View file

@ -11,7 +11,7 @@
"type": "minecraft:item", "type": "minecraft:item",
"conditions": [ "conditions": [
{ {
"condition": "minecraft:alternative", "condition": "minecraft:any_of",
"terms": [ "terms": [
{ {
"condition": "minecraft:match_tool", "condition": "minecraft:match_tool",
@ -69,7 +69,7 @@
{ {
"condition": "minecraft:inverted", "condition": "minecraft:inverted",
"term": { "term": {
"condition": "minecraft:alternative", "condition": "minecraft:any_of",
"terms": [ "terms": [
{ {
"condition": "minecraft:match_tool", "condition": "minecraft:match_tool",

View file

@ -11,7 +11,7 @@
"type": "minecraft:item", "type": "minecraft:item",
"conditions": [ "conditions": [
{ {
"condition": "minecraft:alternative", "condition": "minecraft:any_of",
"terms": [ "terms": [
{ {
"condition": "minecraft:match_tool", "condition": "minecraft:match_tool",
@ -50,7 +50,7 @@
{ {
"condition": "minecraft:inverted", "condition": "minecraft:inverted",
"term": { "term": {
"condition": "minecraft:alternative", "condition": "minecraft:any_of",
"terms": [ "terms": [
{ {
"condition": "minecraft:match_tool", "condition": "minecraft:match_tool",

View file

@ -11,7 +11,7 @@
"type": "minecraft:item", "type": "minecraft:item",
"conditions": [ "conditions": [
{ {
"condition": "minecraft:alternative", "condition": "minecraft:any_of",
"terms": [ "terms": [
{ {
"condition": "minecraft:match_tool", "condition": "minecraft:match_tool",
@ -50,7 +50,7 @@
{ {
"condition": "minecraft:inverted", "condition": "minecraft:inverted",
"term": { "term": {
"condition": "minecraft:alternative", "condition": "minecraft:any_of",
"terms": [ "terms": [
{ {
"condition": "minecraft:match_tool", "condition": "minecraft:match_tool",

View file

@ -11,7 +11,7 @@
"type": "minecraft:item", "type": "minecraft:item",
"conditions": [ "conditions": [
{ {
"condition": "minecraft:alternative", "condition": "minecraft:any_of",
"terms": [ "terms": [
{ {
"condition": "minecraft:match_tool", "condition": "minecraft:match_tool",
@ -50,7 +50,7 @@
{ {
"condition": "minecraft:inverted", "condition": "minecraft:inverted",
"term": { "term": {
"condition": "minecraft:alternative", "condition": "minecraft:any_of",
"terms": [ "terms": [
{ {
"condition": "minecraft:match_tool", "condition": "minecraft:match_tool",

View file

@ -1,5 +1,5 @@
{ {
"type": "minecraft:smithing", "type": "minecraft:smithing_transform",
"addition": { "addition": {
"item": "minecraft:netherite_ingot" "item": "minecraft:netherite_ingot"
}, },
@ -8,5 +8,8 @@
}, },
"result": { "result": {
"item": "unicopia:netherite_polearm" "item": "unicopia:netherite_polearm"
},
"template": {
"item": "minecraft:netherite_upgrade_smithing_template"
} }
} }