Module:AutomaticHammerRecipeDictionary: Difference between revisions
Jump to navigation
Jump to search
Replaced content with "return { }" Tag: Replaced |
No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
return { | return { | ||
{ | |||
name = 'StoneToGravel', | |||
input = { | |||
{'StoneSurface', 1}, | |||
}, | |||
output = { | |||
{'GravelSurface', 1}, | |||
}, | |||
ticks = 100, | |||
tier = 1, | |||
}, | |||
} | } |
Revision as of 12:37, 31 July 2025
Documentation for this module may be created at Module:AutomaticHammerRecipeDictionary/doc