Add shaped crafing and recipes for MC 1.7.10
This commit is contained in:
@@ -14,7 +14,7 @@ module.exports = class ImageLoader
|
||||
constructor: (options={})->
|
||||
options.defaultUrl ?= ''
|
||||
options.onLoading ?= -> @hide()
|
||||
options.onLoad ?= -> @fadeIn Duration.fast
|
||||
options.onLoad ?= -> @show()
|
||||
|
||||
@defaultUrl = options.defaultUrl
|
||||
@onLoading = options.onLoading
|
||||
|
||||
Reference in New Issue
Block a user