update: automodpack
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"anvil_cost": 2,
|
||||
"description": {
|
||||
"translate": "enchantment.minecraft.knockback"
|
||||
},
|
||||
"effects": {
|
||||
"minecraft:knockback": [
|
||||
{
|
||||
"effect": {
|
||||
"type": "minecraft:add",
|
||||
"value": {
|
||||
"type": "minecraft:linear",
|
||||
"base": 1.0,
|
||||
"per_level_above_first": 1.0
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"max_cost": {
|
||||
"base": 55,
|
||||
"per_level_above_first": 20
|
||||
},
|
||||
"max_level": 2,
|
||||
"min_cost": {
|
||||
"base": 5,
|
||||
"per_level_above_first": 20
|
||||
},
|
||||
"slots": [
|
||||
"mainhand"
|
||||
],
|
||||
"supported_items": "#minecraft:enchantable/knockback",
|
||||
"weight": 5
|
||||
}
|
||||
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"anvil_cost": 4,
|
||||
"description": {
|
||||
"translate": "enchantment.minecraft.multishot"
|
||||
},
|
||||
"effects": {
|
||||
"minecraft:projectile_count": [
|
||||
{
|
||||
"effect": {
|
||||
"type": "minecraft:add",
|
||||
"value": {
|
||||
"type": "minecraft:linear",
|
||||
"base": 2.0,
|
||||
"per_level_above_first": 2.0
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"minecraft:projectile_spread": [
|
||||
{
|
||||
"effect": {
|
||||
"type": "minecraft:add",
|
||||
"value": {
|
||||
"type": "minecraft:linear",
|
||||
"base": 10.0,
|
||||
"per_level_above_first": 10.0
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"exclusive_set": "#minecraft:exclusive_set/crossbow",
|
||||
"max_cost": {
|
||||
"base": 50,
|
||||
"per_level_above_first": 0
|
||||
},
|
||||
"max_level": 1,
|
||||
"min_cost": {
|
||||
"base": 20,
|
||||
"per_level_above_first": 0
|
||||
},
|
||||
"slots": [
|
||||
"mainhand"
|
||||
],
|
||||
"supported_items": "#minecraft:enchantable/multishot",
|
||||
"weight": 2
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"anvil_cost": 2,
|
||||
"description": {
|
||||
"translate": "enchantment.minecraft.quick_charge"
|
||||
},
|
||||
"effects": {
|
||||
"minecraft:crossbow_charge_time": {
|
||||
"type": "minecraft:add",
|
||||
"value": {
|
||||
"type": "minecraft:linear",
|
||||
"base": -0.25,
|
||||
"per_level_above_first": -0.25
|
||||
}
|
||||
},
|
||||
"minecraft:crossbow_charging_sounds": [
|
||||
{
|
||||
"end": "minecraft:item.crossbow.loading_end",
|
||||
"start": "minecraft:item.crossbow.quick_charge_1"
|
||||
},
|
||||
{
|
||||
"end": "minecraft:item.crossbow.loading_end",
|
||||
"start": "minecraft:item.crossbow.quick_charge_2"
|
||||
},
|
||||
{
|
||||
"end": "minecraft:item.crossbow.loading_end",
|
||||
"start": "minecraft:item.crossbow.quick_charge_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
"max_cost": {
|
||||
"base": 50,
|
||||
"per_level_above_first": 0
|
||||
},
|
||||
"max_level": 3,
|
||||
"min_cost": {
|
||||
"base": 12,
|
||||
"per_level_above_first": 20
|
||||
},
|
||||
"slots": [
|
||||
"mainhand",
|
||||
"offhand"
|
||||
],
|
||||
"supported_items": "#minecraft:enchantable/quick_charge",
|
||||
"weight": 5
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"values": [
|
||||
"#minecraft:enchantable/sword",
|
||||
"supplementaries:wrench"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"values": [
|
||||
"#minecraft:enchantable/crossbow",
|
||||
"supplementaries:slingshot"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"values": [
|
||||
"#minecraft:enchantable/crossbow",
|
||||
"supplementaries:slingshot"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"category": "misc",
|
||||
"result": {
|
||||
"id": "supplementaries:arts_and_crafts/cannon_boat_cork",
|
||||
"count": 1
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "supplementaries:cannon"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "arts_and_crafts:cork",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
},
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "minecraft:oak_boat"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "arts_and_crafts:cork",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"fabric:load_conditions": [
|
||||
{
|
||||
"condition": "supplementaries:flag",
|
||||
"flag": "cannon_boat"
|
||||
}
|
||||
],
|
||||
"neoforge:conditions": [
|
||||
{
|
||||
"type": "supplementaries:flag",
|
||||
"flag": "cannon_boat"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"category": "misc",
|
||||
"result": {
|
||||
"id": "supplementaries:beachparty/cannon_boat_palm",
|
||||
"count": 1
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "supplementaries:cannon"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "beachparty:palm",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
},
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "minecraft:oak_boat"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "beachparty:palm",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"fabric:load_conditions": [
|
||||
{
|
||||
"condition": "supplementaries:flag",
|
||||
"flag": "cannon_boat"
|
||||
}
|
||||
],
|
||||
"neoforge:conditions": [
|
||||
{
|
||||
"type": "supplementaries:flag",
|
||||
"flag": "cannon_boat"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"category": "misc",
|
||||
"result": {
|
||||
"id": "supplementaries:ecologics/cannon_boat_azalea",
|
||||
"count": 1
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "supplementaries:cannon"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "ecologics:azalea",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
},
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "minecraft:oak_boat"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "ecologics:azalea",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"fabric:load_conditions": [
|
||||
{
|
||||
"condition": "supplementaries:flag",
|
||||
"flag": "cannon_boat"
|
||||
}
|
||||
],
|
||||
"neoforge:conditions": [
|
||||
{
|
||||
"type": "supplementaries:flag",
|
||||
"flag": "cannon_boat"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"category": "misc",
|
||||
"result": {
|
||||
"id": "supplementaries:ecologics/cannon_boat_coconut",
|
||||
"count": 1
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "supplementaries:cannon"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "ecologics:coconut",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
},
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "minecraft:oak_boat"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "ecologics:coconut",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"fabric:load_conditions": [
|
||||
{
|
||||
"condition": "supplementaries:flag",
|
||||
"flag": "cannon_boat"
|
||||
}
|
||||
],
|
||||
"neoforge:conditions": [
|
||||
{
|
||||
"type": "supplementaries:flag",
|
||||
"flag": "cannon_boat"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"category": "misc",
|
||||
"result": {
|
||||
"id": "supplementaries:ecologics/cannon_boat_flowering_azalea",
|
||||
"count": 1
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "supplementaries:cannon"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "ecologics:flowering_azalea",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
},
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "minecraft:oak_boat"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "ecologics:flowering_azalea",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"fabric:load_conditions": [
|
||||
{
|
||||
"condition": "supplementaries:flag",
|
||||
"flag": "cannon_boat"
|
||||
}
|
||||
],
|
||||
"neoforge:conditions": [
|
||||
{
|
||||
"type": "supplementaries:flag",
|
||||
"flag": "cannon_boat"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"category": "misc",
|
||||
"result": {
|
||||
"id": "supplementaries:ecologics/cannon_boat_walnut",
|
||||
"count": 1
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "supplementaries:cannon"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "ecologics:walnut",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
},
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "minecraft:oak_boat"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "ecologics:walnut",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"fabric:load_conditions": [
|
||||
{
|
||||
"condition": "supplementaries:flag",
|
||||
"flag": "cannon_boat"
|
||||
}
|
||||
],
|
||||
"neoforge:conditions": [
|
||||
{
|
||||
"type": "supplementaries:flag",
|
||||
"flag": "cannon_boat"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"category": "misc",
|
||||
"result": {
|
||||
"id": "supplementaries:meadow/cannon_boat_pine",
|
||||
"count": 1
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "supplementaries:cannon"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "meadow:pine",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
},
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "minecraft:oak_boat"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "meadow:pine",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"fabric:load_conditions": [
|
||||
{
|
||||
"condition": "supplementaries:flag",
|
||||
"flag": "cannon_boat"
|
||||
}
|
||||
],
|
||||
"neoforge:conditions": [
|
||||
{
|
||||
"type": "supplementaries:flag",
|
||||
"flag": "cannon_boat"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"category": "misc",
|
||||
"result": {
|
||||
"id": "supplementaries:cannon_boat_acacia",
|
||||
"count": 1
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "supplementaries:cannon"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "minecraft:acacia",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
},
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "minecraft:oak_boat"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "minecraft:acacia",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"fabric:load_conditions": [
|
||||
{
|
||||
"condition": "supplementaries:flag",
|
||||
"flag": "cannon_boat"
|
||||
}
|
||||
],
|
||||
"neoforge:conditions": [
|
||||
{
|
||||
"type": "supplementaries:flag",
|
||||
"flag": "cannon_boat"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"category": "misc",
|
||||
"result": {
|
||||
"id": "supplementaries:cannon_boat_bamboo",
|
||||
"count": 1
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "supplementaries:cannon"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "minecraft:bamboo",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
},
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "minecraft:oak_boat"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "minecraft:bamboo",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"fabric:load_conditions": [
|
||||
{
|
||||
"condition": "supplementaries:flag",
|
||||
"flag": "cannon_boat"
|
||||
}
|
||||
],
|
||||
"neoforge:conditions": [
|
||||
{
|
||||
"type": "supplementaries:flag",
|
||||
"flag": "cannon_boat"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"category": "misc",
|
||||
"result": {
|
||||
"id": "supplementaries:cannon_boat_birch",
|
||||
"count": 1
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "supplementaries:cannon"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "minecraft:birch",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
},
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "minecraft:oak_boat"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "minecraft:birch",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"fabric:load_conditions": [
|
||||
{
|
||||
"condition": "supplementaries:flag",
|
||||
"flag": "cannon_boat"
|
||||
}
|
||||
],
|
||||
"neoforge:conditions": [
|
||||
{
|
||||
"type": "supplementaries:flag",
|
||||
"flag": "cannon_boat"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"category": "misc",
|
||||
"result": {
|
||||
"id": "supplementaries:cannon_boat_cherry",
|
||||
"count": 1
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "supplementaries:cannon"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "minecraft:cherry",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
},
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "minecraft:oak_boat"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "minecraft:cherry",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"fabric:load_conditions": [
|
||||
{
|
||||
"condition": "supplementaries:flag",
|
||||
"flag": "cannon_boat"
|
||||
}
|
||||
],
|
||||
"neoforge:conditions": [
|
||||
{
|
||||
"type": "supplementaries:flag",
|
||||
"flag": "cannon_boat"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"category": "misc",
|
||||
"result": {
|
||||
"id": "supplementaries:cannon_boat_dark_oak",
|
||||
"count": 1
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "supplementaries:cannon"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "minecraft:dark_oak",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
},
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "minecraft:oak_boat"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "minecraft:dark_oak",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"fabric:load_conditions": [
|
||||
{
|
||||
"condition": "supplementaries:flag",
|
||||
"flag": "cannon_boat"
|
||||
}
|
||||
],
|
||||
"neoforge:conditions": [
|
||||
{
|
||||
"type": "supplementaries:flag",
|
||||
"flag": "cannon_boat"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"category": "misc",
|
||||
"result": {
|
||||
"id": "supplementaries:cannon_boat_jungle",
|
||||
"count": 1
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "supplementaries:cannon"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "minecraft:jungle",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
},
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "minecraft:oak_boat"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "minecraft:jungle",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"fabric:load_conditions": [
|
||||
{
|
||||
"condition": "supplementaries:flag",
|
||||
"flag": "cannon_boat"
|
||||
}
|
||||
],
|
||||
"neoforge:conditions": [
|
||||
{
|
||||
"type": "supplementaries:flag",
|
||||
"flag": "cannon_boat"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"category": "misc",
|
||||
"result": {
|
||||
"id": "supplementaries:cannon_boat_mangrove",
|
||||
"count": 1
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "supplementaries:cannon"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "minecraft:mangrove",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
},
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "minecraft:oak_boat"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "minecraft:mangrove",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"fabric:load_conditions": [
|
||||
{
|
||||
"condition": "supplementaries:flag",
|
||||
"flag": "cannon_boat"
|
||||
}
|
||||
],
|
||||
"neoforge:conditions": [
|
||||
{
|
||||
"type": "supplementaries:flag",
|
||||
"flag": "cannon_boat"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"category": "misc",
|
||||
"result": {
|
||||
"id": "supplementaries:cannon_boat_pale_oak",
|
||||
"count": 1
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "supplementaries:cannon"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "minecraft:pale_oak",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
},
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "minecraft:oak_boat"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "minecraft:pale_oak",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"fabric:load_conditions": [
|
||||
{
|
||||
"condition": "supplementaries:flag",
|
||||
"flag": "cannon_boat"
|
||||
}
|
||||
],
|
||||
"neoforge:conditions": [
|
||||
{
|
||||
"type": "supplementaries:flag",
|
||||
"flag": "cannon_boat"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"category": "misc",
|
||||
"result": {
|
||||
"id": "supplementaries:cannon_boat_spruce",
|
||||
"count": 1
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "supplementaries:cannon"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "minecraft:spruce",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
},
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "minecraft:oak_boat"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "minecraft:spruce",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"fabric:load_conditions": [
|
||||
{
|
||||
"condition": "supplementaries:flag",
|
||||
"flag": "cannon_boat"
|
||||
}
|
||||
],
|
||||
"neoforge:conditions": [
|
||||
{
|
||||
"type": "supplementaries:flag",
|
||||
"flag": "cannon_boat"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"category": "misc",
|
||||
"result": {
|
||||
"id": "supplementaries:vinery/cannon_boat_dark_cherry",
|
||||
"count": 1
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "supplementaries:cannon"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "vinery:dark_cherry",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
},
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "minecraft:oak_boat"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "vinery:dark_cherry",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"fabric:load_conditions": [
|
||||
{
|
||||
"condition": "supplementaries:flag",
|
||||
"flag": "cannon_boat"
|
||||
}
|
||||
],
|
||||
"neoforge:conditions": [
|
||||
{
|
||||
"type": "supplementaries:flag",
|
||||
"flag": "cannon_boat"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"category": "misc",
|
||||
"result": {
|
||||
"id": "supplementaries:arts_and_crafts/way_sign_cork",
|
||||
"count": 2
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "minecraft:oak_sign"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "arts_and_crafts:cork",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"fabric:load_conditions": [
|
||||
{
|
||||
"condition": "supplementaries:flag",
|
||||
"flag": "way_sign"
|
||||
}
|
||||
],
|
||||
"neoforge:conditions": [
|
||||
{
|
||||
"type": "supplementaries:flag",
|
||||
"flag": "way_sign"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"category": "misc",
|
||||
"result": {
|
||||
"id": "supplementaries:beachparty/way_sign_palm",
|
||||
"count": 2
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "minecraft:oak_sign"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "beachparty:palm",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"fabric:load_conditions": [
|
||||
{
|
||||
"condition": "supplementaries:flag",
|
||||
"flag": "way_sign"
|
||||
}
|
||||
],
|
||||
"neoforge:conditions": [
|
||||
{
|
||||
"type": "supplementaries:flag",
|
||||
"flag": "way_sign"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"category": "misc",
|
||||
"result": {
|
||||
"id": "supplementaries:ecologics/way_sign_azalea",
|
||||
"count": 2
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "minecraft:oak_sign"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "ecologics:azalea",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"fabric:load_conditions": [
|
||||
{
|
||||
"condition": "supplementaries:flag",
|
||||
"flag": "way_sign"
|
||||
}
|
||||
],
|
||||
"neoforge:conditions": [
|
||||
{
|
||||
"type": "supplementaries:flag",
|
||||
"flag": "way_sign"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"category": "misc",
|
||||
"result": {
|
||||
"id": "supplementaries:ecologics/way_sign_coconut",
|
||||
"count": 2
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "minecraft:oak_sign"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "ecologics:coconut",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"fabric:load_conditions": [
|
||||
{
|
||||
"condition": "supplementaries:flag",
|
||||
"flag": "way_sign"
|
||||
}
|
||||
],
|
||||
"neoforge:conditions": [
|
||||
{
|
||||
"type": "supplementaries:flag",
|
||||
"flag": "way_sign"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"category": "misc",
|
||||
"result": {
|
||||
"id": "supplementaries:ecologics/way_sign_flowering_azalea",
|
||||
"count": 2
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "minecraft:oak_sign"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "ecologics:flowering_azalea",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"fabric:load_conditions": [
|
||||
{
|
||||
"condition": "supplementaries:flag",
|
||||
"flag": "way_sign"
|
||||
}
|
||||
],
|
||||
"neoforge:conditions": [
|
||||
{
|
||||
"type": "supplementaries:flag",
|
||||
"flag": "way_sign"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"category": "misc",
|
||||
"result": {
|
||||
"id": "supplementaries:ecologics/way_sign_walnut",
|
||||
"count": 2
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "minecraft:oak_sign"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "ecologics:walnut",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"fabric:load_conditions": [
|
||||
{
|
||||
"condition": "supplementaries:flag",
|
||||
"flag": "way_sign"
|
||||
}
|
||||
],
|
||||
"neoforge:conditions": [
|
||||
{
|
||||
"type": "supplementaries:flag",
|
||||
"flag": "way_sign"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"category": "misc",
|
||||
"result": {
|
||||
"id": "supplementaries:meadow/way_sign_pine",
|
||||
"count": 2
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "minecraft:oak_sign"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "meadow:pine",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"fabric:load_conditions": [
|
||||
{
|
||||
"condition": "supplementaries:flag",
|
||||
"flag": "way_sign"
|
||||
}
|
||||
],
|
||||
"neoforge:conditions": [
|
||||
{
|
||||
"type": "supplementaries:flag",
|
||||
"flag": "way_sign"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"category": "misc",
|
||||
"result": {
|
||||
"id": "supplementaries:way_sign_acacia",
|
||||
"count": 2
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "minecraft:oak_sign"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "minecraft:acacia",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"fabric:load_conditions": [
|
||||
{
|
||||
"condition": "supplementaries:flag",
|
||||
"flag": "way_sign"
|
||||
}
|
||||
],
|
||||
"neoforge:conditions": [
|
||||
{
|
||||
"type": "supplementaries:flag",
|
||||
"flag": "way_sign"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"category": "misc",
|
||||
"result": {
|
||||
"id": "supplementaries:way_sign_bamboo",
|
||||
"count": 2
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "minecraft:oak_sign"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "minecraft:bamboo",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"fabric:load_conditions": [
|
||||
{
|
||||
"condition": "supplementaries:flag",
|
||||
"flag": "way_sign"
|
||||
}
|
||||
],
|
||||
"neoforge:conditions": [
|
||||
{
|
||||
"type": "supplementaries:flag",
|
||||
"flag": "way_sign"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"category": "misc",
|
||||
"result": {
|
||||
"id": "supplementaries:way_sign_birch",
|
||||
"count": 2
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "minecraft:oak_sign"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "minecraft:birch",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"fabric:load_conditions": [
|
||||
{
|
||||
"condition": "supplementaries:flag",
|
||||
"flag": "way_sign"
|
||||
}
|
||||
],
|
||||
"neoforge:conditions": [
|
||||
{
|
||||
"type": "supplementaries:flag",
|
||||
"flag": "way_sign"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"category": "misc",
|
||||
"result": {
|
||||
"id": "supplementaries:way_sign_cherry",
|
||||
"count": 2
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "minecraft:oak_sign"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "minecraft:cherry",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"fabric:load_conditions": [
|
||||
{
|
||||
"condition": "supplementaries:flag",
|
||||
"flag": "way_sign"
|
||||
}
|
||||
],
|
||||
"neoforge:conditions": [
|
||||
{
|
||||
"type": "supplementaries:flag",
|
||||
"flag": "way_sign"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"category": "misc",
|
||||
"result": {
|
||||
"id": "supplementaries:way_sign_crimson",
|
||||
"count": 2
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "minecraft:oak_sign"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "minecraft:crimson",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"fabric:load_conditions": [
|
||||
{
|
||||
"condition": "supplementaries:flag",
|
||||
"flag": "way_sign"
|
||||
}
|
||||
],
|
||||
"neoforge:conditions": [
|
||||
{
|
||||
"type": "supplementaries:flag",
|
||||
"flag": "way_sign"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"category": "misc",
|
||||
"result": {
|
||||
"id": "supplementaries:way_sign_dark_oak",
|
||||
"count": 2
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "minecraft:oak_sign"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "minecraft:dark_oak",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"fabric:load_conditions": [
|
||||
{
|
||||
"condition": "supplementaries:flag",
|
||||
"flag": "way_sign"
|
||||
}
|
||||
],
|
||||
"neoforge:conditions": [
|
||||
{
|
||||
"type": "supplementaries:flag",
|
||||
"flag": "way_sign"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"category": "misc",
|
||||
"result": {
|
||||
"id": "supplementaries:way_sign_jungle",
|
||||
"count": 2
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "minecraft:oak_sign"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "minecraft:jungle",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"fabric:load_conditions": [
|
||||
{
|
||||
"condition": "supplementaries:flag",
|
||||
"flag": "way_sign"
|
||||
}
|
||||
],
|
||||
"neoforge:conditions": [
|
||||
{
|
||||
"type": "supplementaries:flag",
|
||||
"flag": "way_sign"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"category": "misc",
|
||||
"result": {
|
||||
"id": "supplementaries:way_sign_mangrove",
|
||||
"count": 2
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "minecraft:oak_sign"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "minecraft:mangrove",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"fabric:load_conditions": [
|
||||
{
|
||||
"condition": "supplementaries:flag",
|
||||
"flag": "way_sign"
|
||||
}
|
||||
],
|
||||
"neoforge:conditions": [
|
||||
{
|
||||
"type": "supplementaries:flag",
|
||||
"flag": "way_sign"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"category": "misc",
|
||||
"result": {
|
||||
"id": "supplementaries:way_sign_pale_oak",
|
||||
"count": 2
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "minecraft:oak_sign"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "minecraft:pale_oak",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"fabric:load_conditions": [
|
||||
{
|
||||
"condition": "supplementaries:flag",
|
||||
"flag": "way_sign"
|
||||
}
|
||||
],
|
||||
"neoforge:conditions": [
|
||||
{
|
||||
"type": "supplementaries:flag",
|
||||
"flag": "way_sign"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"category": "misc",
|
||||
"result": {
|
||||
"id": "supplementaries:way_sign_spruce",
|
||||
"count": 2
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "minecraft:oak_sign"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "minecraft:spruce",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"fabric:load_conditions": [
|
||||
{
|
||||
"condition": "supplementaries:flag",
|
||||
"flag": "way_sign"
|
||||
}
|
||||
],
|
||||
"neoforge:conditions": [
|
||||
{
|
||||
"type": "supplementaries:flag",
|
||||
"flag": "way_sign"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"category": "misc",
|
||||
"result": {
|
||||
"id": "supplementaries:way_sign_warped",
|
||||
"count": 2
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "minecraft:oak_sign"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "minecraft:warped",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"fabric:load_conditions": [
|
||||
{
|
||||
"condition": "supplementaries:flag",
|
||||
"flag": "way_sign"
|
||||
}
|
||||
],
|
||||
"neoforge:conditions": [
|
||||
{
|
||||
"type": "supplementaries:flag",
|
||||
"flag": "way_sign"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"category": "misc",
|
||||
"result": {
|
||||
"id": "supplementaries:vinery/way_sign_dark_cherry",
|
||||
"count": 2
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "minecraft:oak_sign"
|
||||
},
|
||||
"block_type": "minecraft:wood_type",
|
||||
"from": "minecraft:oak",
|
||||
"to": "vinery:dark_cherry",
|
||||
"fabric:type": "moonlight:block_type_swap"
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"fabric:load_conditions": [
|
||||
{
|
||||
"condition": "supplementaries:flag",
|
||||
"flag": "way_sign"
|
||||
}
|
||||
],
|
||||
"neoforge:conditions": [
|
||||
{
|
||||
"type": "supplementaries:flag",
|
||||
"flag": "way_sign"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"values": [
|
||||
"supplementaries:cannon_boat_acacia",
|
||||
"supplementaries:ecologics/cannon_boat_azalea",
|
||||
"supplementaries:cannon_boat_bamboo",
|
||||
"supplementaries:cannon_boat_birch",
|
||||
"supplementaries:cannon_boat_cherry",
|
||||
"supplementaries:ecologics/cannon_boat_coconut",
|
||||
"supplementaries:arts_and_crafts/cannon_boat_cork",
|
||||
"supplementaries:vinery/cannon_boat_dark_cherry",
|
||||
"supplementaries:cannon_boat_dark_oak",
|
||||
"supplementaries:ecologics/cannon_boat_flowering_azalea",
|
||||
"supplementaries:cannon_boat_jungle",
|
||||
"supplementaries:cannon_boat_mangrove",
|
||||
"supplementaries:cannon_boat_oak",
|
||||
"supplementaries:cannon_boat_pale_oak",
|
||||
"supplementaries:beachparty/cannon_boat_palm",
|
||||
"supplementaries:meadow/cannon_boat_pine",
|
||||
"supplementaries:cannon_boat_spruce",
|
||||
"supplementaries:ecologics/cannon_boat_walnut"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"values": [
|
||||
"supplementaries:way_sign_acacia",
|
||||
"supplementaries:ecologics/way_sign_azalea",
|
||||
"supplementaries:way_sign_bamboo",
|
||||
"supplementaries:way_sign_birch",
|
||||
"supplementaries:way_sign_cherry",
|
||||
"supplementaries:ecologics/way_sign_coconut",
|
||||
"supplementaries:arts_and_crafts/way_sign_cork",
|
||||
"supplementaries:way_sign_crimson",
|
||||
"supplementaries:vinery/way_sign_dark_cherry",
|
||||
"supplementaries:way_sign_dark_oak",
|
||||
"supplementaries:ecologics/way_sign_flowering_azalea",
|
||||
"supplementaries:way_sign_jungle",
|
||||
"supplementaries:way_sign_mangrove",
|
||||
"supplementaries:way_sign_oak",
|
||||
"supplementaries:way_sign_pale_oak",
|
||||
"supplementaries:beachparty/way_sign_palm",
|
||||
"supplementaries:meadow/way_sign_pine",
|
||||
"supplementaries:way_sign_spruce",
|
||||
"supplementaries:ecologics/way_sign_walnut",
|
||||
"supplementaries:way_sign_warped"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"values": [
|
||||
"#minecraft:is_ocean"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"values": [
|
||||
"#minecraft:is_overworld"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user