Skip to content

Commit

Permalink
refactor: Added required files and libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
MaXFeeD committed Jan 5, 2024
1 parent af3427d commit d401844
Show file tree
Hide file tree
Showing 7 changed files with 100 additions and 74 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"markdown.preferredMdPathExtensionStyle": "removeExtension",
"markdown.validate.enabled": true,
"mdx.experimentalLanguageServer": true,
"search.exclude": {
"**/node_modules": true,
"**/package-lock.json": true,
Expand Down
154 changes: 80 additions & 74 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,77 +198,83 @@

## Общий прогресс статей

- Intro (0%)
- Getting Started
- Methodology (0%)
- Supporting IDEs (0%)
- Going Forward (0%)
- Basics
- Mod Structure (95%)
- Mod Lifecycle (100%)
- Building Script (100%)
- Evaluate Context (100%)
- Integrating Libraries (100%)
- Events
- Where, What and Who (75%)
- Callbacks (75%)
- Updatables (100%)
- Threading (75%)
- Using Synced Data (0%)
- Items
- First Item (100%)
- Food Armor and Throwables (100%)
- Recipes (100%)
- Extra
- What is Extra (0%)
- Enchanting (0%)
- Tools (0%)
- Blocks
- First Block (95%)
- First Liquid (50%)
- Renders
- Vanilla Shapes (100%)
- Block Renderer (100%)
- Conditioning (0%)
- Customizing Item (0%)
- Block Entities (0%)
- Environment
- Modifying Region (90%)
- Game Objects (0%)
- Animation (0%)
- Particles (60%)
- Entities
- Actoring Entities (100%)
- First Entity (100%)
- Renders
- Rendering Basics (0%)
- Animating in Runtime (0%)
- Attaching Renders (0%)
- Path Navigation (0%)
- UIs
- Investigating Contents (95%)
- Window Types (15%)
- Drawings (100%)
- Elements (100%)
- Extending Components (95%)
- Storage
- Saving Basics (75%)
- Containers (0%)
- Tile Entities (10%)
- Processing Resources (0%)
- Dimensions
- Ore with Manual Generation (25%)
- First Dimension (0%)
- Creating Biomes (0%)
- Investigating Generators (0%)
- Structures: TODO
- Advanced
- Named Binary Tag (0%)
- Wrapping Packages (0%)
- Shaders and Materials (0%)
- Publishing
- Connecting Integrations (0%)
- Debugging (0%)
- Packing to Publish (0%)
- Uploading and Community (0%)
- Future Steps (0%)
- [ ] Intro (80%)
- [ ] Getting Started
- [ ] Methodology (100%)
- [ ] Installing Pack (100%)
- [ ] Supporting IDEs (60%)
- [ ] Going Forward (80%)
- [ ] Basics
- [ ] Mod Structure (95%)
- [ ] Mod Lifecycle (100%)
- [ ] Building Script (100%)
- [ ] Evaluate Context (100%)
- [ ] Integrating Libraries (100%)
- [ ] Events
- [ ] Callbacks (75%)
- [ ] Where, What and Who (75%)
- [ ] Updatables (100%)
- [ ] Threading (75%)
- [ ] Using Synced Data (0%)
- [ ] Items
- [ ] First Item (100%)
- [ ] Food Armor and Throwables (100%)
- [ ] Recipes (100%)
- [ ] Extra
- [ ] What is Extra (0%)
- [ ] Enchanting (0%)
- [ ] Tools (0%)
- [ ] Blocks
- [ ] First Block (95%)
- [ ] First Liquid (50%)
- [ ] Renders
- [ ] Vanilla Shapes (100%)
- [ ] Block Renderer (100%)
- [ ] Conditioning (0%)
- [ ] Customizing Item (0%)
- [ ] Block Entities (0%)
- [ ] Environment
- [ ] Modifying Region (90%)
- [ ] Game Objects (0%)
- [ ] Animation (0%)
- [ ] Particles (60%)
- [ ] Entities
- [ ] Actoring Entities (100%)
- [ ] First Entity (100%)
- [ ] Renders
- [ ] Rendering Basics (0%)
- [ ] Animating in Runtime (0%)
- [ ] Attaching Renders (0%)
- [ ] Path Navigation (0%)
- [ ] UIs
- [ ] Investigating Contents (95%)
- [ ] Window Types (15%)
- [ ] Drawings (100%)
- [ ] Elements (100%)
- [ ] Extending Components (95%)
- [ ] Storage
- [ ] Saving Basics (100%)
- [ ] Containers (0%)
- [ ] Tile Entities (10%)
- [ ] Processing Resources (0%)
- [ ] Dimensions
- [ ] Ore with Manual Generation (25%)
- [ ] First Dimension (0%)
- [ ] Creating Biomes (0%)
- [ ] Investigating Generators (0%)
- [ ] Structures
- [ ] First Structure (0%)
- [ ] Setting Up Features (0%)
- [ ] Blueprinting (0%)
- [ ] Pools and Jigsaws (0%)
- [ ] Advanced
- [ ] Named Binary Tag (0%)
- [ ] Wrapping Packages (0%)
- [ ] Shaders and Materials (0%)
- [ ] C++ Modding (0%)
- [ ] Publishing
- [ ] Connecting Integrations (0%)
- [ ] Debugging (0%)
- [ ] Packing to Publish (0%)
- [ ] Uploading and Community (0%)
- [ ] Future Steps (0%)
4 changes: 4 additions & 0 deletions i18n/ru/docusaurus-plugin-content-docs/current.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@
"message": "Структуры",
"description": "The label for category Structures in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Advanced": {
"message": "Техническое",
"description": "The label for category Advanced in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Publishing": {
"message": "Публикация",
"description": "The label for category Publishing in sidebar tutorialSidebar"
Expand Down
11 changes: 11 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"@docusaurus/theme-mermaid": "^2.4.1",
"clsx": "^1.2.1",
"docusaurus-plugin-remote-content": "^3.1.0",
"fflate": "^0.8.0",
"mermaid": "^9.4.3",
"react": "^17.0.2"
},
Expand Down
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ module.exports = {
collapsed: false,
items: [
'getting-started/methodology',
'getting-started/installing-pack',
'getting-started/supporting-ides',
'getting-started/going-forward'
]
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d401844

Please sign in to comment.