added blaze- gun- green birch block and dirt sword

This commit is contained in:
Jonas_Jones 2023-04-04 21:26:31 +02:00
parent 664a6f9b67
commit 5014461885
34 changed files with 423 additions and 4 deletions

View file

@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "nec:green_birch_log"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}

View file

@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": {
"item": "minecraft:blaze_powder"
}
},
"pattern": [
"###",
"###",
"###"
],
"result": {
"item": "nec:blaze_block"
},
"show_notification": true
}

View file

@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "nec:blaze_block"
}
],
"result": {
"item": "minecraft:blaze_powder",
"count": 9
}
}

View file

@ -0,0 +1,22 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"ABA",
" C ",
" "
],
"key": {
"A": {
"item": "minecraft:tripwire_hook"
},
"B": {
"item": "minecraft:string"
},
"C": {
"item": "minecraft:bow"
}
},
"result": {
"item": "minecraft:crossbow"
}
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"AAA",
"ABA",
"AAA"
],
"key": {
"A": {
"item": "minecraft:stone"
},
"B": {
"item": "minecraft:diamond"
}
},
"result": {
"item": "minecraft:diamond_ore"
}
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" A ",
" A ",
" B "
],
"key": {
"A": {
"item": "minecraft:dirt"
},
"B": {
"item": "minecraft:stick"
}
},
"result": {
"item": "nec:dirt_sword"
}
}

View file

@ -0,0 +1,14 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:green_dye"
},
{
"item": "minecraft:birch_log"
}
],
"result": {
"item": "nec:green_birch_log"
}
}

View file

@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": {
"item": "minecraft:gunpowder"
}
},
"pattern": [
"###",
"###",
"###"
],
"result": {
"item": "nec:gun_block"
},
"show_notification": true
}

View file

@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "nec:gun_block"
}
],
"result": {
"item": "minecraft:gunpowder",
"count": 9
}
}

View file

@ -0,0 +1,14 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:zombie_head"
},
{
"item": "minecraft:egg"
}
],
"result": {
"item": "minecraft:zombie_spawn_egg"
}
}