thing

Anonymous
plain_text
11/22/2020 6:23 PM
664 B
22
Indexable
//cobblestone
recipes.addShaped(
  <minecraft:cobblestone>,
  [
    [<minecraft:wool>,<minecraft:wool>,<minecraft:wool>], 
    [<minecraft:wool>,<minecraft:wool>,<minecraft:wool>,],
    [<minecraft:wool>,<minecraft:wool>,<minecraft:wool>]
]);
//stone
recipes.addShaped(
  <minecraft:stone>,
  [
    [<minecraft:stone>,<minecraft:stone>,<minecraft:stone>], 
    [<minecraft:stone>,<minecraft:stone>,<minecraft:stone>,],
    [<minecraft:stone>,<minecraft:stone>,<minecraft:stone>]
]);
Editor is loading...