File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
src/main/java/mega/fluidlogged/api Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 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
2623package mega .fluidlogged .api .bucket ;
2724
Original file line number Diff line number Diff line change 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
2825import org .jetbrains .annotations .ApiStatus ;
You can’t perform that action at this time.
0 commit comments