Skip to content

Commit

Permalink
Fix recipe
Browse files Browse the repository at this point in the history
added minecraft:glass
  • Loading branch information
Tur87 authored Jun 2, 2024
1 parent b37ce1d commit 4fe5bcb
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions data/createaddition/recipes/mixing/small_light_connector.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"tag": "c:wires/iron"
},
{
"tag": "minecraft:glass"
},
{
"item": "createaddition:connector"
}
],
"result":{
"item": "createaddition:small_light_connector",
"count": 1
}
}

0 comments on commit 4fe5bcb

Please sign in to comment.