最初的提交

This commit is contained in:
2025-10-31 13:53:49 +08:00
commit 49d30eb728
380 changed files with 25153 additions and 0 deletions

49
META-INF/mods.toml Normal file
View File

@@ -0,0 +1,49 @@
modLoader="javafml" #mandatory
# Use NeoForge's FML loader range for 1.21.1
loaderVersion="[1,)" #mandatory
license="MIT"
issueTrackerURL="" #optional
[[mods]] #mandatory
modId="webdisplays" #mandatory
# Align mod version with 1.21.1 build
version="2.0.1-1.21.1" #mandatory
displayName="WebDisplays" #mandatory
displayURL="https://github.com/CinemaMod/webdisplays" #optional
logoFile= "" #optional
credits="" #optional
authors="GiantLuigi4, ds58, Mysticpasta1, montoyo, WaterPicker" #optional
description='''
'''
[[dependencies.webdisplays]] #optional
modId="neoforge" #mandatory
mandatory=true #mandatory
versionRange="[21.1.0,)" #mandatory
ordering="NONE"
side="BOTH"
[[dependencies.webdisplays]]
modId="minecraft"
mandatory=true
versionRange="[1.21.1]"
ordering="NONE"
side="BOTH"
[[dependencies.webdisplays]]
modId="mcef"
mandatory=true
versionRange="[2.1.6-1.21.1, )"
ordering="NONE"
side="BOTH"

View File

@@ -0,0 +1,49 @@
modLoader="javafml" #mandatory
# Use NeoForge's FML loader range for 1.21.1
loaderVersion="[1,)" #mandatory
license="MIT"
issueTrackerURL="" #optional
[[mods]] #mandatory
modId="webdisplays" #mandatory
# Align mod version with 1.21.1 build
version="2.0.1-1.21.1" #mandatory
displayName="WebDisplays" #mandatory
displayURL="https://github.com/CinemaMod/webdisplays" #optional
logoFile= "" #optional
credits="" #optional
authors="GiantLuigi4, ds58, Mysticpasta1, montoyo, WaterPicker" #optional
description='''
'''
[[dependencies.webdisplays]] #optional
modId="neoforge" #mandatory
mandatory=true #mandatory
versionRange="[21.1.0,)" #mandatory
ordering="NONE"
side="BOTH"
[[dependencies.webdisplays]]
modId="minecraft"
mandatory=true
versionRange="[1.21.1]"
ordering="NONE"
side="BOTH"
[[dependencies.webdisplays]]
modId="mcef"
mandatory=true
versionRange="[2.1.6-1.21.1, )"
ordering="NONE"
side="BOTH"