Add missing catwalk block recipe
This commit is contained in:
parent
8f0195b04e
commit
a9fdb95c39
5 changed files with 74 additions and 1 deletions
|
@ -48,7 +48,7 @@ mod_name=Aria's Essentials
|
||||||
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
|
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
|
||||||
mod_license=GPLv3
|
mod_license=GPLv3
|
||||||
# The mod version. See https://semver.org/
|
# The mod version. See https://semver.org/
|
||||||
mod_version=1201.2.030324.1924
|
mod_version=1201.2.030324.2002
|
||||||
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
|
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
|
||||||
# This should match the base package used for the mod sources.
|
# This should match the base package used for the mod sources.
|
||||||
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
|
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
|
||||||
|
|
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"pattern": [
|
||||||
|
"AAA",
|
||||||
|
"A A",
|
||||||
|
"AAA"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"A": {
|
||||||
|
"tag": "ariasessentials:catwalk"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "ariasessentials:steel_catwalk_block"
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"values": [
|
||||||
|
"ariasessentials:steel_catwalk",
|
||||||
|
"ariasessentials:steel_catwalk_top"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"values": [
|
||||||
|
"ariasessentials:steel_catwalk",
|
||||||
|
"ariasessentials:steel_catwalk_top"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,45 @@
|
||||||
|
{
|
||||||
|
"values": [
|
||||||
|
"ariasessentials:clinker_brick_block",
|
||||||
|
"ariasessentials:clinker_brick_recessed",
|
||||||
|
"ariasessentials:clinker_brick_vertically_slit",
|
||||||
|
"ariasessentials:clinker_brick_slab",
|
||||||
|
"ariasessentials:clinker_brick_stairs",
|
||||||
|
"ariasessentials:clinker_brick_wall",
|
||||||
|
|
||||||
|
"ariasessentials:clinker_brick_stained_block",
|
||||||
|
"ariasessentials:clinker_brick_stained_slab",
|
||||||
|
"ariasessentials:clinker_brick_stained_stairs",
|
||||||
|
|
||||||
|
"ariasessentials:clinker_brick_sastor_corner_block",
|
||||||
|
|
||||||
|
"ariasessentials:slag_brick_block",
|
||||||
|
"ariasessentials:slag_brick_slab",
|
||||||
|
"ariasessentials:slag_brick_stairs",
|
||||||
|
"ariasessentials:slag_brick_wall",
|
||||||
|
|
||||||
|
"ariasessentials:rebar_concrete",
|
||||||
|
"ariasessentials:rebar_concrete_slab",
|
||||||
|
"ariasessentials:rebar_concrete_stairs",
|
||||||
|
"ariasessentials:rebar_concrete_wall",
|
||||||
|
|
||||||
|
"ariasessentials:rebar_concrete_tile",
|
||||||
|
"ariasessentials:rebar_concrete_tile_slab",
|
||||||
|
"ariasessentials:rebar_concrete_tile_stairs",
|
||||||
|
|
||||||
|
"ariasessentials:panzerglass_block",
|
||||||
|
"ariasessentials:panzerglass_slab",
|
||||||
|
|
||||||
|
"ariasessentials:steel_catwalk",
|
||||||
|
"ariasessentials:steel_catwalk_top",
|
||||||
|
"ariasessentials:steel_floor_grating",
|
||||||
|
"ariasessentials:steel_floor_grating_top",
|
||||||
|
"ariasessentials:steel_catwalk_stairs",
|
||||||
|
"ariasessentials:steel_railing",
|
||||||
|
"ariasessentials:steel_catwalk_stairs_lr",
|
||||||
|
"ariasessentials:steel_catwalk_stairs_rr",
|
||||||
|
"ariasessentials:steel_catwalk_stairs_dr",
|
||||||
|
"ariasessentials:steel_table",
|
||||||
|
"ariasessentials:steel_catwalk_block"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue