Paste your logs.

Built for Minecraft & Hytale

Unknown Log

23 lines
Raw
# Unique identifier for the recipe
emerald_sword_custom:
# The item the player receives
result:
item: "emerald" # usage of vanilla material
amount: 5
name: "hellooo"
# The mapping of characters to items
ingredients:
E:
item: "diamond_block"
amount: 1
S:
item: "stick"
amount: 1
# The shape of the recipe (3x3 grid)
# Space represents an empty slot
pattern:
- " E "
- " E "
- " S "