Skip to content

Instantly share code, notes, and snippets.

@earlt612
Created September 5, 2023 03:01
Show Gist options
  • Save earlt612/e0f4995b9c01b1902f519f4b5cf5b8ea to your computer and use it in GitHub Desktop.
Save earlt612/e0f4995b9c01b1902f519f4b5cf5b8ea to your computer and use it in GitHub Desktop.
Craftweaker script to add a saddle recipie
craftingTable.addShaped("saddle", <item:minecraft:saddle>, [
[<item:minecraft:air>, <item:minecraft:air>, <item:minecraft:iron_ingot>],
[<item:minecraft:leather>, <item:minecraft:leather>, <item:minecraft:leather>],
[<item:minecraft:leather>, <item:minecraft:air>, <item:minecraft:leather>]]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment