Remove mcl_curry

This commit is contained in:
Elias Åström 2024-01-16 21:31:45 +01:00 committed by cora
parent f42235f56a
commit 829fd12536
4 changed files with 2 additions and 10 deletions

View File

@ -1,7 +0,0 @@
function mcl_curry(fn)
return function(x)
return function(...)
return fn(x, ...)
end
end
end

View File

@ -1 +0,0 @@
name = mcl_curry

View File

@ -1,4 +1,4 @@
name = doc_items
author = Wuzzy
description = Adds automatically generated help texts for items.
depends = doc, mcl_curry
depends = doc

View File

@ -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