Fix integration

This commit is contained in:
AliasAlreadyTaken 2023-06-11 20:47:14 +02:00
parent d5946f5561
commit af5b079828
2 changed files with 6 additions and 2 deletions

View File

@ -4,12 +4,15 @@ allow_defined_top = true
globals = {
"minetest",
"core",
"yl_cinema"
"yl_cinema",
"replacer"
}
read_globals = {
string = {fields = {"split"}},
table = {fields = {"copy", "getn"}},
"mesecon",
-- Builtin
"vector", "ItemStack",

View File

@ -1,4 +1,5 @@
name = yl_cinema
description = Shows movies to players
author = AliasAlreadyTaken
title = YL Cinema
title = YL Cinema
optional_depends = mesecons_mvps, replacer