-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfabric.mod.json
58 lines (58 loc) · 2.47 KB
/
fabric.mod.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"schemaVersion": 1,
"environment": "*",
"depends": {
"minecraft": ">=1.17"
},
"entrypoints": {
"main": [
"net.tschipcraft.dynamiclights.fabric.Init"
]
},
"id": "dynamiclights",
"version": "${version}+mod",
"name": "Dynamic Lights",
"description": "Supported entities and items will emit light by using the light block added in 21w13a.\n§lSupported Items:§r Torches, Lanterns, Campfires, Glowstone, Glowstone Dust, Magma Blocks, Blaze Rods, Blaze Powder, Spectral Arrows, Lava Buckets, Sea Lanterns, Prismarine Crystals, Sea Pickles, Froglights, Glow Ink Sacs, Glow Berries, Glow Item Frames, Glow Lichen, Sculk Catalysts, Vaults, Jack o'Lanterns, Shroomlights, End Rods, End Crystals, Fire Charge, Amethyst Shards, Crying Obsidian, Nether Stars, Totems, Ender Chests, Enchanting Tables and Beacons\nAdditionally, all enchanted items will emit light level 6 while Fire Aspect, Riptide or Channeling enchanted items emit light level 9.\n§lSupported Entities:§r Allays, Glow Squids, Glow Item Frames, Blazes, TNT, End Crystals, Fireballs, Spectral Arrows, Shulker Bullets, Magma Cubes, Firework Rockets and Flying Wither Skulls\nThis mod is completely server-side!\nExecute the command §o/function §odynamiclights:settings§r for a world-specific settings menu and/or install MidnightLib for global settings accross all worlds.",
"license": "Custom",
"icon": "pack.png",
"authors": [
"Tschipcraft"
],
"contact": {
"homepage": "https://tschipcraft.ddns.net/dynamiclights.html",
"sources": "https://github.com/Tschipcraft/dynamiclights",
"issues": "https://github.com/Tschipcraft/dynamiclights/issues"
},
"recommends": {
"modmenu": "*",
"modmenu-badges-lib": "*",
"midnightlib": "*"
},
"custom": {
"modmenu": {
"links": {
"modmenu.donate": "https://ko-fi.com/tschipcraft",
"modmenu.modrinth": "https://modrinth.com/mod/dynamic-lights",
"modmenu.curseforge": "https://www.curseforge.com/minecraft/texture-packs/tschipcrafts-dynamic-lights",
"modmenu.youtube": "https://www.youtube.com/@tschipcraft",
"modmenu.wiki": "https://github.com/Tschipcraft/dynamiclights/wiki"
}
},
"catalogue": {
"icon": {
"item": "minecraft:torch"
},
"banner": "pack.png"
},
"mcb": [
{
"name": "Data Pack",
"fillColor": -2007367551,
"outlineColor": -2001590283
}
],
"duckyupdater": {
"modrinthId": "7YjclEGc"
}
}
}