Version 0.1.1
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 60 KiB |
@@ -2,8 +2,8 @@
|
||||
"schemaVersion": 1,
|
||||
"id": "voxy",
|
||||
"version": "${version}",
|
||||
"name": "voxy",
|
||||
"description": "",
|
||||
"name": "Voxy",
|
||||
"description": "Far distance rendering mod utilising LoDs",
|
||||
"authors": [
|
||||
"Cortex"
|
||||
],
|
||||
@@ -24,7 +24,10 @@
|
||||
"voxy.mixins.json"
|
||||
],
|
||||
"depends": {
|
||||
"fabricloader": ">=0.14.22"
|
||||
"minecraft": "1.20.4",
|
||||
"fabricloader": ">=0.14.22",
|
||||
"fabric-api": ">=0.91.1",
|
||||
"sodium": "*"
|
||||
},
|
||||
"accessWidener": "voxy.accesswidener"
|
||||
}
|
||||
|
||||
@@ -9,13 +9,13 @@
|
||||
"minecraft.MixinDebugHud",
|
||||
"minecraft.MixinMinecraftClient",
|
||||
"minecraft.MixinWorldRenderer",
|
||||
"sodium.MixinOcclusionCuller",
|
||||
"sodium.MixinSodiumWorldRender"
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
},
|
||||
"mixins": [
|
||||
"nvidium.MixinRenderPipeline",
|
||||
"sodium.MixinDefaultChunkRenderer",
|
||||
"sodium.MixinRenderSectionManager"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user