Modificar
Información sobre un mod cargado
Importing the class
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.
Información sobre un mod cargado
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.
import crafttweaker.api.mods.ModInfo;
Name | Type | Has Getter | Has Setter |
---|---|---|---|
blocks | stdlib.List<MCBlock> | true | false |
displayName | string | true | false |
tipos de entidades | stdlib.List<MCEntityType> | true | false |
fluids | stdlib.List<MCFluid> | true | false |
items | stdlib.List<IItemStack> | true | false |
modid | string | true | false |
namespace | string | true | false |
version | string | true | false |