From e6292e317abd5e999dc917ce2d860ffb83ca94c1 Mon Sep 17 00:00:00 2001 From: Dangrain Date: Fri, 2 Aug 2024 13:16:35 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ff19f13..9a4d402 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # kubejs6-more-recipe-types -Fork of https://github.com/gcatkjspkgs/kubejs-more-recipe-types by gcatkjspkg - all credits go to them! +Basically a fork of https://github.com/gcatkjspkgs/kubejs-more-recipe-types by gcatkjspkg - all credits go to them! +I just made It work with KubeJS 6 # QUICK START All new types are functions inside of the `global` object. They should be called inside of the `recipes` event like so: `global.mrt..(event, {args}, )`.