All Projects → ruhuasiyu → VanillaModTutorial

ruhuasiyu / VanillaModTutorial

Licence: other
Minecraft 原版模组入门教程

Programming Languages

HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to VanillaModTutorial

beet
The Minecraft pack development kit.
Stars: ✭ 51 (+75.86%)
Mutual labels:  resourcepack, datapack
artisan-aliases
Save keystrokes and run Artisan commands your way
Stars: ✭ 23 (-20.69%)
Mutual labels:  command
source-me
ℹ️ A small, minimal application built with Electron which provides necessary tools needed for web development.
Stars: ✭ 91 (+213.79%)
Mutual labels:  resourcepack
csv-cruncher
Treats CSV and JSON files as SQL tables, and exports SQL SELECTs back to CSV or JSON.
Stars: ✭ 32 (+10.34%)
Mutual labels:  command
Asciidots-Cheat-Sheet
My personal Asciidots Cheat Sheet in .jpg .odt .pdf .png and obviously in .txt
Stars: ✭ 17 (-41.38%)
Mutual labels:  command
command-flow
A flexible command framework and dispatcher which removes lots of boilerplate code used in commands. While it is used generally on Bukkit it is platform agnostic
Stars: ✭ 103 (+255.17%)
Mutual labels:  command
Mechanization
The Minecraft Technology Based Datapack
Stars: ✭ 105 (+262.07%)
Mutual labels:  datapack
RustPlus-Discord-Bot
This is an NodeJS Discord Bot that uses the rustplus.js to interact with Smart Devices in the PC game Rust.
Stars: ✭ 23 (-20.69%)
Mutual labels:  command
php-exec-command
Simple php command executor with param binding
Stars: ✭ 20 (-31.03%)
Mutual labels:  command
lookpath
The minimum and most straightforward way to check if command exists and where the executable is, without spawning child_process.
Stars: ✭ 49 (+68.97%)
Mutual labels:  command
tpack
Pack a Go workflow/function as a Unix-style pipeline command
Stars: ✭ 55 (+89.66%)
Mutual labels:  command
project template
Enjoy🌈 web项目启动模板 & 命令行cli启动模板 & 库启动模板
Stars: ✭ 19 (-34.48%)
Mutual labels:  command
gw
A Wrapper of a command to watch any changes in filesystem
Stars: ✭ 16 (-44.83%)
Mutual labels:  command
Server
The whir.io chat server.
Stars: ✭ 15 (-48.28%)
Mutual labels:  command
edit
A stand-alone implementation of the Acme text editor's command language.
Stars: ✭ 29 (+0%)
Mutual labels:  command
lwpkt
Lightweight packet protocol structure for multi-device communication focused on RS-485
Stars: ✭ 71 (+144.83%)
Mutual labels:  command
dynamic-cli
A Modern, user-friendly command-line HTTP client for the API testing, and if you're stuck - Search and browse StackOverflow without leaving the CLI
Stars: ✭ 151 (+420.69%)
Mutual labels:  command
fzf-marker
The terminal command tweak from @pindexis/marker
Stars: ✭ 22 (-24.14%)
Mutual labels:  command
awesome-git-commands
🍴 Indispensable git commands for everyday use
Stars: ✭ 53 (+82.76%)
Mutual labels:  command
Caliburn.Light
The magic-free Caliburn.Light, a powerful framework designed for building applications across current XAML platforms.
Stars: ✭ 64 (+120.69%)
Mutual labels:  command

原版模组入门教程

原版模组指在不修改 Minecraft 游戏本体的前提下,通过命令方块、一键命令、数据包、资源包等方式对游戏的可玩性做出修改。之所以称之为原版模组,乃是为了和使用 Mod Loader/API 环境基于 Java 开发的 Mod 作区分,这些 Mod Loader/API 包括 Forge,Liteloader,Fabric 等。自 Minecraft Java 版 1.13 起的数据包概念问世之后,原版模组的制作已变得十分便捷。本文内的原版模组便是指利用数据包和可能的配套资源包对游戏的可玩性做出修改。

本文内容适用于 Minecraft Java 版 1.18 版本,但大部分内容也适合 1.13-1.17 版本,请读者自行区分。系统环境为 Windows 10,其它环境下有较小的差异。本文参考和吸取了大量其他玩家的意见、建议、教程等,无法一一列出,在此一并表示感谢。

本文更侧重教程而非开发手册,因此很多内容的完整格式并没有列出,此时请读者自行查阅相关的 wiki 链接。由于国内访问 Minecraft Wiki 速度较慢,因此本文中 wiki 页面链接均使用 biligame 的镜像。由于 Minecraft 英文 Wiki 内容往往更准确,因此有英文阅读能力和访问能力的可直接查看英文 wiki 的相关内容。

地址: Github Gitee

ruhuasiyu

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].