mirror of
https://github.com/TeamMidnightDust/CullLeaves.git
synced 2025-12-16 14:15:10 +01:00
Rename to Cull Leaves
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package eu.midnightdust.fastleaves.mixin;
|
||||
package eu.midnightdust.cullleaves.mixin;
|
||||
|
||||
import net.fabricmc.api.EnvType;
|
||||
import net.fabricmc.api.Environment;
|
||||
BIN
src/main/resources/assets/cullleaves/icon.png
Normal file
BIN
src/main/resources/assets/cullleaves/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 18 KiB |
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"required": true,
|
||||
"package": "eu.midnightdust.fastleaves.mixin",
|
||||
"package": "eu.midnightdust.cullleaves.mixin",
|
||||
"compatibilityLevel": "JAVA_8",
|
||||
"client": [
|
||||
"MixinLeavesBlock"
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "fastleaves",
|
||||
"id": "cullleaves",
|
||||
"version": "${version}",
|
||||
|
||||
"name": "Fast Leaves",
|
||||
"name": "Cull Leaves",
|
||||
"description": "Adds culling to leaf blocks, providing a huge performance boost over vanilla.",
|
||||
"authors": [
|
||||
"Motschen",
|
||||
@@ -11,16 +11,16 @@
|
||||
],
|
||||
"contact": {
|
||||
"homepage": "https://www.midnightdust.eu/",
|
||||
"sources": "https://github.com/TeamMidnightDust/FastLeaves",
|
||||
"issues": "https://github.com/TeamMidnightDust/FastLeaves/issues"
|
||||
"sources": "https://github.com/TeamMidnightDust/CullLeaves",
|
||||
"issues": "https://github.com/TeamMidnightDust/CullLeaves/issues"
|
||||
},
|
||||
|
||||
"license": "MIT",
|
||||
"icon": "assets/fastleaves/icon.png",
|
||||
"icon": "assets/cullleaves/icon.png",
|
||||
|
||||
"environment": "client",
|
||||
|
||||
"mixins": [
|
||||
"fastleaves.mixins.json"
|
||||
"cullleaves.mixins.json"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user