Links
Tags
Creators
Details
1.8.5
Compatibility
Changes
PyCraft IDE 1.8.5
Major Update — Education & IDE Improvements
New Features
-
Expanded Python API interaction capabilities with Minecraft
-
Added Guide Builder — create in-game tutorials and textbooks
-
Support for:
- Demo code blocks
- Images in guides
- Text styling
- Live preview of guides for students
Guide Management
-
View all created guides
-
Give guides to:
- All players
- Specific players
-
Players can:
- Accept or decline guides
- Share guides with other players
Student Backpack
- Each player now has a Guide Backpack
- Stores all previously received guides
- Players can share guides with others who don't have them
Assignment System (For Teachers)
-
Server owners can create assignments
-
Input validation and expected output checking
-
Students receive assignments automatically
-
When completed:
- Teacher receives student's code
- Teacher receives execution result
IDE Improvements
- Improved UX and interface
- Fixed terminal functionality
- Added search in editor (Ctrl + F)
- Improved code autocomplete
- Snippets no longer overflow outside the screen
Крупное обновление — Обучение и улучшения IDE
Новые возможности
-
Расширены возможности взаимодействия с Minecraft через Python API
-
Добавлен Guide Builder — создание внутриигровых учебников
-
Возможности:
- Демонстрационный код
- Вставка изображений
- Стилизация текста
- Предпросмотр учебника
Управление учебниками
-
Просмотр всех созданных учебников
-
Выдача учебников:
- Всем игрокам
- Определённым игрокам
-
Игроки могут:
- Принять или отклонить учебник
- Делиться учебниками
Рюкзак ученика
- У каждого игрока появился рюкзак учебников
- Сохраняет все ранее полученные учебники
- Возможность делиться учебниками
Система заданий
-
Учитель может создавать задания
-
Проверка input и output
-
Ученики получают задания автоматически
-
После выполнения:
- Учитель получает код ученика
- Учитель получает результат выполнения
Улучшения IDE
- Улучшен UX интерфейса
- Исправлена работа терминала
- Добавлен поиск (Ctrl + F)
- Улучшено автодополнение
- Исправлены сниппеты (не выходят за экран)



Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:QwgeWuAG:nQUuSA7v"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QwgeWuAG:nQUuSA7v"
}

