Biome generator

This commit is contained in:
paulevsGitch 2020-09-20 23:20:43 +03:00
parent ce76ed9c7a
commit 8f08c310aa
14 changed files with 3173 additions and 44 deletions

View file

@ -1,13 +1,13 @@
{
"required": true,
"minVersion": "0.8",
"package": "ru.betternd.mixin",
"compatibilityLevel": "JAVA_8",
"mixins": [
],
"client": [
],
"injectors": {
"defaultRequire": 1
}
"required": true,
"minVersion": "0.8",
"package": "ru.betterend.mixin",
"compatibilityLevel": "JAVA_8",
"mixins": [
"DimensionTypeMixin"
],
"client": [],
"injectors": {
"defaultRequire": 1
}
}

View file

@ -1,38 +1,35 @@
{
"schemaVersion": 1,
"id": "betterend",
"version": "${version}",
"schemaVersion": 1,
"id": "betterend",
"version": "${version}",
"name": "Better End",
"description": "More content for The End",
"authors": [
"paulevs",
"Bulldog83"
],
"contact": {
"homepage": "",
"sources": ""
},
"name": "Better End",
"description": "More content for The End",
"authors": [
"paulevs",
"Bulldog83"
],
"contact": {
"homepage": "",
"sources": ""
},
"license": "MIT",
"icon": "assets/modid/icon.png",
"license": "MIT",
"icon": "assets/modid/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"ru.betterend.BetterEnd"
]
},
"mixins": [
"betterend.mixins.json"
],
"environment": "*",
"entrypoints": {
"main": [
"ru.betterend.BetterEnd"
]
},
"mixins": [
"betterend.mixins.json"
],
"depends": {
"fabricloader": ">=0.7.4",
"fabric": "*",
"minecraft": "1.16.x"
},
"suggests": {
"flamingo": "*"
}
"depends": {
"fabricloader": ">=0.7.4",
"fabric": "*",
"minecraft": "1.16.x"
}
}