Skip to content

Commit 3b3dd80

Browse files
authored
Merge pull request #506 from Wojbie/Advanced-Monitor-Count-Fix
Fix advanced monitor recipe.
2 parents 3e265c2 + 0d28c67 commit 3b3dd80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/assets/computercraft/recipes/advanced_monitor.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"#": { "item": "minecraft:gold_ingot" },
1010
"G": { "item": "minecraft:glass_pane" }
1111
},
12-
"result": { "item": "computercraft:peripheral", "data": 4 }
12+
"result": { "item": "computercraft:peripheral", "data": 4, "count": 4 }
1313
}

0 commit comments

Comments
 (0)