We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12b2263 commit c2ac3a7Copy full SHA for c2ac3a7
Data/News.lua
@@ -15,9 +15,11 @@ function CraftSim.NEWS:GET_NEWS(itemMap)
15
local news = {
16
f.bb(" Hello and thank you for using CraftSim!\n"),
17
f.bb(" ( You are awesome! )"),
18
- newP("16.1.3"),
+ newP("16.1.4"),
19
f.P .. "A lot of internal code optimizations to",
20
f.a .. "prepare for TWW testing/updates",
21
+ f.p .. "Added a command to reset craftsim's database",
22
+ f.a .. "'/craftsim resetdb'",
23
newP("16.0.0"),
24
f.P .. "Introducing " .. f.bb("Sub Recipes Optimization"),
25
f.a .. "- " .. f.l("CraftSim") .. " is now able to optimize and cache",
0 commit comments