Fix loot modifiers
altenative was renamed to any_of
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
"type": "effortlessbuilding:single_item_loot_modifier",
|
"type": "effortlessbuilding:single_item_loot_modifier",
|
||||||
"conditions": [
|
"conditions": [
|
||||||
{
|
{
|
||||||
"condition": "minecraft:alternative",
|
"condition": "minecraft:any_of",
|
||||||
"terms": [
|
"terms": [
|
||||||
{
|
{
|
||||||
"condition": "forge:loot_table_id",
|
"condition": "forge:loot_table_id",
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"type": "effortlessbuilding:single_item_loot_modifier",
|
"type": "effortlessbuilding:single_item_loot_modifier",
|
||||||
"conditions": [
|
"conditions": [
|
||||||
{
|
{
|
||||||
"condition": "minecraft:alternative",
|
"condition": "minecraft:any_of",
|
||||||
"terms": [
|
"terms": [
|
||||||
{
|
{
|
||||||
"condition": "forge:loot_table_id",
|
"condition": "forge:loot_table_id",
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"type": "effortlessbuilding:single_item_loot_modifier",
|
"type": "effortlessbuilding:single_item_loot_modifier",
|
||||||
"conditions": [
|
"conditions": [
|
||||||
{
|
{
|
||||||
"condition": "minecraft:alternative",
|
"condition": "minecraft:any_of",
|
||||||
"terms": [
|
"terms": [
|
||||||
{
|
{
|
||||||
"condition": "forge:loot_table_id",
|
"condition": "forge:loot_table_id",
|
||||||
|
|||||||
Reference in New Issue
Block a user