1.21.3 WIP
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"vertex": "firmament_rendertype_lines",
|
||||
"fragment": "firmament_rendertype_lines",
|
||||
"vertex": "firmament:core/rendertype_lines",
|
||||
"fragment": "firmament:core/rendertype_lines",
|
||||
"samplers": [
|
||||
],
|
||||
"uniforms": [
|
||||
@@ -8,7 +8,7 @@
|
||||
{ "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] },
|
||||
{ "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] },
|
||||
{ "name": "LineWidth", "type": "float", "count": 1, "values": [ 1.0 ] },
|
||||
{ "name": "ScreenSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] },
|
||||
{ "name": "ScreenSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] },
|
||||
{ "name": "FogStart", "type": "float", "count": 1, "values": [ 0.0 ] },
|
||||
{ "name": "FogEnd", "type": "float", "count": 1, "values": [ 1.0 ] },
|
||||
{ "name": "FogColor", "type": "float", "count": 4, "values": [ 0.0, 0.0, 0.0, 0.0 ] },
|
||||
@@ -33,6 +33,9 @@
|
||||
"rei_client": [
|
||||
"moe.nea.firmament.compat.rei.FirmamentReiPlugin"
|
||||
],
|
||||
"rei_common": [
|
||||
"moe.nea.firmament.compat.rei.FirmamentReiCommonPlugin"
|
||||
],
|
||||
"modmenu": [
|
||||
"moe.nea.firmament.compat.modmenu.FirmamentModMenuPlugin"
|
||||
],
|
||||
|
||||
@@ -5,6 +5,7 @@ accessible class net/minecraft/client/font/TextRenderer$Drawer
|
||||
accessible field net/minecraft/client/gui/hud/InGameHud SCOREBOARD_ENTRY_COMPARATOR Ljava/util/Comparator;
|
||||
|
||||
accessible field net/minecraft/client/render/item/HeldItemRenderer itemRenderer Lnet/minecraft/client/render/item/ItemRenderer;
|
||||
accessible field net/minecraft/client/render/item/ItemModels missingModelSupplier Ljava/util/function/Supplier;
|
||||
|
||||
accessible class net/minecraft/client/render/model/json/ModelOverride$Deserializer
|
||||
accessible class net/minecraft/client/render/model/json/ModelOverrideList$BakedOverride
|
||||
@@ -14,7 +15,7 @@ accessible field net/minecraft/entity/passive/AbstractHorseEntity items Lnet/min
|
||||
accessible field net/minecraft/entity/passive/AbstractHorseEntity SADDLED_FLAG I
|
||||
accessible field net/minecraft/entity/passive/AbstractHorseEntity HORSE_FLAGS Lnet/minecraft/entity/data/TrackedData;
|
||||
accessible method net/minecraft/resource/NamespaceResourceManager loadMetadata (Lnet/minecraft/resource/InputSupplier;)Lnet/minecraft/resource/metadata/ResourceMetadata;
|
||||
accessible method net/minecraft/client/gui/DrawContext drawTexturedQuad (Lnet/minecraft/util/Identifier;IIIIIFFFFFFFF)V
|
||||
accessible method net/minecraft/client/gui/DrawContext drawTexturedQuad (Ljava/util/function/Function;Lnet/minecraft/util/Identifier;IIIIFFFFI)V
|
||||
|
||||
mutable field net/minecraft/screen/slot/Slot x I
|
||||
mutable field net/minecraft/screen/slot/Slot y I
|
||||
@@ -27,3 +28,4 @@ accessible method net/minecraft/registry/entry/RegistryEntry$Reference setRegist
|
||||
accessible method net/minecraft/entity/LivingEntity getHitbox ()Lnet/minecraft/util/math/Box;
|
||||
accessible method net/minecraft/registry/entry/RegistryEntryList$Named <init> (Lnet/minecraft/registry/entry/RegistryEntryOwner;Lnet/minecraft/registry/tag/TagKey;)V
|
||||
accessible method net/minecraft/registry/entry/RegistryEntry$Reference setValue (Ljava/lang/Object;)V
|
||||
accessible field net/minecraft/client/render/model/WrapperBakedModel wrapped Lnet/minecraft/client/render/model/BakedModel;
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
{
|
||||
"required": true,
|
||||
"plugin": "moe.nea.firmament.init.MixinPlugin",
|
||||
"package": "moe.nea.firmament.mixins",
|
||||
"compatibilityLevel": "JAVA_21",
|
||||
"refmap": "Firmament-refmap.json"
|
||||
"required": true,
|
||||
"plugin": "moe.nea.firmament.init.MixinPlugin",
|
||||
"package": "moe.nea.firmament.mixins",
|
||||
"compatibilityLevel": "JAVA_21",
|
||||
"refmap": "Firmament-refmap.json",
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user