/* * 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 . */ /** * This package contains all data generation for Ex Deorum. It is not to be used outside of data generation. *

* 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;