Untitled

 avatar
unknown
plain_text
5 years ago
323 B
6
Indexable
//cobblestone
function blockRecipe(minecraft:cobblestone, minecraft:wool, minecraft:cobblestone) {
	recipes.addShaped(minecraft:cobblestone, minecraft:cobblestone,[[minecraft:wool ,minecraft:wool minecraft:wool], [minecraft:wool, minecraft:wool, minecraft:wool], [minecraft:wool, minecraft:wool, minecraft:wool]]);
}

Editor is loading...