mirror of
https://github.com/Ellpeck/PrettyPipes.git
synced 2024-11-22 19:58:35 +01:00
Add Fabric compat
This commit is contained in:
parent
405e2b93c7
commit
92cfb450f0
1 changed files with 7 additions and 0 deletions
7
src/main/resources/fabric.mod.json
Normal file
7
src/main/resources/fabric.mod.json
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"schemaVersion": 1,
|
||||||
|
"id": "prettypipes",
|
||||||
|
"version": "0.0.0",
|
||||||
|
"contributors": [ "SoniEx2" ],
|
||||||
|
"depends": { "forge": "*" }
|
||||||
|
}
|
Loading…
Reference in a new issue