Skip to content

Commit e79d6ea

Browse files
committed
Final Version 1.0.0 Commit
1 parent 5975eb2 commit e79d6ea

2 files changed

Lines changed: 10 additions & 5 deletions

File tree

src/main/resources/assets/selectiveentityremoval/lang/en_us.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"text.autoconfig.selectiveentityremoval.title": "Selective Entity Removal",
23
"text.autoconfig.selectiveentityremoval.option.general.area_affect_cloud": "area_affect_cloud",
34
"text.autoconfig.selectiveentityremoval.option.general.armor_stand": "armor_stand",
45
"text.autoconfig.selectiveentityremoval.option.general.arrow": "arrow",

src/main/resources/fabric.mod.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,15 @@
33
"id": "selectiveentityremoval",
44
"version": "0.0.1",
55
"name": "Selective Entity Removal",
6-
"description": "description",
6+
"description": "Selective Entity Removal allows the user to disable specific mobs from rendering and set the range at which they are visible.\n\nSelective Entity Removal is currently for Fabric 1.16.4+ and will be updated in the future.\n\nThis mod is not perfect so if you encounter any issues please report them on the github page.",
77
"authors": [
88
"x3rmination"
99
],
10+
"contact": {
11+
"homepage": "https://www.curseforge.com/minecraft/mc-mods/selective-entity-removal-fabric",
12+
"sources": "https://github.com/x3rmination/selectiveentityremoval",
13+
"issues": "https://github.com/x3rmination/selectiveentityremoval/issues/new"
14+
},
1015
"license": "CC0-1.0",
1116
"icon": "assets/selectiveentityremoval/icon.png",
1217
"environment": "client",
@@ -23,9 +28,8 @@
2328
],
2429
"depends": {
2530
"fabricloader": ">=0.7.4",
26-
"minecraft": "1.16.x"
27-
},
28-
"suggests": {
29-
"another-mod": "modmenu"
31+
"minecraft": "1.16.x",
32+
"modmenu": ">=1.16.9",
33+
"cloth-config2": ">=4.11.19"
3034
}
3135
}

0 commit comments

Comments
 (0)