You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert

2
-

3
-

4
-
[](https://modrinth.com/mod/jamlib)
5
-
[](https://www.curseforge.com/minecraft/mc-mods/jamlib)
6
-
[](https://github.com/JamCoreModding/jamlib)
7
-
8
1
JamLib is a set of cross-platform APIs developed with Architectury that we use for all of our mods.
9
2
10
3
You are also free to use JamLib in your projects, hence we have created this documentation on it.
@@ -58,7 +51,7 @@ You are also free to use JamLib in your projects, hence we have created this doc
58
51
}
59
52
```
60
53
61
-
``` groovy title="forge/build.gradle"
54
+
``` groovy title="neoforge/build.gradle"
62
55
dependencies {
63
56
// rest of dependencies block...
64
57
@@ -68,14 +61,6 @@ You are also free to use JamLib in your projects, hence we have created this doc
Copy file name to clipboardExpand all lines: docs/totally-balanced-bone-drops/configuration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ If you are a player, you can configure TBBD via the configuration file. The conf
18
18
19
19
## For Developers, or Advanced Players
20
20
21
-
TBBD operates on a blacklist system. If a `LivingEntity` is not in the blacklist, it will drop a bone. The blacklist is in the form of an entity tag, located at `data/tb-bone-drops/tags/entity_types/blacklist.json`. You can use this to blacklist entities from dropping bones.
21
+
TBBD operates on a blacklist system. If a `LivingEntity` is not in the blacklist, it will drop a bone. The blacklist is in the form of an entity tag, located at `data/tb-bone-drops/tags/entity_type/blacklist.json`. You can use this to blacklist entities from dropping bones.
0 commit comments