Initial commit
This commit is contained in:
parent
75febf65ae
commit
10a7b4ce1b
30 changed files with 1215 additions and 0 deletions
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "predench:vitriolic_feather"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:book"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:glow_ink_sac"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "predench:strange_writing_book"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" C ",
|
||||
"CFC",
|
||||
" C "
|
||||
],
|
||||
"key": {
|
||||
"C": {
|
||||
"item": "minecraft:copper_block"
|
||||
},
|
||||
"F": {
|
||||
"tag": "forge:feathers"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "predench:vitriolic_feather"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue