From 3839356ae884cf6ae7a9b2a169fba268861e3a1b Mon Sep 17 00:00:00 2001 From: MegumiKasuga <1926195023@qq.com> Date: Thu, 15 Aug 2024 19:26:05 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B4=AF=E7=A7=AF=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/kasuga/lib/core/base/UnModeledBlockProperty.java | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/main/java/kasuga/lib/core/base/UnModeledBlockProperty.java b/src/main/java/kasuga/lib/core/base/UnModeledBlockProperty.java index 983fdaba..7ad9c82d 100644 --- a/src/main/java/kasuga/lib/core/base/UnModeledBlockProperty.java +++ b/src/main/java/kasuga/lib/core/base/UnModeledBlockProperty.java @@ -9,6 +9,13 @@ import java.util.Collection; import java.util.Optional; +/** + * This class is used for get properties that don't link to the block state json file. + * For its full codes, see {@link kasuga.lib.mixins.mixin.client.MixinBlockModelShaper} + * After some times of modding, I found that this type of property is really necessary. + * @param the class of values of the original property. + * @param the class of the original property. + */ @Util public class UnModeledBlockProperty, T extends Property> extends Property {