修复任务图标 挖砍等级 新增mod

This commit is contained in:
2024-12-14 04:08:51 +08:00
parent 2bc76518e0
commit 09d40876c2
17 changed files with 114 additions and 60 deletions

View File

@@ -4,7 +4,7 @@
order_index: 1
rewards: [{
command: "/mine_and_slash give exp @s 100"
icon: "create:experience_nugget"
icon: "minecraft:experience_bottle"
title: "100点MMO经验"
type: "command"
}]

View File

@@ -4,7 +4,7 @@
order_index: 5
rewards: [{
command: "/mine_and_slash give exp @s 10000"
icon: "create:experience_nugget"
icon: "minecraft:experience_bottle"
title: "10000点MMO经验"
type: "command"
}]

View File

@@ -4,7 +4,7 @@
order_index: 2
rewards: [{
command: "/mine_and_slash give exp @s 300"
icon: "create:experience_nugget"
icon: "minecraft:experience_bottle"
title: "300点MMO经验"
type: "command"
}]

View File

@@ -4,7 +4,7 @@
order_index: 4
rewards: [{
command: "/mine_and_slash give exp @s 500"
icon: "create:experience_nugget"
icon: "minecraft:experience_bottle"
title: "500点MMO经验"
type: "command"
}]