Skip to content

Commit 9e1bb57

Browse files
committed
api package
1 parent a274088 commit 9e1bb57

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ minecraft_fp {
1111
rootPkg = "$group.fluidlogged"
1212
}
1313

14+
api {
15+
packages = listOf("api")
16+
}
17+
1418
mixin {
1519
pkg = "internal.mixin.mixins"
1620
pluginClass = "internal.mixin.plugin.MixinPlugin"

src/main/java/mega/fluidlogged/api/bucket/package-info.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
* You should have received a copy of the GNU Lesser General Public License
2020
* along with FluidLogged. If not, see <https://www.gnu.org/licenses/>.
2121
*/
22-
/**
23-
* DO NOT USE THIS YET, NON-FINAL API!
24-
*/
2522
@ApiStatus.Experimental
2623
package mega.fluidlogged.api.bucket;
2724

src/main/java/mega/fluidlogged/api/package-info.java renamed to src/main/java/mega/fluidlogged/api/world/package-info.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@
1919
* You should have received a copy of the GNU Lesser General Public License
2020
* along with FluidLogged. If not, see <https://www.gnu.org/licenses/>.
2121
*/
22-
/**
23-
* DO NOT USE THIS YET, NON-FINAL API!
24-
*/
2522
@ApiStatus.Experimental
26-
package mega.fluidlogged.api;
23+
package mega.fluidlogged.api.world;
2724

2825
import org.jetbrains.annotations.ApiStatus;

0 commit comments

Comments
 (0)