feat: init

This commit is contained in:
2026-06-20 09:51:28 +08:00
Unverified
parent 0b81bc1361
commit 29c2beff2c
24 changed files with 384 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# The License of Addon
Copyright (c) 2025 **Wild Era Developer Team**.
All Rights Reserved.
Unauthorized copying, modification, distribution, or use of this software, in whole or in part, is **strictly prohibited**.
View File
+22
View File
@@ -0,0 +1,22 @@
{
"format_version": 2,
"header": {
"name": "蛮荒纪元demo",
"description": "此为蛮荒纪元的预览版",
"uuid": "b366db34-a899-4253-9dcb-fe63db5ce385",
"pack_scope": "world",
"version": [1, 0, 1],
"min_engine_version": [1, 21, 90]
},
"modules": [
{
"type": "resources",
"uuid": "1091e8ef-e1a4-443c-9e22-550917f3487c",
"version": [1, 0, 1]
}
],
"dependencies": [
{ "uuid": "6498d2f6-4ff2-4db3-847a-3f2931ed53a1", "version": [1, 0, 1] }
],
"metadata": { "product_type": "addon" }
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

View File
View File
+3
View File
@@ -0,0 +1,3 @@
##食物
item.we:dried_fish.name=风干鱼
+9
View File
@@ -0,0 +1,9 @@
{
"resource_pack_name": "Vanilla",
"texture_name": "atlas.items",
"texture_data": {
"we:dried_fish": {
"textures": "textures/items/foods/dried_fish"
}
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 400 B