Remove mcl_curry
This commit is contained in:
parent
f42235f56a
commit
829fd12536
@ -1,7 +0,0 @@
|
||||
function mcl_curry(fn)
|
||||
return function(x)
|
||||
return function(...)
|
||||
return fn(x, ...)
|
||||
end
|
||||
end
|
||||
end
|
@ -1 +0,0 @@
|
||||
name = mcl_curry
|
@ -1,4 +1,4 @@
|
||||
name = doc_items
|
||||
author = Wuzzy
|
||||
description = Adds automatically generated help texts for items.
|
||||
depends = doc, mcl_curry
|
||||
depends = doc
|
||||
|
@ -1,4 +1,4 @@
|
||||
name = mcl_death_messages
|
||||
author = 4Evergreen4
|
||||
description = Shows messages in chat when a player dies.
|
||||
depends = mcl_colors, mcl_curry
|
||||
depends = mcl_colors
|
||||
|
Loading…
x
Reference in New Issue
Block a user