保存已加载模组的信息

It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import at the very top of the file.

ZenScript
Copy
import crafttweaker.api.mods.ModInfo;
名称类型可获得可设置描述
名称
blocks
类型
stdlib.List<MCBlock>
可获得
true
可设置
false
描述
Finds all blocks registered for that mod.
名称
displayName
类型
string
可获得
true
可设置
false
描述
Gets the display name of the mod
名称
实体类型
类型
stdlib.List<MCEntityType>
可获得
true
可设置
false
描述
Finds all EntityTypes registered for that mod
名称
fluids
类型
stdlib.List<MCFluid>
可获得
true
可设置
false
描述
Finds all EntityTypes registered for that mod
名称
items
类型
stdlib.List<IItemStack>
可获得
true
可设置
false
描述
Gets all known items from that mod

Does not take "sub items" into account!
That means, that it will e.g. find an enchanted book, but without tags, and only one!
名称
modid
类型
string
可获得
true
可设置
false
描述
Gets the modid of the mod
名称
命名空间
类型
string
可获得
true
可设置
false
描述
Gets the namespace of the mod
名称
version
类型
string
可获得
true
可设置
false
描述
Gets the version of the mod