ExDeorum/src/main/java/thedarkcolour/exdeorum/blockentity/package-info.java
2023-09-24 22:02:09 -07:00

28 lines
1.1 KiB
Java

/*
* Ex Deorum
* Copyright (c) 2023 thedarkcolour
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/**
* This package contains all data generation for Ex Deorum. It is not to be used outside of data generation.
* <p>
* Ex Deorum uses the ModKit library, which adds several utilities primarily for data generation
* without needing to be shaded or depended upon outside a development environment.
*/
@net.minecraft.MethodsReturnNonnullByDefault
@javax.annotation.ParametersAreNonnullByDefault
package thedarkcolour.exdeorum.blockentity;