mirror of
https://github.com/lukasabbe/bookshelf-inspector.git
synced 2026-04-30 10:40:53 +00:00
1.21.4 version
This commit is contained in:
+4
-4
@@ -2,16 +2,16 @@
|
|||||||
org.gradle.jvmargs=-Xmx1G
|
org.gradle.jvmargs=-Xmx1G
|
||||||
# Fabric Properties
|
# Fabric Properties
|
||||||
# check these on https://modmuss50.me/fabric.html
|
# check these on https://modmuss50.me/fabric.html
|
||||||
minecraft_version=1.21.3
|
minecraft_version=24w46a
|
||||||
yarn_mappings=1.21.3+build.2
|
yarn_mappings=24w46a+build.4
|
||||||
loader_version=0.16.9
|
loader_version=0.16.9
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version=1.8+1.21.3
|
mod_version=1.8+1.21.4-SNAPSHOT.2
|
||||||
maven_group=me.lukasabbe
|
maven_group=me.lukasabbe
|
||||||
archives_base_name=Bookshelfinspector
|
archives_base_name=Bookshelfinspector
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
fabric_version=0.107.3+1.21.3
|
fabric_version=0.108.1+1.21.4
|
||||||
cloth_config=16.0.141
|
cloth_config=16.0.141
|
||||||
modmenu=12.0.0-beta.1
|
modmenu=12.0.0-beta.1
|
||||||
YAML_snake=2.2
|
YAML_snake=2.2
|
||||||
@@ -10,7 +10,7 @@ public record ModCheckPayload(boolean modActivated) implements CustomPayload {
|
|||||||
public static final CustomPayload.Id<ModCheckPayload> ID = new CustomPayload.Id<>(BookShelfInspectorNetworkConstants.MOD_CHECK_PACKET_ID);
|
public static final CustomPayload.Id<ModCheckPayload> ID = new CustomPayload.Id<>(BookShelfInspectorNetworkConstants.MOD_CHECK_PACKET_ID);
|
||||||
|
|
||||||
public static final PacketCodec<RegistryByteBuf, ModCheckPayload> CODEC = PacketCodec.tuple(
|
public static final PacketCodec<RegistryByteBuf, ModCheckPayload> CODEC = PacketCodec.tuple(
|
||||||
PacketCodecs.BOOL, ModCheckPayload::modActivated,
|
PacketCodecs.BOOLEAN, ModCheckPayload::modActivated,
|
||||||
ModCheckPayload::new
|
ModCheckPayload::new
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=${loader_version}",
|
"fabricloader": ">=${loader_version}",
|
||||||
"minecraft": ">=1.21.3",
|
"minecraft": ">=1.21.4-alpha.24.46.a",
|
||||||
"fabric-api-base": "*",
|
"fabric-api-base": "*",
|
||||||
"fabric-networking-api-v1": "*",
|
"fabric-networking-api-v1": "*",
|
||||||
"fabric-lifecycle-events-v1": "*",
|
"fabric-lifecycle-events-v1": "*",
|
||||||
|
|||||||
Reference in New Issue
Block a user