Добавлена сборка и конфинг дистрибутива к ней

This commit is contained in:
SPAWNRYS 2025-02-07 19:46:19 +03:00
parent 280c248882
commit a42722f814
103 changed files with 1026 additions and 0 deletions

1001
distribution.json Normal file

File diff suppressed because it is too large Load Diff

6
meta/distrometa.json Normal file
View File

@ -0,0 +1,6 @@
{
"$schema": "file:///home/spawnrys/Nebula/root/schemas/DistroMetaSchema.schema.json",
"meta": {
"rss": "#"
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1 @@
{"id":"fabric-loader-0.16.10-1.20.1","inheritsFrom":"1.20.1","releaseTime":"2025-02-06T17:03:49+0000","time":"2025-02-06T17:03:49+0000","type":"release","mainClass":"net.fabricmc.loader.impl.launch.knot.KnotClient","arguments":{"game":[],"jvm":["-DFabricMcEmu= net.minecraft.client.main.Main "]},"libraries":[{"name":"org.ow2.asm:asm:9.7.1","url":"https://maven.fabricmc.net/","md5":"e2cdd32d198ad31427d298eee9d39d8d","sha1":"f0ed132a49244b042cd0e15702ab9f2ce3cc8436","sha256":"8cadd43ac5eb6d09de05faecca38b917a040bb9139c7edeb4cc81c740b713281","sha512":"4767b01603dad5c79cc1e2b5f3722f72b1059d928f184f446ba11badeb1b381b3a3a9a801cc43d25d396df950b09d19597c73173c411b1da890de808b94f1f50","size":126093},{"name":"org.ow2.asm:asm-analysis:9.7.1","url":"https://maven.fabricmc.net/","md5":"4cd9e7178dfb85371bba3077e40cd514","sha1":"f97a3b319f0ed6a8cd944dc79060d3912a28985f","sha256":"85b29371884ba31bb76edf22323c2c24e172c3267a67152eba3d1ccc2e041ef2","sha512":"a8bd265c81d9bb4371cafd3f5d18f96ad79aec65031457d518c54599144d199d9feddf13b8dc822b2598b8b504a88edbd81d1f2c52991a70a6b343d8f5bb6fe5","size":35126},{"name":"org.ow2.asm:asm-commons:9.7.1","url":"https://maven.fabricmc.net/","md5":"8344aea3c8b7d707e9d35a62710e77c9","sha1":"406c6a2225cfe1819f102a161e54cc16a5c24f75","sha256":"9a579b54d292ad9be171d4313fd4739c635592c2b5ac3a459bbd1049cddec6a0","sha512":"81daf5765e387e6aeec5d45c4b9e4e1b471fb4f350931e5a214845c7c657a2142768f6902765e49c0ce2c595962e5d008883cba2e4a40c4bdce8f2e92518d2db","size":73459},{"name":"org.ow2.asm:asm-tree:9.7.1","url":"https://maven.fabricmc.net/","md5":"e85029f613b6469989cc7cf53fe06b74","sha1":"3a53139787663b139de76b627fca0084ab60d32c","sha256":"9929881f59eb6b840e86d54570c77b59ce721d104e6dfd7a40978991c2d3b41f","sha512":"e55008c392fdd35e95d3404766b12dd4b46e13d5c362fcd0ab42a65751a82737eaf0ebc857691d1916190d34407adfde4437615d69c278785416fd911e00978d","size":51939},{"name":"org.ow2.asm:asm-util:9.7.1","url":"https://maven.fabricmc.net/","md5":"36d373a9cd6cad9b35db9f984c6b4bbb","sha1":"9e23359b598ec6b74b23e53110dd5c577adf2243","sha256":"f885be71b5c90556f5f1ad1c4f9276b29b96057c497d46666fe4ddbec3cb43c6","sha512":"522d793d15a2c5ea6504a50222cf0750f1eab7b881cf289675042539b1aba8b3868197b1bebe729de728dd10020eb028ae16252dcd5d84fdcbf7f925832bc269","size":94519},{"name":"net.fabricmc:sponge-mixin:0.15.4+mixin.0.8.7","url":"https://maven.fabricmc.net/","md5":"991ca8be2c408fe19eb64014d8a18243","sha1":"6a12aacc794f1078458433116e9ed42c1cc98096","sha256":"4631f67da980ae2ac9e6e285a7df4680645e2f37a6a14acc775f97982162c2a2","sha512":"d4f6caaee7cb841cc9bc36ae5eb725bdb3dd28a5af8f63f75747a17156d708263b37f5a87eca863b2c3d91732c0b128318e9de455d1cd964e1ae8ba0a318fbf1","size":1494834},{"name":"net.fabricmc:intermediary:1.20.1","url":"https://maven.fabricmc.net/"},{"name":"net.fabricmc:fabric-loader:0.16.10","url":"https://maven.fabricmc.net/"}]}

View File

@ -0,0 +1 @@
{"$schema":"http://json-schema.org/draft-07/schema#","$ref":"#/definitions/DistroMetaSchema","definitions":{"DistroMetaSchema":{"type":"object","additionalProperties":false,"properties":{"$schema":{"type":"string","description":"URL to the JSON schema for this type of file. This is used by editors to validate and annotate the data."},"meta":{"type":"object","properties":{"rss":{"type":"string","description":"A URL to a RSS feed. Used for loading news."},"discord":{"type":"object","properties":{"clientId":{"type":"string","description":"Client ID for the Application registered with Discord."},"smallImageText":{"type":"string","description":"Tootltip for the smallImageKey."},"smallImageKey":{"type":"string","description":"Name of the uploaded image for the small profile artwork."}},"required":["clientId","smallImageText","smallImageKey"],"additionalProperties":false,"description":"Global settings for Discord Rich Presence."}},"required":["rss"],"additionalProperties":false,"description":"Distribution metadata to be forwarded to the distribution file."}},"required":["meta"]}}}

File diff suppressed because one or more lines are too long

Some files were not shown because too many files have changed in this diff Show More