icbm/src/main/java/dan200/computercraft/api/turtle/package-info.java

12 lines
452 B
Java
Raw Normal View History

2022-11-09 22:15:45 +01:00
/**
* This file is part of the public ComputerCraft API - http://www.computercraft.info
2022-11-09 22:16:55 +01:00
* Copyright Daniel Ratcliffe, 2011-2015. This API may be redistributed unmodified and in
* full only. For help using the API, and posting your mods, visit the forums at
* computercraft.info.
2022-11-09 22:15:45 +01:00
*/
2022-11-09 22:16:55 +01:00
@API(owner = "ComputerCraft", provides = "ComputerCraft|API|Turtle", apiVersion = "1.75")
2022-11-09 22:15:45 +01:00
package dan200.computercraft.api.turtle;
import cpw.mods.fml.common.API;