Make Recipe a child of ModVersion, not Item
This commit is contained in:
@@ -43,6 +43,7 @@ describe 'crafting_plan.coffee', ->
|
||||
it 'can craft a single step recipe', ->
|
||||
plan.want.add 'oak_plank'
|
||||
plan.craft()
|
||||
logger.debug "plan: #{plan}"
|
||||
plan.need.toList().should.eql ['oak_log']
|
||||
plan.result.toList().should.eql [[4, 'minecraft__oak_plank']]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user