@sinytra/wiki-previewer 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (427) hide show
  1. package/.next/BUILD_ID +1 -0
  2. package/.next/app-build-manifest.json +220 -0
  3. package/.next/app-path-routes-manifest.json +13 -0
  4. package/.next/build-manifest.json +33 -0
  5. package/.next/package.json +1 -0
  6. package/.next/prerender-manifest.json +124 -0
  7. package/.next/react-loadable-manifest.json +1 -0
  8. package/.next/required-server-files.json +354 -0
  9. package/.next/routes-manifest.json +156 -0
  10. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/content/[id]/page.js +46 -0
  11. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/content/[id]/page.js.nft.json +1 -0
  12. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/content/[id]/page_client-reference-manifest.js +1 -0
  13. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/content/page.js +2 -0
  14. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/content/page.js.nft.json +1 -0
  15. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/content/page_client-reference-manifest.js +1 -0
  16. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/docs/[...path]/page.js +8 -0
  17. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/docs/[...path]/page.js.nft.json +1 -0
  18. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/docs/[...path]/page_client-reference-manifest.js +1 -0
  19. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/docs/page.js +2 -0
  20. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/docs/page.js.nft.json +1 -0
  21. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/docs/page_client-reference-manifest.js +1 -0
  22. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/page.js +22 -0
  23. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/page.js.nft.json +1 -0
  24. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/page_client-reference-manifest.js +1 -0
  25. package/.next/server/app/[locale]/page.js +2 -0
  26. package/.next/server/app/[locale]/page.js.nft.json +1 -0
  27. package/.next/server/app/[locale]/page_client-reference-manifest.js +1 -0
  28. package/.next/server/app/_not-found/page.js +2 -0
  29. package/.next/server/app/_not-found/page.js.nft.json +1 -0
  30. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -0
  31. package/.next/server/app/_not-found.html +122 -0
  32. package/.next/server/app/_not-found.meta +8 -0
  33. package/.next/server/app/_not-found.rsc +30 -0
  34. package/.next/server/app/favicon.ico/route.js +1 -0
  35. package/.next/server/app/favicon.ico/route.js.nft.json +1 -0
  36. package/.next/server/app/favicon.ico.body +0 -0
  37. package/.next/server/app/favicon.ico.meta +1 -0
  38. package/.next/server/app/opengraph-image/route.js +71 -0
  39. package/.next/server/app/opengraph-image/route.js.map +1 -0
  40. package/.next/server/app/opengraph-image/route_client-reference-manifest.js +1 -0
  41. package/.next/server/app/robots.txt/route.js +16 -0
  42. package/.next/server/app/robots.txt/route.js.nft.json +1 -0
  43. package/.next/server/app/robots.txt/route_client-reference-manifest.js +1 -0
  44. package/.next/server/app/robots.txt.body +41 -0
  45. package/.next/server/app/robots.txt.meta +1 -0
  46. package/.next/server/app/sitemap.xml/route.js +16 -0
  47. package/.next/server/app/sitemap.xml/route.js.nft.json +1 -0
  48. package/.next/server/app/sitemap.xml/route_client-reference-manifest.js +1 -0
  49. package/.next/server/app/sitemap.xml.body +3 -0
  50. package/.next/server/app/sitemap.xml.meta +1 -0
  51. package/.next/server/app-paths-manifest.json +13 -0
  52. package/.next/server/chunks/1047.js +1 -0
  53. package/.next/server/chunks/1060.js +1 -0
  54. package/.next/server/chunks/1092.js +1 -0
  55. package/.next/server/chunks/1158.js +1 -0
  56. package/.next/server/chunks/1162.js +1 -0
  57. package/.next/server/chunks/1176.js +1 -0
  58. package/.next/server/chunks/125.js +1 -0
  59. package/.next/server/chunks/1258.js +1 -0
  60. package/.next/server/chunks/1285.js +1 -0
  61. package/.next/server/chunks/1322.js +1 -0
  62. package/.next/server/chunks/1384.js +1 -0
  63. package/.next/server/chunks/140.js +1 -0
  64. package/.next/server/chunks/1450.js +1 -0
  65. package/.next/server/chunks/1453.js +1 -0
  66. package/.next/server/chunks/1470.js +1 -0
  67. package/.next/server/chunks/1490.js +1 -0
  68. package/.next/server/chunks/1531.js +1 -0
  69. package/.next/server/chunks/1532.js +1 -0
  70. package/.next/server/chunks/1553.js +1 -0
  71. package/.next/server/chunks/1602.js +1 -0
  72. package/.next/server/chunks/1631.js +1 -0
  73. package/.next/server/chunks/1647.js +39 -0
  74. package/.next/server/chunks/1731.js +1 -0
  75. package/.next/server/chunks/1740.js +1 -0
  76. package/.next/server/chunks/1752.js +1 -0
  77. package/.next/server/chunks/1758.js +1 -0
  78. package/.next/server/chunks/18.js +1 -0
  79. package/.next/server/chunks/190.js +1 -0
  80. package/.next/server/chunks/1918.js +1 -0
  81. package/.next/server/chunks/1932.js +1 -0
  82. package/.next/server/chunks/1939.js +1 -0
  83. package/.next/server/chunks/1952.js +1 -0
  84. package/.next/server/chunks/2043.js +1 -0
  85. package/.next/server/chunks/2159.js +1 -0
  86. package/.next/server/chunks/2174.js +1 -0
  87. package/.next/server/chunks/218.js +1 -0
  88. package/.next/server/chunks/2228.js +1 -0
  89. package/.next/server/chunks/2308.js +1 -0
  90. package/.next/server/chunks/2323.js +1 -0
  91. package/.next/server/chunks/2325.js +1 -0
  92. package/.next/server/chunks/2351.js +1 -0
  93. package/.next/server/chunks/239.js +1 -0
  94. package/.next/server/chunks/2392.js +1 -0
  95. package/.next/server/chunks/2393.js +1 -0
  96. package/.next/server/chunks/2446.js +1 -0
  97. package/.next/server/chunks/2473.js +1 -0
  98. package/.next/server/chunks/2499.js +1 -0
  99. package/.next/server/chunks/2505.js +1 -0
  100. package/.next/server/chunks/251.js +1 -0
  101. package/.next/server/chunks/2545.js +1 -0
  102. package/.next/server/chunks/255.js +1 -0
  103. package/.next/server/chunks/2578.js +1 -0
  104. package/.next/server/chunks/2603.js +1 -0
  105. package/.next/server/chunks/2632.js +1 -0
  106. package/.next/server/chunks/2688.js +1 -0
  107. package/.next/server/chunks/2701.js +1 -0
  108. package/.next/server/chunks/2702.js +1 -0
  109. package/.next/server/chunks/2711.js +1 -0
  110. package/.next/server/chunks/2766.js +1 -0
  111. package/.next/server/chunks/2834.js +1 -0
  112. package/.next/server/chunks/2872.js +1 -0
  113. package/.next/server/chunks/2878.js +1 -0
  114. package/.next/server/chunks/2924.js +1 -0
  115. package/.next/server/chunks/2972.js +1 -0
  116. package/.next/server/chunks/3079.js +1 -0
  117. package/.next/server/chunks/3086.js +1 -0
  118. package/.next/server/chunks/3124.js +1 -0
  119. package/.next/server/chunks/3127.js +1 -0
  120. package/.next/server/chunks/3151.js +1 -0
  121. package/.next/server/chunks/3185.js +1 -0
  122. package/.next/server/chunks/321.js +1 -0
  123. package/.next/server/chunks/3214.js +1 -0
  124. package/.next/server/chunks/3236.js +48 -0
  125. package/.next/server/chunks/3353.js +1 -0
  126. package/.next/server/chunks/3358.js +1 -0
  127. package/.next/server/chunks/3372.js +1 -0
  128. package/.next/server/chunks/3383.js +1 -0
  129. package/.next/server/chunks/3436.js +1 -0
  130. package/.next/server/chunks/3453.js +1 -0
  131. package/.next/server/chunks/3470.js +1 -0
  132. package/.next/server/chunks/3527.js +1 -0
  133. package/.next/server/chunks/3569.js +1 -0
  134. package/.next/server/chunks/3721.js +1 -0
  135. package/.next/server/chunks/3765.js +1 -0
  136. package/.next/server/chunks/3791.js +1 -0
  137. package/.next/server/chunks/3801.js +1 -0
  138. package/.next/server/chunks/3928.js +1 -0
  139. package/.next/server/chunks/3932.js +1 -0
  140. package/.next/server/chunks/3938.js +1 -0
  141. package/.next/server/chunks/3953.js +1 -0
  142. package/.next/server/chunks/3966.js +1 -0
  143. package/.next/server/chunks/4014.js +1 -0
  144. package/.next/server/chunks/4073.js +1 -0
  145. package/.next/server/chunks/4104.js +1 -0
  146. package/.next/server/chunks/4136.js +1 -0
  147. package/.next/server/chunks/4153.js +1 -0
  148. package/.next/server/chunks/4178.js +1 -0
  149. package/.next/server/chunks/4205.js +1 -0
  150. package/.next/server/chunks/423.js +1 -0
  151. package/.next/server/chunks/4367.js +1 -0
  152. package/.next/server/chunks/4380.js +1 -0
  153. package/.next/server/chunks/4469.js +1 -0
  154. package/.next/server/chunks/4493.js +1 -0
  155. package/.next/server/chunks/4513.js +1 -0
  156. package/.next/server/chunks/4529.js +1 -0
  157. package/.next/server/chunks/454.js +1 -0
  158. package/.next/server/chunks/4549.js +1 -0
  159. package/.next/server/chunks/4573.js +1 -0
  160. package/.next/server/chunks/4610.js +1 -0
  161. package/.next/server/chunks/4621.js +1 -0
  162. package/.next/server/chunks/4641.js +1 -0
  163. package/.next/server/chunks/4646.js +1 -0
  164. package/.next/server/chunks/4699.js +1 -0
  165. package/.next/server/chunks/4723.js +1 -0
  166. package/.next/server/chunks/4753.js +1 -0
  167. package/.next/server/chunks/4758.js +1 -0
  168. package/.next/server/chunks/4783.js +1 -0
  169. package/.next/server/chunks/4799.js +1 -0
  170. package/.next/server/chunks/4875.js +1 -0
  171. package/.next/server/chunks/4895.js +1 -0
  172. package/.next/server/chunks/4899.js +1 -0
  173. package/.next/server/chunks/4915.js +1 -0
  174. package/.next/server/chunks/5034.js +1 -0
  175. package/.next/server/chunks/5073.js +1 -0
  176. package/.next/server/chunks/5092.js +1 -0
  177. package/.next/server/chunks/5099.js +1 -0
  178. package/.next/server/chunks/5103.js +1 -0
  179. package/.next/server/chunks/5161.js +1 -0
  180. package/.next/server/chunks/5163.js +1 -0
  181. package/.next/server/chunks/517.js +1 -0
  182. package/.next/server/chunks/5182.js +1 -0
  183. package/.next/server/chunks/5188.js +1 -0
  184. package/.next/server/chunks/5230.js +1 -0
  185. package/.next/server/chunks/5236.js +1 -0
  186. package/.next/server/chunks/5242.js +1 -0
  187. package/.next/server/chunks/5271.js +6 -0
  188. package/.next/server/chunks/5281.js +1 -0
  189. package/.next/server/chunks/5385.js +1 -0
  190. package/.next/server/chunks/5395.js +1 -0
  191. package/.next/server/chunks/5400.js +1 -0
  192. package/.next/server/chunks/5510.js +1 -0
  193. package/.next/server/chunks/5511.js +9 -0
  194. package/.next/server/chunks/5560.js +1 -0
  195. package/.next/server/chunks/5571.js +1 -0
  196. package/.next/server/chunks/561.js +1 -0
  197. package/.next/server/chunks/5640.js +1 -0
  198. package/.next/server/chunks/5641.js +1 -0
  199. package/.next/server/chunks/5669.js +1 -0
  200. package/.next/server/chunks/5695.js +1 -0
  201. package/.next/server/chunks/5801.js +1 -0
  202. package/.next/server/chunks/5814.js +1 -0
  203. package/.next/server/chunks/5825.js +1 -0
  204. package/.next/server/chunks/589.js +1 -0
  205. package/.next/server/chunks/5911.js +1 -0
  206. package/.next/server/chunks/5916.js +1 -0
  207. package/.next/server/chunks/600.js +1 -0
  208. package/.next/server/chunks/606.js +1 -0
  209. package/.next/server/chunks/6095.js +1 -0
  210. package/.next/server/chunks/6126.js +1 -0
  211. package/.next/server/chunks/617.js +1 -0
  212. package/.next/server/chunks/6185.js +1 -0
  213. package/.next/server/chunks/6190.js +1 -0
  214. package/.next/server/chunks/6191.js +1 -0
  215. package/.next/server/chunks/6194.js +1 -0
  216. package/.next/server/chunks/6253.js +1 -0
  217. package/.next/server/chunks/6323.js +1 -0
  218. package/.next/server/chunks/6342.js +1 -0
  219. package/.next/server/chunks/635.js +1 -0
  220. package/.next/server/chunks/6372.js +1 -0
  221. package/.next/server/chunks/6413.js +1 -0
  222. package/.next/server/chunks/6426.js +1 -0
  223. package/.next/server/chunks/651.js +1 -0
  224. package/.next/server/chunks/6513.js +1 -0
  225. package/.next/server/chunks/6582.js +1 -0
  226. package/.next/server/chunks/6616.js +1 -0
  227. package/.next/server/chunks/6695.js +1 -0
  228. package/.next/server/chunks/6741.js +22 -0
  229. package/.next/server/chunks/6749.js +1 -0
  230. package/.next/server/chunks/6752.js +1 -0
  231. package/.next/server/chunks/6756.js +1 -0
  232. package/.next/server/chunks/692.js +1 -0
  233. package/.next/server/chunks/6979.js +36 -0
  234. package/.next/server/chunks/700.js +1 -0
  235. package/.next/server/chunks/7014.js +1 -0
  236. package/.next/server/chunks/7040.js +1 -0
  237. package/.next/server/chunks/7045.js +1 -0
  238. package/.next/server/chunks/7049.js +1 -0
  239. package/.next/server/chunks/71.js +1 -0
  240. package/.next/server/chunks/7120.js +1 -0
  241. package/.next/server/chunks/714.js +1 -0
  242. package/.next/server/chunks/7168.js +1 -0
  243. package/.next/server/chunks/717.js +1 -0
  244. package/.next/server/chunks/720.js +1 -0
  245. package/.next/server/chunks/7210.js +1 -0
  246. package/.next/server/chunks/7221.js +1 -0
  247. package/.next/server/chunks/7239.js +1 -0
  248. package/.next/server/chunks/7256.js +1 -0
  249. package/.next/server/chunks/7260.js +1 -0
  250. package/.next/server/chunks/7308.js +1 -0
  251. package/.next/server/chunks/7315.js +1 -0
  252. package/.next/server/chunks/7320.js +1 -0
  253. package/.next/server/chunks/7358.js +104 -0
  254. package/.next/server/chunks/7388.js +1 -0
  255. package/.next/server/chunks/7391.js +1 -0
  256. package/.next/server/chunks/7446.js +1 -0
  257. package/.next/server/chunks/7497.js +1 -0
  258. package/.next/server/chunks/7560.js +1 -0
  259. package/.next/server/chunks/7571.js +1 -0
  260. package/.next/server/chunks/7604.js +1 -0
  261. package/.next/server/chunks/7658.js +1 -0
  262. package/.next/server/chunks/7661.js +1 -0
  263. package/.next/server/chunks/7708.js +1 -0
  264. package/.next/server/chunks/7771.js +1 -0
  265. package/.next/server/chunks/7776.js +1 -0
  266. package/.next/server/chunks/7817.js +1 -0
  267. package/.next/server/chunks/7821.js +1 -0
  268. package/.next/server/chunks/7845.js +1 -0
  269. package/.next/server/chunks/7876.js +1 -0
  270. package/.next/server/chunks/7933.js +1 -0
  271. package/.next/server/chunks/7960.js +1 -0
  272. package/.next/server/chunks/8022.js +1 -0
  273. package/.next/server/chunks/8038.js +1 -0
  274. package/.next/server/chunks/8117.js +1 -0
  275. package/.next/server/chunks/8306.js +1 -0
  276. package/.next/server/chunks/836.js +1 -0
  277. package/.next/server/chunks/8371.js +1 -0
  278. package/.next/server/chunks/8544.js +1 -0
  279. package/.next/server/chunks/8545.js +1 -0
  280. package/.next/server/chunks/855.js +1 -0
  281. package/.next/server/chunks/8559.js +1 -0
  282. package/.next/server/chunks/858.js +1 -0
  283. package/.next/server/chunks/8604.js +1 -0
  284. package/.next/server/chunks/8617.js +1 -0
  285. package/.next/server/chunks/8624.js +1 -0
  286. package/.next/server/chunks/8669.js +1 -0
  287. package/.next/server/chunks/8694.js +1 -0
  288. package/.next/server/chunks/8752.js +1 -0
  289. package/.next/server/chunks/8791.js +1 -0
  290. package/.next/server/chunks/8861.js +1 -0
  291. package/.next/server/chunks/8867.js +1 -0
  292. package/.next/server/chunks/8878.js +1 -0
  293. package/.next/server/chunks/8906.js +1 -0
  294. package/.next/server/chunks/8956.js +1 -0
  295. package/.next/server/chunks/9032.js +1 -0
  296. package/.next/server/chunks/9074.js +1 -0
  297. package/.next/server/chunks/9076.js +157 -0
  298. package/.next/server/chunks/9087.js +1 -0
  299. package/.next/server/chunks/9108.js +1 -0
  300. package/.next/server/chunks/9121.js +1 -0
  301. package/.next/server/chunks/9140.js +20 -0
  302. package/.next/server/chunks/9209.js +1 -0
  303. package/.next/server/chunks/9289.js +1 -0
  304. package/.next/server/chunks/9316.js +1 -0
  305. package/.next/server/chunks/9394.js +1 -0
  306. package/.next/server/chunks/9447.js +1 -0
  307. package/.next/server/chunks/9451.js +1 -0
  308. package/.next/server/chunks/9490.js +1 -0
  309. package/.next/server/chunks/9508.js +1 -0
  310. package/.next/server/chunks/9547.js +1 -0
  311. package/.next/server/chunks/9555.js +1 -0
  312. package/.next/server/chunks/9603.js +1 -0
  313. package/.next/server/chunks/9654.js +1 -0
  314. package/.next/server/chunks/9689.js +1 -0
  315. package/.next/server/chunks/9691.js +1 -0
  316. package/.next/server/chunks/9738.js +1 -0
  317. package/.next/server/chunks/9785.js +1 -0
  318. package/.next/server/chunks/9786.js +1 -0
  319. package/.next/server/chunks/9843.js +1 -0
  320. package/.next/server/chunks/9861.js +1 -0
  321. package/.next/server/chunks/9882.js +1 -0
  322. package/.next/server/chunks/9898.js +1 -0
  323. package/.next/server/chunks/994.js +1 -0
  324. package/.next/server/chunks/996.js +1 -0
  325. package/.next/server/chunks/9980.js +1 -0
  326. package/.next/server/edge-chunks/asset_noto-sans-v27-latin-regular.5dda3fca77107598.ttf +0 -0
  327. package/.next/server/edge-chunks/wasm_77d9faebf7af9e421806970ce10a58e9d83116d7.wasm +0 -0
  328. package/.next/server/edge-chunks/wasm_ef4866ecae192fd87727067cf2c0c0cf9fb8b020.wasm +0 -0
  329. package/.next/server/edge-runtime-webpack.js +2 -0
  330. package/.next/server/functions-config-manifest.json +6 -0
  331. package/.next/server/interception-route-rewrite-manifest.js +1 -0
  332. package/.next/server/middleware-build-manifest.js +1 -0
  333. package/.next/server/middleware-manifest.json +74 -0
  334. package/.next/server/middleware-react-loadable-manifest.js +1 -0
  335. package/.next/server/next-font-manifest.js +1 -0
  336. package/.next/server/next-font-manifest.json +1 -0
  337. package/.next/server/pages/404.html +122 -0
  338. package/.next/server/pages/500.html +1 -0
  339. package/.next/server/pages/_app.js +1 -0
  340. package/.next/server/pages/_app.js.nft.json +1 -0
  341. package/.next/server/pages/_document.js +1 -0
  342. package/.next/server/pages/_document.js.nft.json +1 -0
  343. package/.next/server/pages/_error.js +19 -0
  344. package/.next/server/pages/_error.js.nft.json +1 -0
  345. package/.next/server/pages-manifest.json +6 -0
  346. package/.next/server/server-reference-manifest.js +1 -0
  347. package/.next/server/server-reference-manifest.json +1 -0
  348. package/.next/server/src/middleware.js +14 -0
  349. package/.next/server/webpack-runtime.js +1 -0
  350. package/.next/static/H70FNih5kMCiWMZCGG3D3/_buildManifest.js +1 -0
  351. package/.next/static/H70FNih5kMCiWMZCGG3D3/_ssgManifest.js +1 -0
  352. package/.next/static/chunks/0d2e1e5e-c301d0a58fb4160d.js +1 -0
  353. package/.next/static/chunks/116-d1ec36b932a3c456.js +1 -0
  354. package/.next/static/chunks/124-af4f29ae18c2013e.js +2 -0
  355. package/.next/static/chunks/126-755e05d33f1242a1.js +124 -0
  356. package/.next/static/chunks/134e5f34-4f69a82a365fcc82.js +1 -0
  357. package/.next/static/chunks/150-95be36e170ae4996.js +1 -0
  358. package/.next/static/chunks/25-44d3b912fd1ba296.js +1 -0
  359. package/.next/static/chunks/284-c7149844a939159f.js +1 -0
  360. package/.next/static/chunks/323-b4674c92bf221f17.js +1 -0
  361. package/.next/static/chunks/333-fa47758f92c52f20.js +1 -0
  362. package/.next/static/chunks/364-accae4c97aa93e5a.js +1 -0
  363. package/.next/static/chunks/380-df13f99a5c997183.js +1 -0
  364. package/.next/static/chunks/531-77aae47a898b4bf9.js +1 -0
  365. package/.next/static/chunks/625-bf6e188c389dc9c8.js +1 -0
  366. package/.next/static/chunks/639-f088c1b24969fbb3.js +1 -0
  367. package/.next/static/chunks/669-511b7521ba36ef6e.js +1 -0
  368. package/.next/static/chunks/830-293c8a5ce5c51fa2.js +1 -0
  369. package/.next/static/chunks/922-080dd34a0f1fd97c.js +1 -0
  370. package/.next/static/chunks/977-acd91d860f3cfbd3.js +1 -0
  371. package/.next/static/chunks/app/[locale]/(main)/layout-00b4eede6be039f7.js +1 -0
  372. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/content/[id]/page-8812c9818951e5fb.js +1 -0
  373. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/content/page-0202c35f40a26bc6.js +1 -0
  374. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/docs/[...path]/error-208a8f8e6e9306d7.js +1 -0
  375. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/docs/[...path]/page-12a475915ef334a2.js +1 -0
  376. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/docs/page-8ebf56a1d190b46d.js +1 -0
  377. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/layout-b1e363abba196cb0.js +1 -0
  378. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/page-d35254be747d63b5.js +1 -0
  379. package/.next/static/chunks/app/[locale]/layout-b5abbd8fd357fa03.js +1 -0
  380. package/.next/static/chunks/app/[locale]/page-bdcf7b1790cc82ee.js +1 -0
  381. package/.next/static/chunks/app/_not-found/page-97c1109142de0a49.js +1 -0
  382. package/.next/static/chunks/app/error-5a5f3217f6eda293.js +1 -0
  383. package/.next/static/chunks/app/global-error-e04959a82678a886.js +1 -0
  384. package/.next/static/chunks/app/layout-8ed156f66ef8d949.js +2 -0
  385. package/.next/static/chunks/app/not-found-bcc78912e125cf02.js +1 -0
  386. package/.next/static/chunks/app/opengraph-image/route-97c1109142de0a49.js +1 -0
  387. package/.next/static/chunks/app/robots.txt/route-97c1109142de0a49.js +1 -0
  388. package/.next/static/chunks/app/sitemap.xml/route-97c1109142de0a49.js +1 -0
  389. package/.next/static/chunks/framework-a519b145a780c665.js +1 -0
  390. package/.next/static/chunks/main-3317b9528963fa4c.js +1 -0
  391. package/.next/static/chunks/main-app-be36b26046d0cf20.js +1 -0
  392. package/.next/static/chunks/pages/_app-5b6eccbc3489cb25.js +1 -0
  393. package/.next/static/chunks/pages/_error-b03178b14d310b3a.js +1 -0
  394. package/.next/static/chunks/polyfills-42372ed130431b0a.js +1 -0
  395. package/.next/static/chunks/webpack-73f2e3519f4bc996.js +1 -0
  396. package/.next/static/css/7e7d96b1e6991756.css +1 -0
  397. package/.next/static/css/bf84d12b5597a541.css +1 -0
  398. package/.next/static/css/db2e80439506b5eb.css +1 -0
  399. package/.next/static/media/19cfc7226ec3afaa-s.woff2 +0 -0
  400. package/.next/static/media/21350d82a1f187e9-s.woff2 +0 -0
  401. package/.next/static/media/8e9860b6e62d6359-s.woff2 +0 -0
  402. package/.next/static/media/Minecraft-Seven_v2.2e6cf891.woff2 +0 -0
  403. package/.next/static/media/ba9851c3c22cd980-s.woff2 +0 -0
  404. package/.next/static/media/c5fe6dc8356a8c31-s.woff2 +0 -0
  405. package/.next/static/media/crafting_background.158942b1.png +0 -0
  406. package/.next/static/media/df0a9ae256c0569c-s.woff2 +0 -0
  407. package/.next/static/media/e4af272ccee01ff0-s.p.woff2 +0 -0
  408. package/bin/entrypoint.mjs +34 -0
  409. package/bin/watcher.mjs +21 -0
  410. package/package.json +18 -0
  411. package/public/_meta.schema.json +30 -0
  412. package/public/blog-assets/content_pages.png +0 -0
  413. package/public/blog-assets/mobile_nav.png +0 -0
  414. package/public/blog-assets/mobile_search.png +0 -0
  415. package/public/blog-assets/neo_logo.png +0 -0
  416. package/public/blog-assets/project_deployments.png +0 -0
  417. package/public/blog-assets/project_health.png +0 -0
  418. package/public/blog-assets/project_list.png +0 -0
  419. package/public/blog-assets/project_overview.png +0 -0
  420. package/public/fonts/Minecraft-Seven_v2.woff2 +0 -0
  421. package/public/meta-docs-assets/cf_src_url.png +0 -0
  422. package/public/meta-docs-assets/mr_src_url.png +0 -0
  423. package/public/sinytra-wiki.schema.json +62 -0
  424. package/public/static/Inter_28pt-Bold.ttf +0 -0
  425. package/public/static/SourceCodePro-Medium.ttf +0 -0
  426. package/public/static/missing_item.png +0 -0
  427. package/server.js +44 -0
@@ -0,0 +1,14 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[550],{108:(a,b,c)=>{"use strict";c.d(b,{Q:()=>d});var d=function(a){return a[a.SeeOther=303]="SeeOther",a[a.TemporaryRedirect=307]="TemporaryRedirect",a[a.PermanentRedirect=308]="PermanentRedirect",a}({})},175:a=>{"use strict";a.exports=JSON.parse('{"Badges":{"local":"Tempatan","latest":"Terkini","admin":"Admin"},"NavigationHeader":{"title":"Wiki Minecraft Modded","title_short":"Wiki","badge":{"preview":"MOD PRALIHAT","beta":"Beta"},"link":{"home":"Laman Utama","browse":"Semak Imbas","about":"Tentang"}},"NavigationFooter":{"title":"Wiki Minecraft Modded","links":{"navigation":{"title":"Navigasi","home":"Laman Utama","browse":"Semak Imbas","dev":"Pembangun"},"links":{"title":"Pautan"},"resources":{"title":"Sumber","blog":"Blog","status":"Status","translate":"Bantu kami menterjemah"},"about":{"title":"Tentang","tos":"Syarat Perkhidmatan","privacy":"Dasar Privasi","contact":"Hubungi"}}},"HomePage":{"title":"Selamat datang ke <highlight>Wiki Minecraft Modded</highlight>","subtitle":"Sumber utama anda untuk menemui, mencipta dan menyumbang kepada projek berkaitan Minecraft.","popular":{"title":"Wiki Popular","open":"Baca lebih lanjut","disclaimer":"Projek-projek ini diserlahkan berdasarkan popularitinya melalui statistik paparan dan tidak disahkan secara rasmi oleh Wiki Minecraft Modded."},"community":{"title":"Sertai Komuniti Kami","users":{"title":"Pengguna","subtitle":"Terokai projek yang ditampilkan oleh kami dan nikmati faedah ini:","docs":"Akses dokumentasi yang terkini, berkualiti tinggi dan berversi","contribute":"Bersumbang kepada projek tanpa pengetahuan pengaturcaraan","ui":"Nikmati antara muka yang konsisten dan mesra pengguna merentasi semua projek","localization":"Manfaat daripada sokongan multibahasa"},"authors":{"title":"Pengarang","subtitle":"Dapatkan akses kepada Papan Pemuka Projek dan nikmati faedah ini:","vcs":"Sokongan pemversian untuk dokumentasi anda","components":"Built-in components for recipes, assets, etc.","gradle":"Penyepaduan Gradle untuk aliran kerja yang lancar","management":"Alat pengurusan projek lanjutan","interaction":"Interaksi langsung dengan pangkalan pengguna anda","dashboard":"Buka Papan Pemuka","guide":"Baca Lebih Lanjut"}},"browse":"Semak Imbas Projek","highlights":{"localization":{"title":"Penyetempatan","desc":"Terjemahkan dokumentasi anda ke dalam bahasa-bahasa dunia"},"accessibility":{"title":"Mudah Diakses","desc":"Antara muka pengguna yang intuitif dan responsif"},"open":{"title":"Terbuka","desc":"Biarkan pengguna anda menyumbang tanpa pengetahuan pengaturcaraan yang diperlukan"},"free":{"title":"Percuma","desc":"Pengehosan dokumentasi pada laman sesawang kami adalah percuma sepenuhnya!"}},"about":{"title":"Tentang Kami","maintainers":"Wiki ini dibina dan diselenggara oleh <b>Sinytra</b>, sebuah pasukan pembangun yang berdedikasi yang bersemangat yang menumpukan pada penyampaian perisian Sumber Terbuka dan Percuma yang berkualiti tinggi untuk komuniti pengubahsuaian Minecraft.","mission":"Matlamat kami adalah untuk memperkasakan pengubahsuai dan pemain dengan menyediakan alatan dan sumber yang diperlukan untuk mencipta, mendokumenkan dan meneroka kemungkinan yang tidak berkesudahan Minecraft yang diubah suai."},"blog":{"title":"Siaran Blog","open":"Baca Lebih Lanjut"}},"BrowsePage":{"sidebar":{"title":"Semak imbas projek","search_filters":"Penapis carian...","categories":"Kategori"},"sorting":"Isih mengikut","sort":{"relevance":"Kaitan","creation_date":"Tarikh penciptaan","popularity":"Populariti","az":"A-Z","za":"Z-A"},"search":"Cari projek...","clear_filter":"Kosongkan penapis","no_results":"Carian tidak mengembalikan hasil!"},"SearchProjectTypes":{"mod":"Mod","modpack":"Pek mod","resourcepack":"Pek sumber","datapack":"Pek data","shader":"Pembayang","plugin":"Pemalam"},"ProjectTypes":{"mod":"Mod","modpack":"Pek mod","resourcepack":"Pek sumber","datapack":"Pek data","shader":"Pembayang","plugin":"Pemalam"},"LoadingContent":{"message":"Memuatkan..."},"MetaDocsNavigation":{"title":"Navigasi","about":"Tentang","devs":"Author guide","components":"Components","help":"Dapatkan bantuan","tos":"Syarat Penggunaan","privacy":"Dasar Privasi","security":"Notis Keselamatan"},"Login":{"title":"Log masuk diperlukan","desc":"Laman yang anda cuba akses memerlukan anda untuk log masuk.","prompt":"Sila gunakan akaun GitHub anda untuk meneruskan.","button":"Log masuk dengan GitHub"},"Preview":{"title":"Mod pralihat sedang didayakan","desc":"Mod pralihat mendayakan antara muka pengguna yang minimum, membolehkan anda menumpukan pada mendraf dokumentasi anda secara setempat sebelum diterbitkan.","roots":"Akar dokumentasi tempatan yang tersedia","open":"Buka"},"DocsProjectInfo":{"title":"Maklumat projek","type":"Jenis","author":"Pengarang","tags":"Tag","latest":{"title":"Versi terkini","unknown":"N/A"},"license":{"title":"Lesen","custom":"Tersuai","unknown":"Tidak diketahui","arr":"Hak Cipta Terpelihara"}},"ProjectCategories":{"adventure":"Pengembaraan","cursed":"Pelik","decoration":"Hiasan","economy":"Ekonomi","equipment":"Peralatan","food":"Makanan","game-mechanics":"Mekanik Permainan","library":"Pustaka","magic":"Magik","management":"Pengurusan","minigame":"Permainan Mini","mobs":"Makhluk","optimization":"Pengoptimuman","social":"Sosial","storage":"Penyimpanan","technology":"Teknologi","transportation":"Pengangkutan","utility":"Utiliti","worldgen":"Penjanaan Dunia","server-utility":"Utiliti Pelayan","armor-weapons-tools":"Zirah, Alatan dan Senjata","library-api":"API dan Pustaka","adventure-rpg":"Pengembaraan dan RPG","world-gen":"Penjanaan Dunia","cosmetic":"Kosmetik","mc-food":"Makanan","performance":"Prestasi","map-information":"Peta dan Maklumat","bug-fixes":"Pembaikan Pepijat","mc-addons":"Penambahan","education":"Pendidikan","mc-miscellaneous":"Lain-lain","redstone":"Redstone","utility-qol":"Utiliti & QoL","mc-creator":"MCreator"},"PageEditControls":{"edit_gh":"Sunting halaman ini","report":"Laporkan laman ini","report_button":"Laporkan laman","last_updated":"Kemas kini terakhir: <date></date>"},"Report":{"title":"Laporkan laman dokumentasi","desc":"Report content that violates our <tos>Terms of Service</tos> or <cr>Content Rules</cr>.","contact":"For auditing purposes, your <b>username</b> will be included in the report.","confidential":"Privasi anda adalah penting bagi kami, dan maklumat ini akan sentiasa dirahsiakan.","privacy":"Untuk maklumat lanjut, sila rujuk <link>Dasar Privasi</link> kami.","form":{"id":{"title":"ID Projek","desc":"ID projek yang dilaporkan."},"path":{"title":"Laluan laman","desc":"Laluan laman dokumentasi yang dilaporkan."},"locale":{"title":"Locale","desc":"Applied if the content lies within a localized subpath.","placeholder":"N/A"},"version":{"title":"Version","desc":"Applied if the content lies within a named version.","placeholder":"N/A"},"reason":{"title":"Sebab*","placeholder":"Select a reason for reporting this content","desc":"Reason for reporting this content.","dislike":"Saya sekadar tidak suka"},"details":{"title":"Butiran*","placeholder":"Please provide more details on why you\'re reporting this content. Note that empty reports will be ignored.","desc":"Butiran tambahan tentang isu tersebut."},"dislike":{"title":"We understand that you may not like this content, and that\'s totally okay!","desc":"Malangnya, bagaimanapun, ia bukan alasan yang sah untuk melaporkan projek.","suggestion":"Would you like to look for something else to explore instead?","explore":"Terokai projek"},"success":"Laporan berjaya dihantar"}},"ProjectReportReason":{"spam":"Pengspaman","copyright":"Pelanggaran Hak Cipta","content_rules":"Melanggar Peraturan Kandungan","tos":"Melanggar Syarat Perkhidmatan","unknown":"Tidak diketahui"},"ProjectReportStatus":{"new":"New","dismissed":"Dismissed","accepted":"Accepted","unknown":"Tidak diketahui"},"ProjectReportType":{"project":"Projek","docs":"Docs page","content":"Content page","unknown":"Tidak diketahui"},"ViewReportPage":{"reports":"Reports","title":"Report details","desc":"Viewing report details for {id}","details":{"reporter":"Reported by","project_id":"ID Projek","path":"Laluan","body":"Body","reason":"Sebab","created_at":"Dicipta pada","status":"Status","type":"Jenis","locale":"Locale","version":"Version"},"actions":{"dismiss":"Dismiss","accept":"Accept"},"toast":{"accept":"Report accepted","dismiss":"Report dismissed"}},"SubmitButton":{"title":"Serah"},"Callout":{"default":"Perhatian!","info":"Info","warning":"Warning","danger":"Danger"},"ProjectRegisterForm":{"button":"New Project","title":"Daftar projek","desc":"Daftarkan projek baharu ke dalam wiki.","repo":{"title":"URL Repositori","desc":"Ini adalah alamat yang anda gunakan untuk mengklon repositori anda.","placeholder":"https://github.com/ContohPengguna/ContohMod"},"branch":{"title":"Cabang","desc":"Rujukan cabang utama. Anda boleh menentukan cabang tambahan untuk disertakan dalam fail metadata anda."},"path":{"title":"Laluan ke akar dokumentasi","desc":"Laluan ke folder yang mengandungi fail metadata."},"admin":"Tetapan pentadbir wiki","is_community":{"title":"Projek yang diselenggara komuniti"},"errors":{"details":"Paparkan butiran"},"connect_modrinth":{"desc":"Sambungkan <b>akaun Modrinth</b> anda dalam Tetapan untuk mengesahkan pemilikan projek platform dengan mudah pada bila-bila masa.","settings":"Buka Tetapan"},"submit":"Serah","success":{"title":"Projek berjaya didaftarkan","desc":"Anda kini boleh menavigasi ke laman dokumentasi projek"},"submitting":"Menyerahkan...","verify_modrinth":"Sahkan menggunakan Modrinth"},"ProjectSettingsForm":{"title":"Sunting projek","desc":"Sunting tetapan projek sedia ada.","button":"Tetapan","success":{"title":"Projek berjaya dikemas kini","desc":"Anda kini boleh menavigasi ke laman dokumentasi projek yang dikemas kini"}},"ProjectDeleteForm":{"trigger":"Delete project","title":"Adakah anda benar-benar pasti?","desc":"Tindakan ini tidak boleh dibuat asal. Ini akan memadamkan projek anda secara kekal dan mengalih keluar semua data yang berkaitan daripada pelayan kami.","cancel":"Batal","submit":"Padam","success":"Projek berjaya dipadam"},"FormActions":{"errors":{"unauthorized":"Ralat pengesahan pengguna","internal":"Ralat Pelayan Dalaman, sila cuba lagi kemudian.","unknown":"Sebuah ralat yang tidak diketahui telah berlaku, sila cuba sebentar lagi.","no_platforms":"Tiada projek platform ditakrifkan dalam metadata.","no_project":"Platform projek tidak ditemui. Sila pastikan medan \\"slug\\" metadata adalah betul.","unsupported_type":"Jenis projek tidak disokong","ownership":"Gagal mengesahkan pemilikan projek","cf_unavailable":"Pendaftaran projek CurseForge tidak aktif","requires_auth":"Sambungan repositori memerlukan kelayakan log masuk tetapi tiada yang diberikan","no_repository":"Repositori tidak ditemui","no_branch":"Cabang tidak sah ditentukan","no_path":"Fail metadata tidak ditemui pada laluan yang ditentukan","invalid_meta":"Fail metadata tidak sah","unsupported":"Belum dilaksanakan","exists":"Projek sudah wujud.","not_found":"Projek tidak wujud","illegal_id":"Illegal project ID","not_owner":"User is not authorized to register this project"}},"CommunityBadge":{"title":"Komuniti","desc":"Dokumentasi tidak rasmi yang diselenggara oleh komuniti"},"DocsPageNotFoundError":{"title":"Kami kehilangan laman ini","desc":"Laman dokumentasi yang diminta tidak tersedia pada masa ini.","suggestion":"Sila cuba sebentar lagi atau laporkan isu ini kepada pengarang projek.","submit":"Serahkan isu","return":"Kembali ke Laman Utama"},"GetStartedButton":{"title":"Create your first project"},"ProjectHomepage":{"overview":{"intro":"<project></project> is a {type} created by <authors></authors>.","availability":"Available for <versions></versions>. Latest version built for <latest></latest>. First released for <first></first>.","tags":"Tagged:"},"description":{"title":"Description"},"navigation":{"title":"Navigasi","docs":{"title":"Browse documentation","desc":"{pages} pages available."},"content":{"title":"Browse content","desc":"{items} in-game items."}},"links":{"title":"Pautan","website":"Website","source_code":"Source code"},"license":{"title":"Lesen","project":"Project License","arr":"Hak Cipta Terpelihara","unknown":"Tidak diketahui","wiki":"Wiki License","default":"Wiki content <link>partially made available</link> under the <license></license> license."}},"ProjectDocsHomepage":{"title":"Laman Utama"},"DocsHomepagePlaceholder":{"title":"Pemegang tempat laman utama","subtitle":"Disebabkan oleh sekatan API, metadata projek tidak tersedia untuk projek CurseForge dalam persekitaran tempatan.","replace":"Jangan risau! Kami akan menggantikan ruang letak ini dengan penerangan sebenar projek sebaik sahaja digunakan di tapak web wiki langsung."},"DocsSearchBar":{"placeholder":"Cari kandungan wiki...","no_results":"Tiada hasil carian ditemui!","loading":"Mencari hasil yang sempurna...","results":"Menunjukkan <highlight>{count}</highlight> hasil daripada <highlight>{total}</highlight>","close":"<kbd>ESC</kbd> untuk tutup"},"DocsChangelogPage":{"title":"Log Perubahan"},"DocsLeftSidebar":{"title":"Dokumentasi","homepage":"Laman Utama"},"DocsContentRightSidebar":{"title":"Maklumat entri"},"DocsNonContentRightSidebar":{"title":"Pada laman ini"},"DocsVersionSelector":{"placeholder":"Pilih versi","latest":"Terkini"},"ModVersionRange":{"desc":"+{count} lagi"},"LanguageSelect":{"placeholder":"Cari bahasa...","no_results":"Tiada bahasa ditemui."},"ProjectStatus":{"unknown":"Tidak diketahui","loading":"Dimulakan","healthy":"Dimuatkan","at_risk":"Requires attention","error":"Telah Ralat"},"DevProjectsListPage":{"project":{"manage":"Urus"},"empty":{"primary":"Looks like you haven\'t created any projects yet","secondary":"Mulakan dengan membaca <guide>panduan pengarang</guide> kami."}},"DevProjectPage":{"breadcrumbs":{"home":"Laman Utama"},"toolbar":{"view":"Lihat","deployments":"Deployments"},"overview":{"title":"Project overview","desc":"Project information summary"},"source":{"title":"Sumber Projek","repo":"Repositori","branch":"Cabang","path":"Laluan","public":"Awam"},"platforms":{"title":"Platform","desc":"Project hosting platforms","headers":{"platform":"Platform","slug":"Slug / ID","link":"Pautan"},"open":"Buka"},"information":{"title":"Maklumat","desc":"Resolved information","type":"Jenis","status":"Status","created_at":"Dicipta pada"},"revision":{"title":"Current git revision","reloading":"Reloading project, please stand by...","not_found":"No revision found. Try reloading the project."}},"DevProjectSettingsPage":{"title":"Project settings","desc":"Configure project properties"},"DevProjectVersionsPage":{"title":"Project versions","desc":"Browse project content versions"},"DevProjectHealthPage":{"title":"Project health","desc":"Monitor project status and issues","errors":{"title":"Project issue report","desc":"Ongoing warnings & errors","empty":"No issues found"}},"DevProjectMembersPage":{"title":"Project members","desc":"Manage project members & permissions","roles":{"owner":"Pemilik"},"actions":{"manage":"Urus"}},"DevProjectContentItemsPage":{"title":"Project items","desc":"Browse project items"},"DevProjectContentRecipesPage":{"title":"Project recipes","desc":"Browse project crafting recipes"},"DevProjectContentTagsPage":{"title":"Project tags","desc":"Browse project tags"},"DevProjectLogs":{"title":"Deployment log","show":"Tunjukkan","unloaded":"Tidak dimuatkan","waiting":"Menunggu pelayan...","loading":"Memuat...","error":"Ralat dalam memuat log","toast":{"success":"Persediaan projek selesai","error":"Ralat semasa persediaan projek"}},"DeveloperSidebar":{"teams":{"personal":"Peribadi"},"groups":{"projects":"Projek","platform":"Platform","admin":"Administration"},"nav":{"projects":"Projek","documentation":"Dokumentasi","settings":"Tetapan","admin":"System settings"}},"DevSidebarContextSwitcher":{"title":"Pasukan"},"DevSidebarUser":{"logout":{"button":"Log keluar","title":"Log keluar","desc":"Sedang log keluar..."},"unknown_avatar":"N/A"},"UserSettings":{"breadcrumbs":{"home":"Laman Utama","settings":"Tetapan"},"profile":{"bio":"Pencipta Wiki Minecraft Modded","join_date":"Menyertai pada {date}","admin":"Admin"},"connections":{"title":"Sambungan","modrinth":{"title":"Akaun Modrinth","desc":"Digunakan untuk mengesahkan pemilikan projek","connect":"Sambung","view":"Lihat","disconnect":"Putuskan"}},"account":{"title":"Akaun","delete":{"title":"Padam akaun","desc":"Padam semua data akaun buat selama-lamanya","button":"Padam akaun"},"delete_modal":{"title":"Padam akaun","desc":"Adakah anda pasti mahu memadamkan akaun ini? Ini adalah tindakan yang merosakkan dan tidak boleh dibuat asal.","cancel":"Batal","button":"Padam selama-lamanya"}},"toast":{"unlink":{"success":"Akaun berjaya dinyahpaut","error":"Ralat dalam menyahpaut akaun"}}},"AuthFailure":{"title":"Kegagalan pengesahan","desc":"Sebuah ralat yang tidak dijangka telah berlaku semasa cuba log masuk. Sila cuba sebentar lagi.","status":"Semak status","return":"Kembali ke laman utama","report":"Laporkan Pepijat"},"BuiltinRecipeTypes":{"blasting":"Blasting","campfire_cooking":"Campfire cooking","crafting_shaped":"Shaped Crafting","crafting_shapeless":"Shapeless Crafting","smelting":"Smelting","smithing_transform":"Smithing","smoking":"Smoking","stonecutting":"Stonecutting"},"DocsEntryTabs":{"history":"Show history","home":"Show content"},"DevProjectSidebar":{"groups":{"project":"Projek","content":"Content"},"nav":{"home":"Overview","settings":"Tetapan","members":"Members","deployments":"Deployments","health":"Health","versions":"Versi","content":"Items","tags":"Tag","recipes":"Recipes"}},"PrefabObtaining":{"recipe":"Recipe"},"PrefabUsage":{"usage":"Usage"},"AdminSidebar":{"groups":{"home":"Laman Utama","data":"Data","system":"System","moderation":"Moderation"},"nav":{"home":"Overview","data_imports":"Data Imports","access_keys":"Access Keys","migrations":"Migrations","users":"Pengguna","projects":"Projek","config":"Configuration","reports":"Reports","audit_log":"Audit Log","return":"Return"}},"AdminDataImports":{"title":"System data imports","desc":"Imported game data"},"AdminMigrations":{"title":"Data migrations","desc":"Available data migrations"},"EmptyDataTable":{"guide":"Read the <link>author guide</link> to find out more on how to integrate game data into your project."},"DataTable":{"no_results":"No results.","filter":"Filter rows...","previous":"Previous","next":"Next"},"DevProjectVersionsTable":{"name":"Nama","branch":"Cabang","empty":{"title":"No additional versions were found in your project.","desc":"Read the <link>author guide</link> to learn more about project versioning."}},"DevProjectItemsTable":{"icon":"Icon","id":"Identifier","name":"Nama","path":"Page path (internal)","actions":{"open":"Open menu","title":"Actions","view":"Lihat"},"empty":{"title":"No items were found in your project.","desc":"Project items are automatically detected from content pages and included game files."}},"DevProjectTagsTable":{"id":"Identifier","items":"Item count","empty":{"title":"No tags were found in your project."}},"DevProjectRecipesTable":{"type":"Jenis","id":"Identifier","empty":{"title":"No recipes were found in your project."}},"ResolvedProjectRecipe":{"type":"Recipe Type","input":"Ingredients","output":"Outputs","preview":"Recipe preview","workbenches":"You can craft this recipe using:"},"DevProjectDeploymentsPage":{"title":"Project deployments","desc":"Manage deployed project versions"},"DevProjectDeploymentsTable":{"id":"ID","commit":"Commit","created_at":"Deploy time","user_id":"Deployed by","status":"Status"},"DeploymentStatus":{"unknown":"N/A","created":"Queued","loading":"Loading","success":"Success","error":"Failed"},"DeleteDeploymentModal":{"trigger":"Padam","title":"Adakah anda benar-benar pasti?","desc":"This action cannot be undone. This deployment will be permanently deleted from our servers.","cancel":"Batal","submit":"Padam","success":"Deployment deleted successfully"},"DeployProjectModal":{"button":"Deploy","title":"New deployment","primary":"All project content will be <b>re-fetched</b> from the source. This option should be used upon updating the documentation source itself.","secondary":"If the new deployment fails, currently stored data <b>will not</b> be replaced. You can always <b>roll back</b> to previous deployments using the \'Redeploy\' option.","tertiary":"Untuk kemudahan anda sendiri, kami mengesyorkan agar anda sebaliknya mengesahkan semula dokumentasi secara automatik selepas diterbitkan menggunakan <link>pemalam Gradle</link> kami.","note":"Project configuration remains unchanged. For updating meta information (e.g. source and platforms), please use the Settings dialog instead.","cancel":"Batal","submit":"Deploy"},"LiveProjectDeployConnection":{"loading":"Deploying project...","success":"Project deploy successful","error":"Project deploy failed","view":"Lihat"},"DevProjectDeploymentPage":{"deployments":"Deployments","title":"Deployment Details","git-config":{"title":"Source coordinates"}},"ProjectGitRevision":{"title":"Git revision","title_current":"Current Git revision","loading":"Deploying project, please stand by...","not_found":"Project has no active deployment"},"ProjectIssueWidget":{"file":"File: <file></file>","date":"Created at: <date></date>","version":"Version: <version></version>"},"ProjectIssueLevel":{"warning":"Warning","error":"Error","unknown":"Tidak diketahui"},"ProjectIssueType":{"meta":"Invalid project metadata","file":"Invalid file","git_clone":"Error cloning repository","git_info":"Error getting commit information","ingestor":"Error importing content","internal":"Internal server error","page_render":"Invalid page","unknown":"Unknown error"},"DeploymentIssues":{"title":"Deployment issues","empty":"No issues found.","issues_found":"Found {count, plural, =1 {1 issue that needs} other {# issues that need}} attention."},"ProjectError":{"requires_auth":"Sambungan repositori memerlukan kelayakan log masuk tetapi tiada yang diberikan","no_repository":"Repositori tidak ditemui","repo_too_large":"Repository exceeds allowed file size","no_branch":"Cabang tidak sah ditentukan","no_path":"Fail metadata tidak ditemui pada laluan yang ditentukan","invalid_meta":"Fail metadata tidak sah","invalid_page":"Failed to render page contents","duplicate_page":"Duplicate page","unknown_recipe_type":"Unknown recipe type","invalid_ingredient":"Invalid ingredient","invalid_file":"Failed to parse file","invalid_format":"Invalid file format","invalid_resloc":"Invalid Resource Location","invalid_version_branch":"Version branch does not exist","missing_platform_project":"Missing platform project","no_page_title":"Page is missing title","missing_required_attribute":"Page is missing a required metadata attribute","unknown":"Unknown error"},"AdminReports":{"title":"Project Reports","desc":"Manage project reports"},"ResponsiveTable":{"expand":"Expand"},"UsageContentList":{"more":"Show more ..."},"RecipeUsage":{"description":"Can be used to create the following items:","empty":"Has no known usages in crafting."},"ContentCategory":{"all":"All","other":"Lain-lain"},"ContentChangelog":{"toggle":"Show changelog"},"ContentProperties":{"bool":{"true":"Yes","false":"No"},"type":{"block":"Blok","item":"Item","other":"Lain-lain"},"properties":{"id":"ID","source_mod":"Source mod","type":"Jenis","stack_size":"Stack size","required_tool":"Tool","blast_resistance":"Blast resistance","hardness":"Hardness","flammable":"Flammable"}},"DocsLink":{"not_found":"(Not found)"},"AdminAccessKeys":{"title":"System access keys","desc":"Provides auth for when non-interactive access is needed, such as CI"},"CreateAccessKeyModal":{"title":"Create access key","desc":"New system access key","button":"Create","name":{"title":"Nama","desc":"Give your key a name","placeholder":"Deploy staging"},"days_valid":{"title":"Days of validity","desc":"Number of days the key is valid for. Use 0 for no expiration."},"submit":"Serah","submitting":"Menyerahkan..."},"SaveAccessKeyModal":{"title":"Access Key","desc":"Save your generated access key","key":"Access Key","note":"Keep the key value safe. You won\'t be able to access it again.","valid":"The key is valid until {expiry}.","close":"Done"},"DeleteAccessKeyModal":{"title":"Delete Access Key","desc":"Invalidate and delete access key","body":"This will forever delete the access key <name></name>.","cancel":"Batal","submit":"Padam","success":"Access Key deleted successfully"},"CopyButton":{"copied":"Copied to clipboard"},"InteractiveComponentPlaceholder":{"title":"Content unavailable in preview mode","desc":"Interactive components are currently not supported in the local previewer. The actual contents will be shown here when the project is deployed onto the Wiki website."},"RevalidateCacheModal":{"title":"Revalidate cache tag","desc":"Manually revalidate a cache tag. Used for diagnostic purposes.","button":"Revalidate cache tag","tag":{"title":"Cache Tag","desc":"The cache tag to revalidate"},"success":"Cache tag invalidated successfully"}}')},219:(a,b,c)=>{"use strict";var d;(d=c(2500)).renderToReadableStream,d.decodeReply,d.decodeReplyFromAsyncIterable,d.decodeAction,d.decodeFormState,d.registerServerReference,b.YR=d.registerClientReference,d.createClientModuleProxy,d.createTemporaryReferenceSet},319:a=>{(()=>{"use strict";var b={993:a=>{var b=Object.prototype.hasOwnProperty,c="~";function d(){}function e(a,b,c){this.fn=a,this.context=b,this.once=c||!1}function f(a,b,d,f,g){if("function"!=typeof d)throw TypeError("The listener must be a function");var h=new e(d,f||a,g),i=c?c+b:b;return a._events[i]?a._events[i].fn?a._events[i]=[a._events[i],h]:a._events[i].push(h):(a._events[i]=h,a._eventsCount++),a}function g(a,b){0==--a._eventsCount?a._events=new d:delete a._events[b]}function h(){this._events=new d,this._eventsCount=0}Object.create&&(d.prototype=Object.create(null),(new d).__proto__||(c=!1)),h.prototype.eventNames=function(){var a,d,e=[];if(0===this._eventsCount)return e;for(d in a=this._events)b.call(a,d)&&e.push(c?d.slice(1):d);return Object.getOwnPropertySymbols?e.concat(Object.getOwnPropertySymbols(a)):e},h.prototype.listeners=function(a){var b=c?c+a:a,d=this._events[b];if(!d)return[];if(d.fn)return[d.fn];for(var e=0,f=d.length,g=Array(f);e<f;e++)g[e]=d[e].fn;return g},h.prototype.listenerCount=function(a){var b=c?c+a:a,d=this._events[b];return d?d.fn?1:d.length:0},h.prototype.emit=function(a,b,d,e,f,g){var h=c?c+a:a;if(!this._events[h])return!1;var i,j,k=this._events[h],l=arguments.length;if(k.fn){switch(k.once&&this.removeListener(a,k.fn,void 0,!0),l){case 1:return k.fn.call(k.context),!0;case 2:return k.fn.call(k.context,b),!0;case 3:return k.fn.call(k.context,b,d),!0;case 4:return k.fn.call(k.context,b,d,e),!0;case 5:return k.fn.call(k.context,b,d,e,f),!0;case 6:return k.fn.call(k.context,b,d,e,f,g),!0}for(j=1,i=Array(l-1);j<l;j++)i[j-1]=arguments[j];k.fn.apply(k.context,i)}else{var m,n=k.length;for(j=0;j<n;j++)switch(k[j].once&&this.removeListener(a,k[j].fn,void 0,!0),l){case 1:k[j].fn.call(k[j].context);break;case 2:k[j].fn.call(k[j].context,b);break;case 3:k[j].fn.call(k[j].context,b,d);break;case 4:k[j].fn.call(k[j].context,b,d,e);break;default:if(!i)for(m=1,i=Array(l-1);m<l;m++)i[m-1]=arguments[m];k[j].fn.apply(k[j].context,i)}}return!0},h.prototype.on=function(a,b,c){return f(this,a,b,c,!1)},h.prototype.once=function(a,b,c){return f(this,a,b,c,!0)},h.prototype.removeListener=function(a,b,d,e){var f=c?c+a:a;if(!this._events[f])return this;if(!b)return g(this,f),this;var h=this._events[f];if(h.fn)h.fn!==b||e&&!h.once||d&&h.context!==d||g(this,f);else{for(var i=0,j=[],k=h.length;i<k;i++)(h[i].fn!==b||e&&!h[i].once||d&&h[i].context!==d)&&j.push(h[i]);j.length?this._events[f]=1===j.length?j[0]:j:g(this,f)}return this},h.prototype.removeAllListeners=function(a){var b;return a?(b=c?c+a:a,this._events[b]&&g(this,b)):(this._events=new d,this._eventsCount=0),this},h.prototype.off=h.prototype.removeListener,h.prototype.addListener=h.prototype.on,h.prefixed=c,h.EventEmitter=h,a.exports=h},213:a=>{a.exports=(a,b)=>(b=b||(()=>{}),a.then(a=>new Promise(a=>{a(b())}).then(()=>a),a=>new Promise(a=>{a(b())}).then(()=>{throw a})))},574:(a,b)=>{Object.defineProperty(b,"__esModule",{value:!0}),b.default=function(a,b,c){let d=0,e=a.length;for(;e>0;){let f=e/2|0,g=d+f;0>=c(a[g],b)?(d=++g,e-=f+1):e=f}return d}},821:(a,b,c)=>{Object.defineProperty(b,"__esModule",{value:!0});let d=c(574);class e{constructor(){this._queue=[]}enqueue(a,b){let c={priority:(b=Object.assign({priority:0},b)).priority,run:a};if(this.size&&this._queue[this.size-1].priority>=b.priority)return void this._queue.push(c);let e=d.default(this._queue,c,(a,b)=>b.priority-a.priority);this._queue.splice(e,0,c)}dequeue(){let a=this._queue.shift();return null==a?void 0:a.run}filter(a){return this._queue.filter(b=>b.priority===a.priority).map(a=>a.run)}get size(){return this._queue.length}}b.default=e},816:(a,b,c)=>{let d=c(213);class e extends Error{constructor(a){super(a),this.name="TimeoutError"}}let f=(a,b,c)=>new Promise((f,g)=>{if("number"!=typeof b||b<0)throw TypeError("Expected `milliseconds` to be a positive number");if(b===1/0)return void f(a);let h=setTimeout(()=>{if("function"==typeof c){try{f(c())}catch(a){g(a)}return}let d="string"==typeof c?c:`Promise timed out after ${b} milliseconds`,h=c instanceof Error?c:new e(d);"function"==typeof a.cancel&&a.cancel(),g(h)},b);d(a.then(f,g),()=>{clearTimeout(h)})});a.exports=f,a.exports.default=f,a.exports.TimeoutError=e}},c={};function d(a){var e=c[a];if(void 0!==e)return e.exports;var f=c[a]={exports:{}},g=!0;try{b[a](f,f.exports,d),g=!1}finally{g&&delete c[a]}return f.exports}d.ab="//";var e={};(()=>{Object.defineProperty(e,"__esModule",{value:!0});let a=d(993),b=d(816),c=d(821),f=()=>{},g=new b.TimeoutError;class h extends a{constructor(a){var b,d,e,g;if(super(),this._intervalCount=0,this._intervalEnd=0,this._pendingCount=0,this._resolveEmpty=f,this._resolveIdle=f,!("number"==typeof(a=Object.assign({carryoverConcurrencyCount:!1,intervalCap:1/0,interval:0,concurrency:1/0,autoStart:!0,queueClass:c.default},a)).intervalCap&&a.intervalCap>=1))throw TypeError(`Expected \`intervalCap\` to be a number from 1 and up, got \`${null!=(d=null==(b=a.intervalCap)?void 0:b.toString())?d:""}\` (${typeof a.intervalCap})`);if(void 0===a.interval||!(Number.isFinite(a.interval)&&a.interval>=0))throw TypeError(`Expected \`interval\` to be a finite number >= 0, got \`${null!=(g=null==(e=a.interval)?void 0:e.toString())?g:""}\` (${typeof a.interval})`);this._carryoverConcurrencyCount=a.carryoverConcurrencyCount,this._isIntervalIgnored=a.intervalCap===1/0||0===a.interval,this._intervalCap=a.intervalCap,this._interval=a.interval,this._queue=new a.queueClass,this._queueClass=a.queueClass,this.concurrency=a.concurrency,this._timeout=a.timeout,this._throwOnTimeout=!0===a.throwOnTimeout,this._isPaused=!1===a.autoStart}get _doesIntervalAllowAnother(){return this._isIntervalIgnored||this._intervalCount<this._intervalCap}get _doesConcurrentAllowAnother(){return this._pendingCount<this._concurrency}_next(){this._pendingCount--,this._tryToStartAnother(),this.emit("next")}_resolvePromises(){this._resolveEmpty(),this._resolveEmpty=f,0===this._pendingCount&&(this._resolveIdle(),this._resolveIdle=f,this.emit("idle"))}_onResumeInterval(){this._onInterval(),this._initializeIntervalIfNeeded(),this._timeoutId=void 0}_isIntervalPaused(){let a=Date.now();if(void 0===this._intervalId){let b=this._intervalEnd-a;if(!(b<0))return void 0===this._timeoutId&&(this._timeoutId=setTimeout(()=>{this._onResumeInterval()},b)),!0;this._intervalCount=this._carryoverConcurrencyCount?this._pendingCount:0}return!1}_tryToStartAnother(){if(0===this._queue.size)return this._intervalId&&clearInterval(this._intervalId),this._intervalId=void 0,this._resolvePromises(),!1;if(!this._isPaused){let a=!this._isIntervalPaused();if(this._doesIntervalAllowAnother&&this._doesConcurrentAllowAnother){let b=this._queue.dequeue();return!!b&&(this.emit("active"),b(),a&&this._initializeIntervalIfNeeded(),!0)}}return!1}_initializeIntervalIfNeeded(){this._isIntervalIgnored||void 0!==this._intervalId||(this._intervalId=setInterval(()=>{this._onInterval()},this._interval),this._intervalEnd=Date.now()+this._interval)}_onInterval(){0===this._intervalCount&&0===this._pendingCount&&this._intervalId&&(clearInterval(this._intervalId),this._intervalId=void 0),this._intervalCount=this._carryoverConcurrencyCount?this._pendingCount:0,this._processQueue()}_processQueue(){for(;this._tryToStartAnother(););}get concurrency(){return this._concurrency}set concurrency(a){if(!("number"==typeof a&&a>=1))throw TypeError(`Expected \`concurrency\` to be a number from 1 and up, got \`${a}\` (${typeof a})`);this._concurrency=a,this._processQueue()}async add(a,c={}){return new Promise((d,e)=>{let f=async()=>{this._pendingCount++,this._intervalCount++;try{let f=void 0===this._timeout&&void 0===c.timeout?a():b.default(Promise.resolve(a()),void 0===c.timeout?this._timeout:c.timeout,()=>{(void 0===c.throwOnTimeout?this._throwOnTimeout:c.throwOnTimeout)&&e(g)});d(await f)}catch(a){e(a)}this._next()};this._queue.enqueue(f,c),this._tryToStartAnother(),this.emit("add")})}async addAll(a,b){return Promise.all(a.map(async a=>this.add(a,b)))}start(){return this._isPaused&&(this._isPaused=!1,this._processQueue()),this}pause(){this._isPaused=!0}clear(){this._queue=new this._queueClass}async onEmpty(){if(0!==this._queue.size)return new Promise(a=>{let b=this._resolveEmpty;this._resolveEmpty=()=>{b(),a()}})}async onIdle(){if(0!==this._pendingCount||0!==this._queue.size)return new Promise(a=>{let b=this._resolveIdle;this._resolveIdle=()=>{b(),a()}})}get size(){return this._queue.size}sizeBy(a){return this._queue.filter(a).length}get pending(){return this._pendingCount}get isPaused(){return this._isPaused}get timeout(){return this._timeout}set timeout(a){this._timeout=a}}e.default=h})(),a.exports=e})()},841:a=>{"use strict";a.exports=d,a.exports.preferredLanguages=d;var b=/^\s*([^\s\-;]+)(?:-([^\s;]+))?\s*(?:;(.*))?$/;function c(a,c){var d=b.exec(a);if(!d)return null;var e=d[1],f=d[2],g=e;f&&(g+="-"+f);var h=1;if(d[3])for(var i=d[3].split(";"),j=0;j<i.length;j++){var k=i[j].split("=");"q"===k[0]&&(h=parseFloat(k[1]))}return{prefix:e,suffix:f,q:h,i:c,full:g}}function d(a,b){var d=function(a){for(var b=a.split(","),d=0,e=0;d<b.length;d++){var f=c(b[d].trim(),d);f&&(b[e++]=f)}return b.length=e,b}(void 0===a?"*":a||"");if(!b)return d.filter(g).sort(e).map(f);var h=b.map(function(a,b){for(var e={o:-1,q:0,s:0},f=0;f<d.length;f++){var g=function(a,b,d){var e=c(a);if(!e)return null;var f=0;if(b.full.toLowerCase()===e.full.toLowerCase())f|=4;else if(b.prefix.toLowerCase()===e.full.toLowerCase())f|=2;else if(b.full.toLowerCase()===e.prefix.toLowerCase())f|=1;else if("*"!==b.full)return null;return{i:d,o:b.i,q:b.q,s:f}}(a,d[f],b);g&&0>(e.s-g.s||e.q-g.q||e.o-g.o)&&(e=g)}return e});return h.filter(g).sort(e).map(function(a){return b[h.indexOf(a)]})}function e(a,b){return b.q-a.q||b.s-a.s||a.o-b.o||a.i-b.i||0}function f(a){return a.full}function g(a){return a.q>0}},1008:a=>{"use strict";a.exports=JSON.parse('{"Badges":{"local":"本機","latest":"最新","admin":"Admin"},"NavigationHeader":{"title":"Modded Minecraft Wiki","title_short":"Wiki","badge":{"preview":"預覽模式","beta":"Beta 版"},"link":{"home":"首頁","browse":"瀏覽","about":"關於"}},"NavigationFooter":{"title":"Modded Minecraft Wiki","links":{"navigation":{"title":"導覽","home":"首頁","browse":"瀏覽","dev":"開發人員"},"links":{"title":"連結"},"resources":{"title":"資源","blog":"部落格","status":"狀態","translate":"協助我們翻譯"},"about":{"title":"關於","tos":"服務條款","privacy":"隱私權政策","contact":"聯絡我們"}}},"HomePage":{"title":"歡迎使用 <highlight>Modded Minecraft Wiki</highlight>","subtitle":"您探索、建立和貢獻 Minecraft 相關專案的首選資源。","popular":{"title":"熱門 Wiki","open":"閱讀更多","disclaimer":"這些專案是根據其透過瀏覽次數統計所顯示的受歡迎程度來突顯的,且並未獲得 Modded Minecraft Wiki 的官方認可。"},"community":{"title":"加入我們的社群","users":{"title":"使用者","subtitle":"探索我們的精選專案,並體驗以下優點:","docs":"取得高品質、即時更新且區分版本的文件","contribute":"即使不懂程式設計,也能參與專案貢獻","ui":"在所有專案中,都能享有一致且使用者友善的介面。","localization":"受益於多語言支援"},"authors":{"title":"作者","subtitle":"取得專案儀表板的存取權,並體驗以下優點:","vcs":"您的文件版本控制支援","components":"Built-in components for recipes, assets, etc.","gradle":"Gradle 整合,帶來無縫的工作流程","management":"進階專案管理工具","interaction":"與您的使用者群直接互動","dashboard":"開啟儀表板","guide":"閱讀更多"}},"browse":"瀏覽專案","highlights":{"localization":{"title":"在地化","desc":"讓文件走向世界"},"accessibility":{"title":"無障礙","desc":"直覺且反應靈敏的使用者介面"},"open":{"title":"開放","desc":"讓使用者共同參與,無需任何程式設計知識"},"free":{"title":"免費","desc":"在我們的網站上託管文件完全免費!"}},"about":{"title":"關於我們","maintainers":"這個 Wiki 是由 <b>Sinytra</b> 建立及維護,他們是由一群充滿熱忱的開發人員組成的專門團隊,致力於為 Minecraft 模組社群提供高品質、自由且開放原始碼的軟體。","mission":"我們的目標是協助模組製作者和玩家,提供他們所需的工具與資源,以便創造、記錄並探索經由模組改造的 Minecraft 所帶來的無限可能。"},"blog":{"title":"部落格文章","open":"閱讀更多"}},"BrowsePage":{"sidebar":{"title":"瀏覽專案","search_filters":"搜尋篩選...","categories":"分類"},"sorting":"排序依據","sort":{"relevance":"相關度","creation_date":"建立日期","popularity":"熱門程度","az":"A-Z","za":"Z-A"},"search":"搜尋專案...","clear_filter":"清除篩選器","no_results":"搜尋查詢沒有結果!"},"SearchProjectTypes":{"mod":"模組","modpack":"模組包","resourcepack":"資源包","datapack":"資料包","shader":"光影包","plugin":"插件"},"ProjectTypes":{"mod":"模組","modpack":"模組包","resourcepack":"資源包","datapack":"資料包","shader":"光影包","plugin":"插件"},"LoadingContent":{"message":"載入中..."},"MetaDocsNavigation":{"title":"導覽","about":"關於","devs":"Author guide","components":"Components","help":"取得協助","tos":"使用規定","privacy":"隱私權政策","security":"安全性通知"},"Login":{"title":"需要登入","desc":"您嘗試存取的頁面需要登入。","prompt":"請使用您的 GitHub 帳號繼續。","button":"使用 GitHub 登入"},"Preview":{"title":"預覽模式已啟用","desc":"預覽模式會啟用最小的使用者介面,讓您可以在發布前專注於在本機撰寫文件草稿。","roots":"可用的本機文件根目錄","open":"開啟"},"DocsProjectInfo":{"title":"專案資訊","type":"類型","author":"作者","tags":"標籤","latest":{"title":"最新版本","unknown":"N/A"},"license":{"title":"授權條款","custom":"自訂","unknown":"未知","arr":"版權所有"}},"ProjectCategories":{"adventure":"冒險","cursed":"惡搞","decoration":"裝飾","economy":"經濟","equipment":"裝備","food":"食物","game-mechanics":"遊戲機制","library":"程式庫","magic":"魔法","management":"管理","minigame":"小遊戲","mobs":"生物","optimization":"最佳化","social":"社交","storage":"儲物","technology":"科技","transportation":"運輸","utility":"便利工具","worldgen":"世界生成","server-utility":"伺服器實用工具","armor-weapons-tools":"盔甲、工具和武器","library-api":"API 和程式庫","adventure-rpg":"冒險和 RPG","world-gen":"世界生成","cosmetic":"外觀","mc-food":"食物","performance":"效能","map-information":"地圖和資訊","bug-fixes":"錯誤修正","mc-addons":"Addons","education":"教育","mc-miscellaneous":"其他","redstone":"紅石","utility-qol":"便利工具與生活品質","mc-creator":"MCreator"},"PageEditControls":{"edit_gh":"編輯這個頁面","report":"檢舉這個頁面","report_button":"Report page","last_updated":"上次更新時間:<date></date>"},"Report":{"title":"檢舉文件頁面","desc":"Report content that violates our <tos>Terms of Service</tos> or <cr>Content Rules</cr>.","contact":"For auditing purposes, your <b>username</b> will be included in the report.","confidential":"我們很重視您的隱私,這些資訊會永遠保密。","privacy":"如需詳細資訊,請參閱我們的《<link>隱私權政策</link>》。","form":{"id":{"title":"專案 ID","desc":"被檢舉的專案 ID。"},"path":{"title":"頁面路徑","desc":"被檢舉的文件頁面路徑。"},"locale":{"title":"Locale","desc":"Applied if the content lies within a localized subpath.","placeholder":"N/A"},"version":{"title":"Version","desc":"Applied if the content lies within a named version.","placeholder":"N/A"},"reason":{"title":"原因*","placeholder":"Select a reason for reporting this content","desc":"Reason for reporting this content.","dislike":"我不喜歡它"},"details":{"title":"詳細資訊*","placeholder":"Please provide more details on why you\'re reporting this content. Note that empty reports will be ignored.","desc":"關於這個問題的額外詳細資訊。"},"dislike":{"title":"We understand that you may not like this content, and that\'s totally okay!","desc":"但很遺憾的是,這不是檢舉專案的有效理由。","suggestion":"Would you like to look for something else to explore instead?","explore":"瀏覽專案"},"success":"檢舉提交成功"}},"ProjectReportReason":{"spam":"垃圾內容","copyright":"侵犯版權","content_rules":"違反《內容規範》","tos":"違反《服務條款》","unknown":"未知"},"ProjectReportStatus":{"new":"New","dismissed":"Dismissed","accepted":"Accepted","unknown":"未知"},"ProjectReportType":{"project":"Project","docs":"Docs page","content":"Content page","unknown":"未知"},"ViewReportPage":{"reports":"Reports","title":"Report details","desc":"Viewing report details for {id}","details":{"reporter":"Reported by","project_id":"專案 ID","path":"Path","body":"Body","reason":"原因","created_at":"Created at","status":"狀態","type":"類型","locale":"Locale","version":"Version"},"actions":{"dismiss":"Dismiss","accept":"Accept"},"toast":{"accept":"Report accepted","dismiss":"Report dismissed"}},"SubmitButton":{"title":"提交"},"Callout":{"default":"注意!","info":"Info","warning":"Warning","danger":"Danger"},"ProjectRegisterForm":{"button":"New Project","title":"登錄專案","desc":"向 Wiki 登錄一個新專案。","repo":{"title":"Repository URL","desc":"This is the address you use to clone your repository.","placeholder":"https://github.com/ExampleUser/ExampleMod"},"branch":{"title":"分支","desc":"主要分支參考。您可以在中繼資料檔案中指定要包含的其他分支。"},"path":{"title":"文件根目錄的路徑","desc":"包含中繼資料檔案的資料夾路徑。"},"admin":"Wiki 管理員設定","is_community":{"title":"社群維護的專案"},"errors":{"details":"顯示詳細資訊"},"connect_modrinth":{"desc":"Connect your <b>Modrinth account</b> in Settings to easily verify platform project ownership at any time.","settings":"Open Settings"},"submit":"提交","success":{"title":"專案登錄成功","desc":"您現在可以導覽至專案的文件頁面"},"submitting":"提交中...","verify_modrinth":"使用 Modrinth 驗證"},"ProjectSettingsForm":{"title":"編輯專案","desc":"編輯現有專案的設定。","button":"Settings","success":{"title":"專案更新成功","desc":"您現在可以導覽至已更新的專案的文件頁面"}},"ProjectDeleteForm":{"trigger":"Delete project","title":"您確定嗎?","desc":"這項操作無法復原。這會永久刪除您的專案,並從我們的伺服器中移除所有相關資料。","cancel":"取消","submit":"刪除","success":"專案已成功刪除"},"FormActions":{"errors":{"unauthorized":"User authentication error","internal":"內部伺服器錯誤,請稍後再試。","unknown":"An unknown error has occurred, please try again later.","no_platforms":"中繼資料中未定義任何平台專案。","no_project":"找不到平台專案。請確認中繼資料的「slug」欄位正確。","unsupported_type":"Unsupported project type","ownership":"無法驗證專案擁有權","cf_unavailable":"CurseForge 專案登錄尚未啟用","requires_auth":"Repository connection requires login credentials but none were provided","no_repository":"Repository not found","no_branch":"Invalid branch specified","no_path":"Metadata file not found at specified path","invalid_meta":"中繼資料檔案無效","unsupported":"尚未實作","exists":"專案已存在。","not_found":"專案不存在","illegal_id":"Illegal project ID","not_owner":"User is not authorized to register this project"}},"CommunityBadge":{"title":"社群","desc":"由社群維護的非官方文件"},"DocsPageNotFoundError":{"title":"我們找不到這個頁面","desc":"目前無法使用所請求的文件頁面。","suggestion":"請稍後再試,或向專案作者回報這個問題。","submit":"提交問題","return":"返回首頁"},"GetStartedButton":{"title":"Create your first project"},"ProjectHomepage":{"overview":{"intro":"<project></project> is a {type} created by <authors></authors>.","availability":"Available for <versions></versions>. Latest version built for <latest></latest>. First released for <first></first>.","tags":"Tagged:"},"description":{"title":"Description"},"navigation":{"title":"導覽","docs":{"title":"Browse documentation","desc":"{pages} pages available."},"content":{"title":"Browse content","desc":"{items} in-game items."}},"links":{"title":"連結","website":"Website","source_code":"Source code"},"license":{"title":"授權條款","project":"Project License","arr":"版權所有","unknown":"未知","wiki":"Wiki License","default":"Wiki content <link>partially made available</link> under the <license></license> license."}},"ProjectDocsHomepage":{"title":"首頁"},"DocsHomepagePlaceholder":{"title":"首頁預留位置","subtitle":"由於 API 限制,在本機環境中無法取得 CurseForge 專案的中繼資料。","replace":"別擔心!部署到線上 Wiki 網站後,我們會將這個預留位置替換為專案的實際描述。"},"DocsSearchBar":{"placeholder":"搜尋 Wiki 內容...","no_results":"找不到結果!","loading":"正在尋找最完美的結果...","results":"顯示 <highlight>{count}</highlight> / <highlight>{total}</highlight> 個結果","close":"<kbd>ESC</kbd> 關閉"},"DocsChangelogPage":{"title":"變更記錄"},"DocsLeftSidebar":{"title":"文件","homepage":"首頁"},"DocsContentRightSidebar":{"title":"條目資訊"},"DocsNonContentRightSidebar":{"title":"本頁內容"},"DocsVersionSelector":{"placeholder":"選擇版本","latest":"最新"},"ModVersionRange":{"desc":"以及其他 {count} 個"},"LanguageSelect":{"placeholder":"搜尋語言...","no_results":"找不到語言。"},"ProjectStatus":{"unknown":"未知","loading":"Initializing","healthy":"Loaded","at_risk":"Requires attention","error":"Errored"},"DevProjectsListPage":{"project":{"manage":"Manage"},"empty":{"primary":"Looks like you haven\'t created any projects yet","secondary":"請先閱讀我們的<guide>作者指南</guide>開始。"}},"DevProjectPage":{"breadcrumbs":{"home":"首頁"},"toolbar":{"view":"View","deployments":"Deployments"},"overview":{"title":"Project overview","desc":"Project information summary"},"source":{"title":"Project Source","repo":"Repository","branch":"分支","path":"Path","public":"Public"},"platforms":{"title":"Platforms","desc":"Project hosting platforms","headers":{"platform":"Platform","slug":"Slug / ID","link":"Link"},"open":"開放"},"information":{"title":"資訊","desc":"Resolved information","type":"類型","status":"狀態","created_at":"Created at"},"revision":{"title":"Current git revision","reloading":"Reloading project, please stand by...","not_found":"No revision found. Try reloading the project."}},"DevProjectSettingsPage":{"title":"Project settings","desc":"Configure project properties"},"DevProjectVersionsPage":{"title":"Project versions","desc":"Browse project content versions"},"DevProjectHealthPage":{"title":"Project health","desc":"Monitor project status and issues","errors":{"title":"Project issue report","desc":"Ongoing warnings & errors","empty":"No issues found"}},"DevProjectMembersPage":{"title":"Project members","desc":"Manage project members & permissions","roles":{"owner":"擁有者"},"actions":{"manage":"Manage"}},"DevProjectContentItemsPage":{"title":"Project items","desc":"Browse project items"},"DevProjectContentRecipesPage":{"title":"Project recipes","desc":"Browse project crafting recipes"},"DevProjectContentTagsPage":{"title":"Project tags","desc":"Browse project tags"},"DevProjectLogs":{"title":"Deployment log","show":"Show","unloaded":"Not loaded","waiting":"Waiting for server...","loading":"載入中...","error":"Error loading logs","toast":{"success":"Project setup complete","error":"Error during project setup"}},"DeveloperSidebar":{"teams":{"personal":"Personal"},"groups":{"projects":"專案","platform":"Platform","admin":"Administration"},"nav":{"projects":"專案","documentation":"文件","settings":"Settings","admin":"System settings"}},"DevSidebarContextSwitcher":{"title":"Teams"},"DevSidebarUser":{"logout":{"button":"Log out","title":"登出","desc":"Logging out..."},"unknown_avatar":"N/A"},"UserSettings":{"breadcrumbs":{"home":"首頁","settings":"Settings"},"profile":{"bio":"Modded Minecraft Wiki creator","join_date":"Joined {date}","admin":"Admin"},"connections":{"title":"Connections","modrinth":{"title":"Modrinth account","desc":"Used to verify project ownership","connect":"Connect","view":"View","disconnect":"Disconnect"}},"account":{"title":"Account","delete":{"title":"Delete account","desc":"Forever delete all account data","button":"Delete account"},"delete_modal":{"title":"Delete account","desc":"Are you sure you want to delete this account? This is a destructive action that cannot be undone.","cancel":"取消","button":"Delete forever"}},"toast":{"unlink":{"success":"Account unlinked successfully","error":"Error unlinking account"}}},"AuthFailure":{"title":"Authentication failure","desc":"An unexpected error has occured while trying to log in. Please try again later.","status":"Check status","return":"Return home","report":"Report Bug"},"BuiltinRecipeTypes":{"blasting":"Blasting","campfire_cooking":"Campfire cooking","crafting_shaped":"Shaped Crafting","crafting_shapeless":"Shapeless Crafting","smelting":"Smelting","smithing_transform":"Smithing","smoking":"Smoking","stonecutting":"Stonecutting"},"DocsEntryTabs":{"history":"Show history","home":"Show content"},"DevProjectSidebar":{"groups":{"project":"Project","content":"Content"},"nav":{"home":"Overview","settings":"Settings","members":"Members","deployments":"Deployments","health":"Health","versions":"版本","content":"Items","tags":"標籤","recipes":"Recipes"}},"PrefabObtaining":{"recipe":"Recipe"},"PrefabUsage":{"usage":"Usage"},"AdminSidebar":{"groups":{"home":"首頁","data":"Data","system":"System","moderation":"Moderation"},"nav":{"home":"Overview","data_imports":"Data Imports","access_keys":"Access Keys","migrations":"Migrations","users":"使用者","projects":"專案","config":"Configuration","reports":"Reports","audit_log":"Audit Log","return":"Return"}},"AdminDataImports":{"title":"System data imports","desc":"Imported game data"},"AdminMigrations":{"title":"Data migrations","desc":"Available data migrations"},"EmptyDataTable":{"guide":"Read the <link>author guide</link> to find out more on how to integrate game data into your project."},"DataTable":{"no_results":"No results.","filter":"Filter rows...","previous":"Previous","next":"Next"},"DevProjectVersionsTable":{"name":"名稱","branch":"分支","empty":{"title":"No additional versions were found in your project.","desc":"Read the <link>author guide</link> to learn more about project versioning."}},"DevProjectItemsTable":{"icon":"Icon","id":"Identifier","name":"名稱","path":"Page path (internal)","actions":{"open":"Open menu","title":"Actions","view":"View"},"empty":{"title":"No items were found in your project.","desc":"Project items are automatically detected from content pages and included game files."}},"DevProjectTagsTable":{"id":"Identifier","items":"Item count","empty":{"title":"No tags were found in your project."}},"DevProjectRecipesTable":{"type":"類型","id":"Identifier","empty":{"title":"No recipes were found in your project."}},"ResolvedProjectRecipe":{"type":"Recipe Type","input":"Ingredients","output":"Outputs","preview":"Recipe preview","workbenches":"You can craft this recipe using:"},"DevProjectDeploymentsPage":{"title":"Project deployments","desc":"Manage deployed project versions"},"DevProjectDeploymentsTable":{"id":"ID","commit":"Commit","created_at":"Deploy time","user_id":"Deployed by","status":"狀態"},"DeploymentStatus":{"unknown":"N/A","created":"Queued","loading":"Loading","success":"Success","error":"Failed"},"DeleteDeploymentModal":{"trigger":"刪除","title":"您確定嗎?","desc":"This action cannot be undone. This deployment will be permanently deleted from our servers.","cancel":"取消","submit":"刪除","success":"Deployment deleted successfully"},"DeployProjectModal":{"button":"Deploy","title":"New deployment","primary":"All project content will be <b>re-fetched</b> from the source. This option should be used upon updating the documentation source itself.","secondary":"If the new deployment fails, currently stored data <b>will not</b> be replaced. You can always <b>roll back</b> to previous deployments using the \'Redeploy\' option.","tertiary":"為了您的方便,我們建議您在發布後使用我們的 <link>Gradle 延伸模組</link>自動重新驗證文件","note":"Project configuration remains unchanged. For updating meta information (e.g. source and platforms), please use the Settings dialog instead.","cancel":"取消","submit":"Deploy"},"LiveProjectDeployConnection":{"loading":"Deploying project...","success":"Project deploy successful","error":"Project deploy failed","view":"View"},"DevProjectDeploymentPage":{"deployments":"Deployments","title":"Deployment Details","git-config":{"title":"Source coordinates"}},"ProjectGitRevision":{"title":"Git revision","title_current":"Current Git revision","loading":"Deploying project, please stand by...","not_found":"Project has no active deployment"},"ProjectIssueWidget":{"file":"File: <file></file>","date":"Created at: <date></date>","version":"Version: <version></version>"},"ProjectIssueLevel":{"warning":"Warning","error":"Error","unknown":"未知"},"ProjectIssueType":{"meta":"Invalid project metadata","file":"Invalid file","git_clone":"Error cloning repository","git_info":"Error getting commit information","ingestor":"Error importing content","internal":"Internal server error","page_render":"Invalid page","unknown":"Unknown error"},"DeploymentIssues":{"title":"Deployment issues","empty":"No issues found.","issues_found":"Found {count, plural, =1 {1 issue that needs} other {# issues that need}} attention."},"ProjectError":{"requires_auth":"Repository connection requires login credentials but none were provided","no_repository":"Repository not found","repo_too_large":"Repository exceeds allowed file size","no_branch":"Invalid branch specified","no_path":"Metadata file not found at specified path","invalid_meta":"中繼資料檔案無效","invalid_page":"Failed to render page contents","duplicate_page":"Duplicate page","unknown_recipe_type":"Unknown recipe type","invalid_ingredient":"Invalid ingredient","invalid_file":"Failed to parse file","invalid_format":"Invalid file format","invalid_resloc":"Invalid Resource Location","invalid_version_branch":"Version branch does not exist","missing_platform_project":"Missing platform project","no_page_title":"Page is missing title","missing_required_attribute":"Page is missing a required metadata attribute","unknown":"Unknown error"},"AdminReports":{"title":"Project Reports","desc":"Manage project reports"},"ResponsiveTable":{"expand":"Expand"},"UsageContentList":{"more":"Show more ..."},"RecipeUsage":{"description":"Can be used to create the following items:","empty":"Has no known usages in crafting."},"ContentCategory":{"all":"All","other":"其他"},"ContentChangelog":{"toggle":"Show changelog"},"ContentProperties":{"bool":{"true":"Yes","false":"No"},"type":{"block":"方塊","item":"物品","other":"其他"},"properties":{"id":"ID","source_mod":"Source mod","type":"類型","stack_size":"Stack size","required_tool":"Tool","blast_resistance":"Blast resistance","hardness":"Hardness","flammable":"Flammable"}},"DocsLink":{"not_found":"(找不到)"},"AdminAccessKeys":{"title":"System access keys","desc":"Provides auth for when non-interactive access is needed, such as CI"},"CreateAccessKeyModal":{"title":"Create access key","desc":"New system access key","button":"Create","name":{"title":"名稱","desc":"Give your key a name","placeholder":"Deploy staging"},"days_valid":{"title":"Days of validity","desc":"Number of days the key is valid for. Use 0 for no expiration."},"submit":"提交","submitting":"提交中..."},"SaveAccessKeyModal":{"title":"Access Key","desc":"Save your generated access key","key":"Access Key","note":"Keep the key value safe. You won\'t be able to access it again.","valid":"The key is valid until {expiry}.","close":"Done"},"DeleteAccessKeyModal":{"title":"Delete Access Key","desc":"Invalidate and delete access key","body":"This will forever delete the access key <name></name>.","cancel":"取消","submit":"刪除","success":"Access Key deleted successfully"},"CopyButton":{"copied":"Copied to clipboard"},"InteractiveComponentPlaceholder":{"title":"Content unavailable in preview mode","desc":"Interactive components are currently not supported in the local previewer. The actual contents will be shown here when the project is deployed onto the Wiki website."},"RevalidateCacheModal":{"title":"Revalidate cache tag","desc":"Manually revalidate a cache tag. Used for diagnostic purposes.","button":"Revalidate cache tag","tag":{"title":"Cache Tag","desc":"The cache tag to revalidate"},"success":"Cache tag invalidated successfully"}}')},1071:(a,b,c)=>{"use strict";var d=c(2103),e=c(2132),f=c(841),g=c(2147);function h(a){if(!(this instanceof h))return new h(a);this.request=a}a.exports=h,a.exports.Negotiator=h,h.prototype.charset=function(a){var b=this.charsets(a);return b&&b[0]},h.prototype.charsets=function(a){return d(this.request.headers["accept-charset"],a)},h.prototype.encoding=function(a,b){var c=this.encodings(a,b);return c&&c[0]},h.prototype.encodings=function(a,b){return e(this.request.headers["accept-encoding"],a,(b||{}).preferred)},h.prototype.language=function(a){var b=this.languages(a);return b&&b[0]},h.prototype.languages=function(a){return f(this.request.headers["accept-language"],a)},h.prototype.mediaType=function(a){var b=this.mediaTypes(a);return b&&b[0]},h.prototype.mediaTypes=function(a){return g(this.request.headers.accept,a)},h.prototype.preferredCharset=h.prototype.charset,h.prototype.preferredCharsets=h.prototype.charsets,h.prototype.preferredEncoding=h.prototype.encoding,h.prototype.preferredEncodings=h.prototype.encodings,h.prototype.preferredLanguage=h.prototype.language,h.prototype.preferredLanguages=h.prototype.languages,h.prototype.preferredMediaType=h.prototype.mediaType,h.prototype.preferredMediaTypes=h.prototype.mediaTypes},1181:a=>{(()=>{"use strict";"undefined"!=typeof __nccwpck_require__&&(__nccwpck_require__.ab="//");var b={};(()=>{b.parse=function(b,c){if("string"!=typeof b)throw TypeError("argument str must be a string");for(var e={},f=b.split(d),g=(c||{}).decode||a,h=0;h<f.length;h++){var i=f[h],j=i.indexOf("=");if(!(j<0)){var k=i.substr(0,j).trim(),l=i.substr(++j,i.length).trim();'"'==l[0]&&(l=l.slice(1,-1)),void 0==e[k]&&(e[k]=function(a,b){try{return b(a)}catch(b){return a}}(l,g))}}return e},b.serialize=function(a,b,d){var f=d||{},g=f.encode||c;if("function"!=typeof g)throw TypeError("option encode is invalid");if(!e.test(a))throw TypeError("argument name is invalid");var h=g(b);if(h&&!e.test(h))throw TypeError("argument val is invalid");var i=a+"="+h;if(null!=f.maxAge){var j=f.maxAge-0;if(isNaN(j)||!isFinite(j))throw TypeError("option maxAge is invalid");i+="; Max-Age="+Math.floor(j)}if(f.domain){if(!e.test(f.domain))throw TypeError("option domain is invalid");i+="; Domain="+f.domain}if(f.path){if(!e.test(f.path))throw TypeError("option path is invalid");i+="; Path="+f.path}if(f.expires){if("function"!=typeof f.expires.toUTCString)throw TypeError("option expires is invalid");i+="; Expires="+f.expires.toUTCString()}if(f.httpOnly&&(i+="; HttpOnly"),f.secure&&(i+="; Secure"),f.sameSite)switch("string"==typeof f.sameSite?f.sameSite.toLowerCase():f.sameSite){case!0:case"strict":i+="; SameSite=Strict";break;case"lax":i+="; SameSite=Lax";break;case"none":i+="; SameSite=None";break;default:throw TypeError("option sameSite is invalid")}return i};var a=decodeURIComponent,c=encodeURIComponent,d=/; */,e=/^[\u0009\u0020-\u007e\u0080-\u00ff]+$/})(),a.exports=b})()},1251:(a,b,c)=>{"use strict";a.exports=c(3673)},1467:(a,b,c)=>{"use strict";c.d(b,{s:()=>d.J});var d=c(1932)},1536:a=>{"use strict";a.exports=JSON.parse('{"Badges":{"local":"로컬","latest":"최근","admin":"Admin"},"NavigationHeader":{"title":"마인크래프트 모드 위키","title_short":"위키","badge":{"preview":"미리보기 모드","beta":"베타"},"link":{"home":"홈","browse":"찾아보기","about":"소개"}},"NavigationFooter":{"title":"마인크래프트 모드 위키","links":{"navigation":{"title":"둘러보기","home":"홈페이지","browse":"찾아보기","dev":"개발자 페이지"},"links":{"title":"링크"},"resources":{"title":"자료","blog":"블로그","status":"상태","translate":"번역 참여하기"},"about":{"title":"소개","tos":"이용약관","privacy":"개인정보 처리방침","contact":"문의하기"}}},"HomePage":{"title":"<highlight>마인크래프트 모딩 위키</highlight>","subtitle":"마인크래프트 모딩에 대한 많은 정보를 찾을 수 있는 공간입니다.","popular":{"title":"위키 목록","open":"더 알아보기","disclaimer":"위의 위키들은 조회수를 기반으로 나열되는 비공식 프로젝트들임."},"community":{"title":"커뮤니티에 가입하기","users":{"title":"유저들을 위한 것","subtitle":"여러 추천 프로젝트를 살펴보고 혜택도 누려보세요:","docs":"여기에는 최신 내용이 반영된 상세한 문서를 찾을 수 있어요.","contribute":"프로그래밍 지식 없이도 프로젝트에 기여할 수 있어요.","ui":"사용자 친화적인 인터페이스를 누릴 수 있어요.","localization":"여러분이 원하는 언어로 볼 수 있어요."},"authors":{"title":"개발자들을 위한 것","subtitle":"프로젝트 Dashboard로 디음과 같은 혜택을 누릴 수 있어요:","vcs":"Versioning 가능한 문서 작성하기","components":"Built-in components for recipes, assets, etc.","gradle":"Workflow와 Gradle간의 완전한 통합","management":"고급 프로젝트 관리 도구 사용 가능","interaction":"사용자와 직접 소통하기","dashboard":"Dashboard 열기","guide":"더 알아보기"}},"browse":"프로젝트 찾기","highlights":{"localization":{"title":"현지화","desc":"여러분의 문서를 다양한 언어로 변역 가능"},"accessibility":{"title":"접근성","desc":"직관적이고 빠른 인터페이스"},"open":{"title":"누구나 가능","desc":"사용자들이 프로그래밍 지식 없이도 기여하도록 만듭니다"},"free":{"title":"무료","desc":"이 웹사이트에서 무료로 호스팅이 가능합니다!"}},"about":{"title":"우리에 대하여","maintainers":"이 위키는 <b>Sinytra</b>가 관리합니다. <b>Sinytra</b>는 마인크래프트 모딩 커뮤니티를 위한 자유/오픈소스와, 좋은 정보를 공유하는 데에 노력하는 개발 팀입니다.","mission":"우리의 목표는 모든 모더와 플레이어에게 마인크래프트 모딩의 무한한 가능성을 탐색하고, 만들고, 기록할 수 있는 도구를 제공하여 더 멋진 일을 해낼 수 있도록 만드는 것입니다."},"blog":{"title":"블로그 게시물","open":"더 알아보기"}},"BrowsePage":{"sidebar":{"title":"프로젝트 찾아보기","search_filters":"필터 검색...","categories":"카테고리"},"sorting":"정렬 기준","sort":{"relevance":"관련성","creation_date":"생성일","popularity":"인기도","az":"오름차순","za":"Z-A"},"search":"프로젝트 검색...","clear_filter":"필터 초기화","no_results":"검색어에 대한 결과가 없습니다!"},"SearchProjectTypes":{"mod":"모드","modpack":"모드팩","resourcepack":"리소스 팩","datapack":"데이터 팩","shader":"셰이더","plugin":"플러그인"},"ProjectTypes":{"mod":"모드","modpack":"모드팩","resourcepack":"리소스 팩","datapack":"데이터 팩","shader":"셰이더","plugin":"플러그인"},"LoadingContent":{"message":"불러오는 중..."},"MetaDocsNavigation":{"title":"둘러보기","about":"소개","devs":"Author guide","components":"Components","help":"문의하기","tos":"이용약관","privacy":"개인정보 처리방침","security":"보안 공지"},"Login":{"title":"먼저 로그인하세요","desc":"이 페이지에 접근하려면 먼저 로그인해야 합니다.","prompt":"계속하려면 GitHub 계정으로 로그인해주세요.","button":"GitHub로 로그인"},"Preview":{"title":"미리보기 모드가 활성화됨","desc":"Preview 모드는 배포되기 전, 문서를 로컬에서 작성하는 데 도움을 주는 최소한의 유저 인터페이스를 제공합니다.","roots":"사용 가능한 로컬 문서 루트","open":"열기"},"DocsProjectInfo":{"title":"프로젝트 정보","type":"종류","author":"제작자","tags":"태그","latest":{"title":"최신 버전","unknown":"해당사항 없음"},"license":{"title":"라이선스","custom":"커스텀","unknown":"알 수 없음","arr":"All Rights Reserved"}},"ProjectCategories":{"adventure":"모험","cursed":"Cursed","decoration":"장식","economy":"경제","equipment":"장비","food":"음식","game-mechanics":"게임 메카닉","library":"라이브러리","magic":"마법","management":"관리","minigame":"미니게임","mobs":"몹","optimization":"최적화","social":"소셜","storage":"보관함","technology":"기술","transportation":"운송","utility":"유틸리티","worldgen":"세계 생성","server-utility":"서버 유틸리티","armor-weapons-tools":"갑옷, 도구, 무기","library-api":"API 및 라이브러리","adventure-rpg":"모험 및 RPG","world-gen":"세계 생성","cosmetic":"치장","mc-food":"음식","performance":"성능","map-information":"지도 및 정보","bug-fixes":"버그 수정","mc-addons":"애드온","education":"교육","mc-miscellaneous":"기타","redstone":"레드스톤","utility-qol":"유틸리티 및 편의성","mc-creator":"MCreator"},"PageEditControls":{"edit_gh":"이 페이지 수정하기","report":"이 페이지 신고하기","report_button":"페이지 신고하기","last_updated":"<date></date>에 마지막으로 업데이트됨"},"Report":{"title":"문서 페이지 신고","desc":"Report content that violates our <tos>Terms of Service</tos> or <cr>Content Rules</cr>.","contact":"For auditing purposes, your <b>username</b> will be included in the report.","confidential":"여러분의 개인정보는 중요하기 때문에, 항상 비밀로 유지됩니다.","privacy":"자세한 내용은 <link>개인정보 보호 정책</link>을 확인하시길 바랍니다.","form":{"id":{"title":"프로젝트 ID","desc":"신고된 프로젝트의 ID."},"path":{"title":"페이지 경로","desc":"신고하려는 페이지의 경로."},"locale":{"title":"Locale","desc":"Applied if the content lies within a localized subpath.","placeholder":"N/A"},"version":{"title":"Version","desc":"Applied if the content lies within a named version.","placeholder":"N/A"},"reason":{"title":"이유*","placeholder":"Select a reason for reporting this content","desc":"Reason for reporting this content.","dislike":"그저 마음에 들지 않습니다"},"details":{"title":"세부 정보*","placeholder":"Please provide more details on why you\'re reporting this content. Note that empty reports will be ignored.","desc":"문제에 대한 추가 정보."},"dislike":{"title":"We understand that you may not like this content, and that\'s totally okay!","desc":"죄송하지만, 프로젝트를 신고하려면 유효한 사유가 포함되어야 합니다.","suggestion":"Would you like to look for something else to explore instead?","explore":"프로젝트 둘러보기"},"success":"신고가 완료되었습니다"}},"ProjectReportReason":{"spam":"스팸","copyright":"저작권 침해","content_rules":"컨텐츠 규칙 위반","tos":"이용약관 위반","unknown":"알 수 없음"},"ProjectReportStatus":{"new":"New","dismissed":"Dismissed","accepted":"Accepted","unknown":"알 수 없음"},"ProjectReportType":{"project":"프로젝트","docs":"Docs page","content":"Content page","unknown":"알 수 없음"},"ViewReportPage":{"reports":"Reports","title":"Report details","desc":"Viewing report details for {id}","details":{"reporter":"Reported by","project_id":"프로젝트 ID","path":"경로","body":"Body","reason":"이유","created_at":"생성 시각: ","status":"상태","type":"유형","locale":"Locale","version":"Version"},"actions":{"dismiss":"Dismiss","accept":"Accept"},"toast":{"accept":"Report accepted","dismiss":"Report dismissed"}},"SubmitButton":{"title":"제출하기"},"Callout":{"default":"유의사항!","info":"Info","warning":"Warning","danger":"Danger"},"ProjectRegisterForm":{"button":"New Project","title":"프로젝트 등록하기","desc":"새 프로젝트를 위키에 등록합니다.","repo":{"title":"리포지토리 링크","desc":"이건 리포지토리를 복제하기 위한 링크예요.","placeholder":"https://github.com/ExampleUser/ExampleMod"},"branch":{"title":"브랜치","desc":"기본 브랜치 지정. 메타데이터 파일에 포함시키기 위해 추가 프랜치를 지정할 수 있습니다."},"path":{"title":"문서 루트 경로","desc":"메타데이터 파일이 포함된 폴더의 경로."},"admin":"위키 관리자 설정","is_community":{"title":"커뮤니티 관리 프로젝트"},"errors":{"details":"상세 정보 보기"},"connect_modrinth":{"desc":"프로젝트 소유권을 인증하려면 설정에서 <b>Modrinth 계정</b>을 연결하세요.","settings":"설정 열기"},"submit":"제출","success":{"title":"프로젝트를 게시했습니다","desc":"이제 프로젝트 문서로 이동할 수 있습니다"},"submitting":"전송중...","verify_modrinth":"Modrinth를 사용하여 확인"},"ProjectSettingsForm":{"title":"프로젝트 편집","desc":"프로젝트 설정 변경하기.","button":"설정","success":{"title":"프로젝트를 업데이트했습니다","desc":"이제 프로젝트 문서로 이동할 수 있습니다"}},"ProjectDeleteForm":{"trigger":"Delete project","title":"정말인가요?","desc":"이 작업은 취소할 수 없습니다. 계속 진행하면 모든 프로젝트와 데이터가 완전히 삭제됩니다.","cancel":"취소","submit":"삭제","success":"프로젝트가 삭제됨"},"FormActions":{"errors":{"unauthorized":"사용지 인증 오류","internal":"서버 오류가 발생했습니다, 나중에 다시 시도하세요.","unknown":"알 수 없는 오류가 발생했습니다. 나중에 다시 시도해 주세요.","no_platforms":"메타데이터에 플랫폼 프로젝트가 없습니다.","no_project":"플랫폼 프로젝트를 찾을 수 없습니다. 메타데이터의 \\"아이디\\" 필드가 올바른지 확인하세요.","unsupported_type":"지원하지 않는 프로젝트 타입","ownership":"프로젝트 소유권 확인에 실패하였습니다","cf_unavailable":"CurseForge프로젝트 등록이 아직 활성화되지 않았습니다","requires_auth":"리포지토리 연결에는 로그인 정보가 필요합니다","no_repository":"리포지토리를 찾을 수 없음","no_branch":"올바르지 않은 브랜치가 선택됨","no_path":"해당 경로에 메타데이터 파일이 없습니다","invalid_meta":"메타데이터 파일이 유효하지 않습니다","unsupported":"아직 구현되지 않았습니다","exists":"프로젝트가 이미 존재합니다.","not_found":"해당 프로젝트가 존재하지 않습니다","illegal_id":"Illegal project ID","not_owner":"User is not authorized to register this project"}},"CommunityBadge":{"title":"커뮤니티","desc":"커뮤니티에서 관리하는 비공식 문서"},"DocsPageNotFoundError":{"title":"해당 페이지를 찾지 못했습니다","desc":"지금은 요청한 문서를 불러올 수 없습니다.","suggestion":"나중에 다시 시도하거나 이 문제를 프로젝트 제작자에게 보고하세요.","submit":"문제 제출","return":"홈으로 돌아가기"},"GetStartedButton":{"title":"Create your first project"},"ProjectHomepage":{"overview":{"intro":"<project></project> is a {type} created by <authors></authors>.","availability":"Available for <versions></versions>. Latest version built for <latest></latest>. First released for <first></first>.","tags":"Tagged:"},"description":{"title":"Description"},"navigation":{"title":"둘러보기","docs":{"title":"Browse documentation","desc":"{pages} pages available."},"content":{"title":"Browse content","desc":"{items} in-game items."}},"links":{"title":"링크","website":"Website","source_code":"Source code"},"license":{"title":"라이센스","project":"Project License","arr":"All Rights Reserved","unknown":"알 수 없음","wiki":"Wiki License","default":"Wiki content <link>partially made available</link> under the <license></license> license."}},"ProjectDocsHomepage":{"title":"홈"},"DocsHomepagePlaceholder":{"title":"홈페이지 힌트","subtitle":"API제한에 의해, 프로젝트 메타데이터는 로컬 CurseForge프로젝트에서 사용할 수 없습니다.","replace":"걱정하지 마세요! 라이브 위키 웹사이트에 배포되면 실제 설명이 보일 거예요."},"DocsSearchBar":{"placeholder":"위키 콘텐츠 검색하기...","no_results":"검색 결과가 없습니다!","loading":"완벽한 결과를 찾는중...","results":"<highlight>{total}</highlight> 에서 <highlight>{count}</highlight> 결과 표시 중","close":"<kbd>ESC</kbd>를 눌러 종료하기"},"DocsChangelogPage":{"title":"변경 사항"},"DocsLeftSidebar":{"title":"문서","homepage":"홈"},"DocsContentRightSidebar":{"title":"정보"},"DocsNonContentRightSidebar":{"title":"이 페이지에서..."},"DocsVersionSelector":{"placeholder":"버전 선택","latest":"최신"},"ModVersionRange":{"desc":"+ {count}개 더 보기"},"LanguageSelect":{"placeholder":"언어 검색","no_results":"언어를 찾을 수 없습니다."},"ProjectStatus":{"unknown":"알 수 없음","loading":"초기화 중","healthy":"로딩됨","at_risk":"Requires attention","error":"오류"},"DevProjectsListPage":{"project":{"manage":"관리"},"empty":{"primary":"Looks like you haven\'t created any projects yet","secondary":"<guide>제작자 가이드</guide>로 시작하세요."}},"DevProjectPage":{"breadcrumbs":{"home":"홈"},"toolbar":{"view":"보기","deployments":"Deployments"},"overview":{"title":"Project overview","desc":"Project information summary"},"source":{"title":"프로젝트 소스","repo":"리포지토리","branch":"브랜치","path":"경로","public":"퍼블릭"},"platforms":{"title":"플랫폼","desc":"Project hosting platforms","headers":{"platform":"플랫폼","slug":"아이디","link":"링크"},"open":"열기"},"information":{"title":"정보","desc":"Resolved information","type":"유형","status":"상태","created_at":"생성 시각: "},"revision":{"title":"Current git revision","reloading":"Reloading project, please stand by...","not_found":"No revision found. Try reloading the project."}},"DevProjectSettingsPage":{"title":"Project settings","desc":"Configure project properties"},"DevProjectVersionsPage":{"title":"Project versions","desc":"Browse project content versions"},"DevProjectHealthPage":{"title":"Project health","desc":"Monitor project status and issues","errors":{"title":"Project issue report","desc":"Ongoing warnings & errors","empty":"No issues found"}},"DevProjectMembersPage":{"title":"Project members","desc":"Manage project members & permissions","roles":{"owner":"소유자"},"actions":{"manage":"관리"}},"DevProjectContentItemsPage":{"title":"Project items","desc":"Browse project items"},"DevProjectContentRecipesPage":{"title":"Project recipes","desc":"Browse project crafting recipes"},"DevProjectContentTagsPage":{"title":"Project tags","desc":"Browse project tags"},"DevProjectLogs":{"title":"Deployment log","show":"표시","unloaded":"로딩되지 않음","waiting":"응답 기다리는 중...","loading":"로딩중...","error":"로그 로딩 실패","toast":{"success":"프로젝트 세팅 완료","error":"프로젝트 세팅중 오류가 발생하였습니다"}},"DeveloperSidebar":{"teams":{"personal":"개인"},"groups":{"projects":"프로젝트","platform":"플랫폼","admin":"Administration"},"nav":{"projects":"프로젝트","documentation":"문서","settings":"설정","admin":"System settings"}},"DevSidebarContextSwitcher":{"title":"Teams"},"DevSidebarUser":{"logout":{"button":"로그아웃","title":"로그아웃","desc":"로그아웃 중..."},"unknown_avatar":"N/A"},"UserSettings":{"breadcrumbs":{"home":"홈","settings":"설정"},"profile":{"bio":"마인크래프트 모딩 위키 크리에이터","join_date":"{date}에 가입함","admin":"Admin"},"connections":{"title":"연결","modrinth":{"title":"Modrinth 계정","desc":"프로젝트 소유권을 확인하기 위해 사용돰","connect":"연결","view":"보기","disconnect":"연결 끊기"}},"account":{"title":"계정","delete":{"title":"계정 삭제","desc":"모든 데이터 삭제","button":"계정 삭제"},"delete_modal":{"title":"계정 삭제","desc":"정말로 계정을 삭제하시겠어요? 이후엔 되돌릴 수 없어요.","cancel":"취소","button":"영구 삭제"}},"toast":{"unlink":{"success":"연동 해제됨","error":"계정 연동 해재중 오류"}}},"AuthFailure":{"title":"인증 실패","desc":"로그인 중 알 수 없는 오류가 발생했습니다. 나중에 다시 시도하세요.","status":"상태 확인","return":"홈으로 이동","report":"오류 보고"},"BuiltinRecipeTypes":{"blasting":"Blasting","campfire_cooking":"Campfire cooking","crafting_shaped":"Shaped Crafting","crafting_shapeless":"Shapeless Crafting","smelting":"Smelting","smithing_transform":"Smithing","smoking":"Smoking","stonecutting":"Stonecutting"},"DocsEntryTabs":{"history":"Show history","home":"Show content"},"DevProjectSidebar":{"groups":{"project":"프로젝트","content":"Content"},"nav":{"home":"Overview","settings":"설정","members":"Members","deployments":"Deployments","health":"Health","versions":"버전","content":"Items","tags":"태그","recipes":"Recipes"}},"PrefabObtaining":{"recipe":"Recipe"},"PrefabUsage":{"usage":"Usage"},"AdminSidebar":{"groups":{"home":"홈","data":"Data","system":"System","moderation":"Moderation"},"nav":{"home":"Overview","data_imports":"Data Imports","access_keys":"Access Keys","migrations":"Migrations","users":"유저들을 위한 것","projects":"프로젝트","config":"Configuration","reports":"Reports","audit_log":"Audit Log","return":"Return"}},"AdminDataImports":{"title":"System data imports","desc":"Imported game data"},"AdminMigrations":{"title":"Data migrations","desc":"Available data migrations"},"EmptyDataTable":{"guide":"Read the <link>author guide</link> to find out more on how to integrate game data into your project."},"DataTable":{"no_results":"No results.","filter":"Filter rows...","previous":"Previous","next":"Next"},"DevProjectVersionsTable":{"name":"이름","branch":"브랜치","empty":{"title":"No additional versions were found in your project.","desc":"Read the <link>author guide</link> to learn more about project versioning."}},"DevProjectItemsTable":{"icon":"Icon","id":"Identifier","name":"이름","path":"Page path (internal)","actions":{"open":"Open menu","title":"Actions","view":"보기"},"empty":{"title":"No items were found in your project.","desc":"Project items are automatically detected from content pages and included game files."}},"DevProjectTagsTable":{"id":"Identifier","items":"Item count","empty":{"title":"No tags were found in your project."}},"DevProjectRecipesTable":{"type":"유형","id":"Identifier","empty":{"title":"No recipes were found in your project."}},"ResolvedProjectRecipe":{"type":"Recipe Type","input":"Ingredients","output":"Outputs","preview":"Recipe preview","workbenches":"You can craft this recipe using:"},"DevProjectDeploymentsPage":{"title":"Project deployments","desc":"Manage deployed project versions"},"DevProjectDeploymentsTable":{"id":"ID","commit":"Commit","created_at":"Deploy time","user_id":"Deployed by","status":"상태"},"DeploymentStatus":{"unknown":"N/A","created":"Queued","loading":"Loading","success":"Success","error":"Failed"},"DeleteDeploymentModal":{"trigger":"삭제","title":"정말인가요?","desc":"This action cannot be undone. This deployment will be permanently deleted from our servers.","cancel":"취소","submit":"삭제","success":"Deployment deleted successfully"},"DeployProjectModal":{"button":"Deploy","title":"New deployment","primary":"All project content will be <b>re-fetched</b> from the source. This option should be used upon updating the documentation source itself.","secondary":"If the new deployment fails, currently stored data <b>will not</b> be replaced. You can always <b>roll back</b> to previous deployments using the \'Redeploy\' option.","tertiary":"여러분의 편의를 위해, <link>Gradle plugin</link>을 사용해 문서를 배포한 후 자동으로 재확인하는 것을 권장합니다.","note":"Project configuration remains unchanged. For updating meta information (e.g. source and platforms), please use the Settings dialog instead.","cancel":"취소","submit":"Deploy"},"LiveProjectDeployConnection":{"loading":"Deploying project...","success":"Project deploy successful","error":"Project deploy failed","view":"보기"},"DevProjectDeploymentPage":{"deployments":"Deployments","title":"Deployment Details","git-config":{"title":"Source coordinates"}},"ProjectGitRevision":{"title":"Git revision","title_current":"Current Git revision","loading":"Deploying project, please stand by...","not_found":"Project has no active deployment"},"ProjectIssueWidget":{"file":"File: <file></file>","date":"Created at: <date></date>","version":"Version: <version></version>"},"ProjectIssueLevel":{"warning":"Warning","error":"Error","unknown":"알 수 없음"},"ProjectIssueType":{"meta":"Invalid project metadata","file":"Invalid file","git_clone":"Error cloning repository","git_info":"Error getting commit information","ingestor":"Error importing content","internal":"Internal server error","page_render":"Invalid page","unknown":"Unknown error"},"DeploymentIssues":{"title":"Deployment issues","empty":"No issues found.","issues_found":"Found {count, plural, =1 {1 issue that needs} other {# issues that need}} attention."},"ProjectError":{"requires_auth":"리포지토리 연결에는 로그인 정보가 필요합니다","no_repository":"리포지토리를 찾을 수 없음","repo_too_large":"Repository exceeds allowed file size","no_branch":"올바르지 않은 브랜치가 선택됨","no_path":"해당 경로에 메타데이터 파일이 없습니다","invalid_meta":"메타데이터 파일이 유효하지 않습니다","invalid_page":"Failed to render page contents","duplicate_page":"Duplicate page","unknown_recipe_type":"Unknown recipe type","invalid_ingredient":"Invalid ingredient","invalid_file":"Failed to parse file","invalid_format":"Invalid file format","invalid_resloc":"Invalid Resource Location","invalid_version_branch":"Version branch does not exist","missing_platform_project":"Missing platform project","no_page_title":"Page is missing title","missing_required_attribute":"Page is missing a required metadata attribute","unknown":"Unknown error"},"AdminReports":{"title":"Project Reports","desc":"Manage project reports"},"ResponsiveTable":{"expand":"Expand"},"UsageContentList":{"more":"Show more ..."},"RecipeUsage":{"description":"Can be used to create the following items:","empty":"Has no known usages in crafting."},"ContentCategory":{"all":"All","other":"기타"},"ContentChangelog":{"toggle":"Show changelog"},"ContentProperties":{"bool":{"true":"Yes","false":"No"},"type":{"block":"블록","item":"아이템","other":"기타"},"properties":{"id":"ID","source_mod":"Source mod","type":"유형","stack_size":"Stack size","required_tool":"Tool","blast_resistance":"Blast resistance","hardness":"Hardness","flammable":"Flammable"}},"DocsLink":{"not_found":"(Not found)"},"AdminAccessKeys":{"title":"System access keys","desc":"Provides auth for when non-interactive access is needed, such as CI"},"CreateAccessKeyModal":{"title":"Create access key","desc":"New system access key","button":"Create","name":{"title":"이름","desc":"Give your key a name","placeholder":"Deploy staging"},"days_valid":{"title":"Days of validity","desc":"Number of days the key is valid for. Use 0 for no expiration."},"submit":"제출","submitting":"전송중..."},"SaveAccessKeyModal":{"title":"Access Key","desc":"Save your generated access key","key":"Access Key","note":"Keep the key value safe. You won\'t be able to access it again.","valid":"The key is valid until {expiry}.","close":"Done"},"DeleteAccessKeyModal":{"title":"Delete Access Key","desc":"Invalidate and delete access key","body":"This will forever delete the access key <name></name>.","cancel":"취소","submit":"삭제","success":"Access Key deleted successfully"},"CopyButton":{"copied":"Copied to clipboard"},"InteractiveComponentPlaceholder":{"title":"Content unavailable in preview mode","desc":"Interactive components are currently not supported in the local previewer. The actual contents will be shown here when the project is deployed onto the Wiki website."},"RevalidateCacheModal":{"title":"Revalidate cache tag","desc":"Manually revalidate a cache tag. Used for diagnostic purposes.","button":"Revalidate cache tag","tag":{"title":"Cache Tag","desc":"The cache tag to revalidate"},"success":"Cache tag invalidated successfully"}}')},1761:a=>{"use strict";a.exports=JSON.parse('{"Badges":{"local":"Local","latest":"Latest","admin":"Admin"},"NavigationHeader":{"title":"Modded Minecraft Wiki","title_short":"Wiki","badge":{"preview":"PREVIEW MODE","beta":"Beta"},"link":{"home":"Home","browse":"Browse","about":"About"}},"NavigationFooter":{"title":"Modded Minecraft Wiki","links":{"navigation":{"title":"Navigation","home":"Homepage","browse":"Browse","dev":"Developers"},"links":{"title":"Links"},"resources":{"title":"Resources","blog":"Blog","status":"Status","translate":"Help us translate"},"about":{"title":"About","tos":"Terms of Service","privacy":"Privacy Policy","contact":"Contact"}}},"HomePage":{"title":"Welcome to the <highlight>Modded Minecraft Wiki</highlight>","subtitle":"Your go-to resource for discovering, creating, and contributing to Minecraft-related projects.","popular":{"title":"Popular Wikis","open":"Read more","disclaimer":"These projects are highlighted based on their popularity through view statistics and are not officially endorsed by Modded Minecraft Wiki."},"community":{"title":"Join Our Community","users":{"title":"Users","subtitle":"Explore our featured projects and enjoy these benefits:","docs":"Access high-quality, up-to-date and versioned documentation","contribute":"Contribute to projects without programming knowledge","ui":"Enjoy a consistent, user-friendly interface across all projects","localization":"Benefit from multi-language support"},"authors":{"title":"Authors","subtitle":"Get access to the Project Dashboard and enjoy these benefits:","vcs":"Versioning support for your documentation","components":"Built-in components for recipes, assets, etc.","gradle":"Gradle integration for seamless workflow","management":"Advanced project management tools","interaction":"Direct interaction with your user base","dashboard":"Open Dashboard","guide":"Read More"}},"browse":"Browse Projects","highlights":{"localization":{"title":"Localization","desc":"Translate your docs into world languages"},"accessibility":{"title":"Accessible","desc":"Intuitive and responsive user interface"},"open":{"title":"Open","desc":"Let your users contribute without any programming knowledge necessary"},"free":{"title":"Free","desc":"Hosting docs on our website is completely free of charge!"}},"about":{"title":"About Us","maintainers":"The Wiki is built and maintained by <b>Sinytra</b>, a dedicated team of passionate developers focused on delivering high-quality, Free and Open Source software for the Minecraft modding community.","mission":"Our goal is to empower modders and players alike by providing the tools and resources necessary to create, document, and explore the endless possibilities of modded Minecraft."},"blog":{"title":"Blog Posts","open":"Read More"}},"BrowsePage":{"sidebar":{"title":"Browse projects","search_filters":"Search filters...","categories":"Categories"},"sorting":"Sort by","sort":{"relevance":"Relevance","creation_date":"Creation date","popularity":"Popularity","az":"A-Z","za":"Z-A"},"search":"Search projects...","clear_filter":"Clear filters","no_results":"Search query returned no results!"},"SearchProjectTypes":{"mod":"Mods","modpack":"Modpacks","resourcepack":"Resource packs","datapack":"Data packs","shader":"Shaders","plugin":"Plugins"},"ProjectTypes":{"mod":"Mod","modpack":"Modpack","resourcepack":"Resource pack","datapack":"Data pack","shader":"Shader","plugin":"Plugin"},"LoadingContent":{"message":"Loading..."},"MetaDocsNavigation":{"title":"Navigation","about":"About","devs":"Author guide","components":"Components","help":"Get help","tos":"Terms of Use","privacy":"Privacy Policy","security":"Security Notice"},"Login":{"title":"Login required","desc":"The page you are trying to access requires you to log in.","prompt":"Please use your GitHub account to continue.","button":"Log in with GitHub"},"Preview":{"title":"Preview mode is enabled","desc":"Preview mode enables a minimal user interface, allowing you to focus on drafting your docs locally before they are published.","roots":"Available local documentation roots","open":"Open"},"DocsProjectInfo":{"title":"Project information","type":"Type","author":"Author","tags":"Tags","latest":{"title":"Latest version","unknown":"N/A"},"license":{"title":"License","custom":"Custom","unknown":"Unknown","arr":"All Rights Reserved"}},"ProjectCategories":{"adventure":"Adventure","cursed":"Cursed","decoration":"Decoration","economy":"Economy","equipment":"Equipment","food":"Food","game-mechanics":"Game Mechanics","library":"Library","magic":"Magic","management":"Management","minigame":"Minigame","mobs":"Mobs","optimization":"Optimization","social":"Social","storage":"Storage","technology":"Technology","transportation":"Transporation","utility":"Utility","worldgen":"Worldgen","server-utility":"Server Utility","armor-weapons-tools":"Armor, Tools, and Weapons","library-api":"API and Library","adventure-rpg":"Adventure and RPG","world-gen":"World Gen","cosmetic":"Cosmetic","mc-food":"Food","performance":"Performance","map-information":"Map and Information","bug-fixes":"Bug Fixes","mc-addons":"Addons","education":"Education","mc-miscellaneous":"Miscellaneous","redstone":"Redstone","utility-qol":"Utility & QoL","mc-creator":"MCreator"},"PageEditControls":{"edit_gh":"Edit this page","report":"Report this page","report_button":"Report page","last_updated":"Last updated: <date></date>"},"Report":{"title":"Report a documentation page","desc":"Report content that violates our <tos>Terms of Service</tos> or <cr>Content Rules</cr>.","contact":"For auditing purposes, your <b>username</b> will be included in the report.","confidential":"Your privacy is important to us, and this information will always be kept confidential.","privacy":"For more information, please refer to our <link>Privacy Policy</link>.","form":{"id":{"title":"Project ID","desc":"Reported project ID."},"path":{"title":"Page path","desc":"Reported documentation page path."},"locale":{"title":"Locale","desc":"Applied if the content lies within a localized subpath.","placeholder":"N/A"},"version":{"title":"Version","desc":"Applied if the content lies within a named version.","placeholder":"N/A"},"reason":{"title":"Reason*","placeholder":"Select a reason for reporting this content","desc":"Reason for reporting this content.","dislike":"I just don\'t like it"},"details":{"title":"Details*","placeholder":"Please provide more details on why you\'re reporting this content. Note that empty reports will be ignored.","desc":"Additional details about the issue."},"dislike":{"title":"We understand that you may not like this content, and that\'s totally okay!","desc":"Unfortunately, however, it is not a valid reason to report a project.","suggestion":"Would you like to look for something else to explore instead?","explore":"Explore projects"},"success":"Report submitted successfully"}},"ProjectReportReason":{"spam":"Spam","copyright":"Copyright Infringement","content_rules":"Violates Content Rules","tos":"Violates Terms of Service","unknown":"Unknown"},"ProjectReportStatus":{"new":"New","dismissed":"Dismissed","accepted":"Accepted","unknown":"Unknown"},"ProjectReportType":{"project":"Project","docs":"Docs page","content":"Content page","unknown":"Unknown"},"ViewReportPage":{"reports":"Reports","title":"Report details","desc":"Viewing report details for {id}","details":{"reporter":"Reported by","project_id":"Project ID","path":"Path","body":"Body","reason":"Reason","created_at":"Created at","status":"Status","type":"Type","locale":"Locale","version":"Version"},"actions":{"dismiss":"Dismiss","accept":"Accept"},"toast":{"accept":"Report accepted","dismiss":"Report dismissed"}},"SubmitButton":{"title":"Submit"},"Callout":{"default":"Heads up!","info":"Info","warning":"Warning","danger":"Danger"},"ProjectRegisterForm":{"button":"New Project","title":"Register project","desc":"Register a new project to the wiki.","repo":{"title":"Repository URL","desc":"This is the address you use to clone your repository.","placeholder":"https://github.com/ExampleUser/ExampleMod"},"branch":{"title":"Branch","desc":"Primary branch ref. You can specify additional branches to include in your metadata file."},"path":{"title":"Path to documentation root","desc":"Path to the folder containing the metadata file."},"admin":"Wiki admin settings","is_community":{"title":"Community-maintained project"},"errors":{"details":"Show details"},"connect_modrinth":{"desc":"Connect your <b>Modrinth account</b> in Settings to easily verify platform project ownership at any time.","settings":"Open Settings"},"submit":"Submit","success":{"title":"Project registered successfully","desc":"You can now navigate to the project\'s docs page"},"submitting":"Submitting...","verify_modrinth":"Verify using Modrinth"},"ProjectSettingsForm":{"title":"Edit project","desc":"Edit an existing project\'s settings.","button":"Settings","success":{"title":"Project updated successfully","desc":"You can now navigate to the updated project\'s docs page"}},"ProjectDeleteForm":{"trigger":"Delete project","title":"Are you absolutely sure?","desc":"This action cannot be undone. This will permanently delete your project and remove all associated data from our servers.","cancel":"Cancel","submit":"Delete","success":"Project deleted successfully"},"FormActions":{"errors":{"unauthorized":"User authentication error","internal":"Internal Server Error, please try again later.","unknown":"An unknown error has occurred, please try again later.","no_platforms":"No platform projects defined in metadata.","no_project":"Platform project not found. Please make sure the metadata \\"slug\\" field is correct.","unsupported_type":"Unsupported project type","ownership":"Failed to verify project ownership","cf_unavailable":"Registering CurseForge projects is not active","requires_auth":"Repository connection requires login credentials but none were provided","no_repository":"Repository not found","no_branch":"Invalid branch specified","no_path":"Metadata file not found at specified path","invalid_meta":"Metadata file is invalid","unsupported":"Not yet implemented","exists":"Project already exists.","not_found":"Project does not exist","illegal_id":"Illegal project ID","not_owner":"User is not authorized to register this project"}},"CommunityBadge":{"title":"Community","desc":"Unofficial documentation maintained by the community"},"DocsPageNotFoundError":{"title":"We lost this page","desc":"The requested documentation page is not available at the moment.","suggestion":"Please try again later or report this issue to the project author.","submit":"Submit issue","return":"Return Home"},"GetStartedButton":{"title":"Create your first project"},"ProjectHomepage":{"overview":{"intro":"<project></project> is a {type} created by <authors></authors>.","availability":"Available for <versions></versions>. Latest version built for <latest></latest>. First released for <first></first>.","tags":"Tagged:"},"description":{"title":"Description"},"navigation":{"title":"Navigation","docs":{"title":"Browse documentation","desc":"{pages} pages available."},"content":{"title":"Browse content","desc":"{items} in-game items."}},"links":{"title":"Links","website":"Website","source_code":"Source code"},"license":{"title":"Licenses","project":"Project License","arr":"All Rights Reserved","unknown":"Unknown","wiki":"Wiki License","default":"Wiki content <link>partially made available</link> under the <license></license> license."}},"ProjectDocsHomepage":{"title":"Home"},"DocsHomepagePlaceholder":{"title":"Homepage placeholder","subtitle":"Due to API restrictions, project metadata is not available for CurseForge projects in local environments.","replace":"Don\'t worry! We\'ll replace this placeholder with the project\'s actual description once deployed on the live wiki website."},"DocsSearchBar":{"placeholder":"Search wiki contents...","no_results":"No results found!","loading":"Finding the perfect results...","results":"Showing <highlight>{count}</highlight> of <highlight>{total}</highlight> results","close":"<kbd>ESC</kbd> to close"},"DocsChangelogPage":{"title":"Changelog"},"DocsLeftSidebar":{"title":"Documentation","homepage":"Home"},"DocsContentRightSidebar":{"title":"Entry information"},"DocsNonContentRightSidebar":{"title":"On this page"},"DocsVersionSelector":{"placeholder":"Select version","latest":"Latest"},"ModVersionRange":{"desc":"+{count} more"},"LanguageSelect":{"placeholder":"Search languages...","no_results":"No language found."},"ProjectStatus":{"unknown":"Unknown","loading":"Initializing","healthy":"Loaded","at_risk":"Requires attention","error":"Errored"},"DevProjectsListPage":{"project":{"manage":"Manage"},"empty":{"primary":"Looks like you haven\'t created any projects yet","secondary":"Get started by reading our <guide>author guide</guide>."}},"DevProjectPage":{"breadcrumbs":{"home":"Home"},"toolbar":{"view":"View","deployments":"Deployments"},"overview":{"title":"Project overview","desc":"Project information summary"},"source":{"title":"Project Source","repo":"Repository","branch":"Branch","path":"Path","public":"Public"},"platforms":{"title":"Platforms","desc":"Project hosting platforms","headers":{"platform":"Platform","slug":"Slug / ID","link":"Link"},"open":"Open"},"information":{"title":"Information","desc":"Resolved information","type":"Type","status":"Status","created_at":"Created at"},"revision":{"title":"Current git revision","reloading":"Reloading project, please stand by...","not_found":"No revision found. Try reloading the project."}},"DevProjectSettingsPage":{"title":"Project settings","desc":"Configure project properties"},"DevProjectVersionsPage":{"title":"Project versions","desc":"Browse project content versions"},"DevProjectHealthPage":{"title":"Project health","desc":"Monitor project status and issues","errors":{"title":"Project issue report","desc":"Ongoing warnings & errors","empty":"No issues found"}},"DevProjectMembersPage":{"title":"Project members","desc":"Manage project members & permissions","roles":{"owner":"Owner"},"actions":{"manage":"Manage"}},"DevProjectContentItemsPage":{"title":"Project items","desc":"Browse project items"},"DevProjectContentRecipesPage":{"title":"Project recipes","desc":"Browse project crafting recipes"},"DevProjectContentTagsPage":{"title":"Project tags","desc":"Browse project tags"},"DevProjectLogs":{"title":"Deployment log","show":"Show","unloaded":"Not loaded","waiting":"Waiting for server...","loading":"Loading...","error":"Error loading logs","toast":{"success":"Project setup complete","error":"Error during project setup"}},"DeveloperSidebar":{"teams":{"personal":"Personal"},"groups":{"projects":"Projects","platform":"Platform","admin":"Administration"},"nav":{"projects":"Projects","documentation":"Documentation","settings":"Settings","admin":"System settings"}},"DevSidebarContextSwitcher":{"title":"Teams"},"DevSidebarUser":{"logout":{"button":"Log out","title":"Logout","desc":"Logging out..."},"unknown_avatar":"N/A"},"UserSettings":{"breadcrumbs":{"home":"Home","settings":"Settings"},"profile":{"bio":"Modded Minecraft Wiki creator","join_date":"Joined {date}","admin":"Admin"},"connections":{"title":"Connections","modrinth":{"title":"Modrinth account","desc":"Used to verify project ownership","connect":"Connect","view":"View","disconnect":"Disconnect"}},"account":{"title":"Account","delete":{"title":"Delete account","desc":"Forever delete all account data","button":"Delete account"},"delete_modal":{"title":"Delete account","desc":"Are you sure you want to delete this account? This is a destructive action that cannot be undone.","cancel":"Cancel","button":"Delete forever"}},"toast":{"unlink":{"success":"Account unlinked successfully","error":"Error unlinking account"}}},"AuthFailure":{"title":"Authentication failure","desc":"An unexpected error has occured while trying to log in. Please try again later.","status":"Check status","return":"Return home","report":"Report Bug"},"BuiltinRecipeTypes":{"blasting":"Blasting","campfire_cooking":"Campfire cooking","crafting_shaped":"Shaped Crafting","crafting_shapeless":"Shapeless Crafting","smelting":"Smelting","smithing_transform":"Smithing","smoking":"Smoking","stonecutting":"Stonecutting"},"DocsEntryTabs":{"history":"Show history","home":"Show content"},"DevProjectSidebar":{"groups":{"project":"Project","content":"Content"},"nav":{"home":"Overview","settings":"Settings","members":"Members","deployments":"Deployments","health":"Health","versions":"Versions","content":"Items","tags":"Tags","recipes":"Recipes"}},"PrefabObtaining":{"recipe":"Recipe"},"PrefabUsage":{"usage":"Usage"},"AdminSidebar":{"groups":{"home":"Home","data":"Data","system":"System","moderation":"Moderation"},"nav":{"home":"Overview","data_imports":"Data Imports","access_keys":"Access Keys","migrations":"Migrations","users":"Users","projects":"Projects","config":"Configuration","reports":"Reports","audit_log":"Audit Log","return":"Return"}},"AdminDataImports":{"title":"System data imports","desc":"Imported game data"},"AdminMigrations":{"title":"Data migrations","desc":"Available data migrations"},"EmptyDataTable":{"guide":"Read the <link>author guide</link> to find out more on how to integrate game data into your project."},"DataTable":{"no_results":"No results.","filter":"Filter rows...","previous":"Previous","next":"Next"},"DevProjectVersionsTable":{"name":"Name","branch":"Branch","empty":{"title":"No additional versions were found in your project.","desc":"Read the <link>author guide</link> to learn more about project versioning."}},"DevProjectItemsTable":{"icon":"Icon","id":"Identifier","name":"Name","path":"Page path (internal)","actions":{"open":"Open menu","title":"Actions","view":"View"},"empty":{"title":"No items were found in your project.","desc":"Project items are automatically detected from content pages and included game files."}},"DevProjectTagsTable":{"id":"Identifier","items":"Item count","empty":{"title":"No tags were found in your project."}},"DevProjectRecipesTable":{"type":"Type","id":"Identifier","empty":{"title":"No recipes were found in your project."}},"ResolvedProjectRecipe":{"type":"Recipe Type","input":"Ingredients","output":"Outputs","preview":"Recipe preview","workbenches":"You can craft this recipe using:"},"DevProjectDeploymentsPage":{"title":"Project deployments","desc":"Manage deployed project versions"},"DevProjectDeploymentsTable":{"id":"ID","commit":"Commit","created_at":"Deploy time","user_id":"Deployed by","status":"Status"},"DeploymentStatus":{"unknown":"N/A","created":"Queued","loading":"Loading","success":"Success","error":"Failed"},"DeleteDeploymentModal":{"trigger":"Delete","title":"Are you absolutely sure?","desc":"This action cannot be undone. This deployment will be permanently deleted from our servers.","cancel":"Cancel","submit":"Delete","success":"Deployment deleted successfully"},"DeployProjectModal":{"button":"Deploy","title":"New deployment","primary":"All project content will be <b>re-fetched</b> from the source. This option should be used upon updating the documentation source itself.","secondary":"If the new deployment fails, currently stored data <b>will not</b> be replaced. You can always <b>roll back</b> to previous deployments using the \'Redeploy\' option.","tertiary":"For your own convenience, we recommend automatically revalidating docs after publication using our <link>Gradle plugin</link> instead.","note":"Project configuration remains unchanged. For updating meta information (e.g. source and platforms), please use the Settings dialog instead.","cancel":"Cancel","submit":"Deploy"},"LiveProjectDeployConnection":{"loading":"Deploying project...","success":"Project deploy successful","error":"Project deploy failed","view":"View"},"DevProjectDeploymentPage":{"deployments":"Deployments","title":"Deployment Details","git-config":{"title":"Source coordinates"}},"ProjectGitRevision":{"title":"Git revision","title_current":"Current Git revision","loading":"Deploying project, please stand by...","not_found":"Project has no active deployment"},"ProjectIssueWidget":{"file":"File: <file></file>","date":"Created at: <date></date>","version":"Version: <version></version>"},"ProjectIssueLevel":{"warning":"Warning","error":"Error","unknown":"Unknown"},"ProjectIssueType":{"meta":"Invalid project metadata","file":"Invalid file","git_clone":"Error cloning repository","git_info":"Error getting commit information","ingestor":"Error importing content","internal":"Internal server error","page_render":"Invalid page","unknown":"Unknown error"},"DeploymentIssues":{"title":"Deployment issues","empty":"No issues found.","issues_found":"Found {count, plural, =1 {1 issue that needs} other {# issues that need}} attention."},"ProjectError":{"requires_auth":"Repository connection requires login credentials but none were provided","no_repository":"Repository not found","repo_too_large":"Repository exceeds allowed file size","no_branch":"Invalid branch specified","no_path":"Metadata file not found at specified path","invalid_meta":"Metadata file is invalid","invalid_page":"Failed to render page contents","duplicate_page":"Duplicate page","unknown_recipe_type":"Unknown recipe type","invalid_ingredient":"Invalid ingredient","invalid_file":"Failed to parse file","invalid_format":"Invalid file format","invalid_resloc":"Invalid Resource Location","invalid_version_branch":"Version branch does not exist","missing_platform_project":"Missing platform project","no_page_title":"Page is missing title","missing_required_attribute":"Page is missing a required metadata attribute","unknown":"Unknown error"},"AdminReports":{"title":"Project Reports","desc":"Manage project reports"},"ResponsiveTable":{"expand":"Expand"},"UsageContentList":{"more":"Show more ..."},"RecipeUsage":{"description":"Can be used to create the following items:","empty":"Has no known usages in crafting."},"ContentCategory":{"all":"All","other":"Other"},"ContentChangelog":{"toggle":"Show changelog"},"ContentProperties":{"bool":{"true":"Yes","false":"No"},"type":{"block":"Block","item":"Item","other":"Other"},"properties":{"id":"ID","source_mod":"Source mod","type":"Type","stack_size":"Stack size","required_tool":"Tool","blast_resistance":"Blast resistance","hardness":"Hardness","flammable":"Flammable"}},"DocsLink":{"not_found":"(Not found)"},"AdminAccessKeys":{"title":"System access keys","desc":"Provides auth for when non-interactive access is needed, such as CI"},"CreateAccessKeyModal":{"title":"Create access key","desc":"New system access key","button":"Create","name":{"title":"Name","desc":"Give your key a name","placeholder":"Deploy staging"},"days_valid":{"title":"Days of validity","desc":"Number of days the key is valid for. Use 0 for no expiration."},"submit":"Submit","submitting":"Submitting..."},"SaveAccessKeyModal":{"title":"Access Key","desc":"Save your generated access key","key":"Access Key","note":"Keep the key value safe. You won\'t be able to access it again.","valid":"The key is valid until {expiry}.","close":"Done"},"DeleteAccessKeyModal":{"title":"Delete Access Key","desc":"Invalidate and delete access key","body":"This will forever delete the access key <name></name>.","cancel":"Cancel","submit":"Delete","success":"Access Key deleted successfully"},"CopyButton":{"copied":"Copied to clipboard"},"InteractiveComponentPlaceholder":{"title":"Content unavailable in preview mode","desc":"Interactive components are currently not supported in the local previewer. The actual contents will be shown here when the project is deployed onto the Wiki website."},"RevalidateCacheModal":{"title":"Revalidate cache tag","desc":"Manually revalidate a cache tag. Used for diagnostic purposes.","button":"Revalidate cache tag","tag":{"title":"Cache Tag","desc":"The cache tag to revalidate"},"success":"Cache tag invalidated successfully"}}')},1785:(a,b,c)=>{"use strict";c.d(b,{f:()=>d});class d extends Error{constructor(...a){super(...a),this.code="NEXT_STATIC_GEN_BAILOUT"}}},1807:a=>{"use strict";a.exports=JSON.parse('{"Badges":{"local":"Локально","latest":"Останній","admin":"Admin"},"NavigationHeader":{"title":"Вікі модифікованого Minecraft","title_short":"Вікі","badge":{"preview":"РЕЖИМ ПОПЕРЕДНЬОГО ПЕРЕГЛЯДУ","beta":"Бета"},"link":{"home":"Головна","browse":"Огляд","about":"Про нас"}},"NavigationFooter":{"title":"Вікі модифікованого Minecraft","links":{"navigation":{"title":"Навігація","home":"Головна сторінка","browse":"Огляд","dev":"Розробники"},"links":{"title":"Посилання"},"resources":{"title":"Ресурси","blog":"Блог","status":"Статус","translate":"Допомогти з перекладом"},"about":{"title":"Про нас","tos":"Умови користування","privacy":"Політика конфіденційності","contact":"Зв’язатися з нами"}}},"HomePage":{"title":"Ласкаво просимо на <highlight>Вікі модифікованого Minecraft</highlight>","subtitle":"Ваш основний ресурс для пошуку, створення та внесення свого внеску в проєкти, пов’язані з Minecraft.","popular":{"title":"Популярні вікі","open":"Докладніше","disclaimer":"Ці проєкти відображено на основі їхньої популярності згідно зі статистикою переглядів і вони не є офіційно підтриманими вікі модифікованого Minecraft."},"community":{"title":"Долучайтеся до нашої спільноти","users":{"title":"Користувачі","subtitle":"Ознайомтеся з рекомендованими проєктами та скористайтеся такими перевагами:","docs":"Доступ до якісної, актуальної та версіонованої документації","contribute":"Можливість долучатися до проєктів без знань програмування","ui":"Послідовний і зручний інтерфейс у всіх проєктах","localization":"Підтримка кількох мов інтерфейсу"},"authors":{"title":"Автори","subtitle":"Отримайте доступ до панелі керування проєктом і скористайтеся такими перевагами:","vcs":"Підтримка версіонування документації","components":"Built-in components for recipes, assets, etc.","gradle":"Інтеграція з Gradle для плавного робочого процесу","management":"Розширені інструменти керування проєктом","interaction":"Прямий зв’язок із вашою спільнотою","dashboard":"Панель керування","guide":"Докладніше"}},"browse":"Переглянути проєкти","highlights":{"localization":{"title":"Локалізація","desc":"Перекладайте документацію мовами світу"},"accessibility":{"title":"Доступність","desc":"Інтуїтивний та адаптивний інтерфейс користувача"},"open":{"title":"Відкритість","desc":"Дозвольте користувачам долучатися без знань програмування"},"free":{"title":"Безкоштовно","desc":"Хостинг документації на нашому сайті цілком безкоштовний!"}},"about":{"title":"Про нас","maintainers":"Вікі створена та підтримується командою <b>Sinytra</b> — групою відданих розробників, які зосереджені на створенні високоякісного, вільного та відкритого програмного забезпечення для спільноти розробників модифікацій для Minecraft.","mission":"Наша мета — надати розробникам і гравцям необхідні інструменти та ресурси для створення, документування та дослідження безмежних можливостей модифікованого Minecraft."},"blog":{"title":"Дописи блогу","open":"Докладніше"}},"BrowsePage":{"sidebar":{"title":"Переглянути проєкти","search_filters":"Шукати фільтри...","categories":"Категорії"},"sorting":"Сортувати","sort":{"relevance":"За релевантністю","creation_date":"За датою створення","popularity":"За популярністю","az":"Від А до Я","za":"Від Я до А"},"search":"Шукати проєкти...","clear_filter":"Очистити фільтри","no_results":"За вашим запитом нічого не знайдено!"},"SearchProjectTypes":{"mod":"Моди","modpack":"Збірки модів","resourcepack":"Пакети ресурсів","datapack":"Пакети даних","shader":"Шейдери","plugin":"Плагіни"},"ProjectTypes":{"mod":"Мод","modpack":"Збірка модів","resourcepack":"Пакет ресурсів","datapack":"Пакет даних","shader":"Шейдер","plugin":"Плагін"},"LoadingContent":{"message":"Завантаження..."},"MetaDocsNavigation":{"title":"Навігація","about":"Про нас","devs":"Author guide","components":"Components","help":"Допомога","tos":"Умови використання","privacy":"Політика конфіденційності","security":"Зауваження щодо безпеки"},"Login":{"title":"Необхідно ввійти","desc":"Сторінка, до якої ви намагаєтеся отримати доступ, вимагає від вас входу в систему.","prompt":"Будь ласка, використовуйте ваш обліковий запис GitHub, щоби продовжити.","button":"Увійти за допомогою GitHub"},"Preview":{"title":"Режим попереднього перегляду увімкнено","desc":"Режим попереднього перегляду вмикає мінімальний інтерфейс користувача, дозволяючи зосередитись на створенні документації локально перед її публікацією.","roots":"Доступні каталоги локальної документації","open":"Відкрити"},"DocsProjectInfo":{"title":"Інформація про проєкт","type":"Тип","author":"Автор","tags":"Теґи","latest":{"title":"Остання версія","unknown":"Н/Д"},"license":{"title":"Ліцензія","custom":"Користувацька","unknown":"Невідома","arr":"Всі права захищені"}},"ProjectCategories":{"adventure":"Пригоди","cursed":"Прокляті","decoration":"Декорації","economy":"Економіка","equipment":"Спорядження","food":"Їжа","game-mechanics":"Ігрові механіки","library":"Бібліотека","magic":"Магія","management":"Керування","minigame":"Міні-гра","mobs":"Моби","optimization":"Оптимізація","social":"Соціальні","storage":"Сховище","technology":"Технології","transportation":"Транспорт","utility":"Утиліти","worldgen":"Генерація світу","server-utility":"Серверні утиліти","armor-weapons-tools":"Обладунки, інструменти та зброя","library-api":"API та бібліотеки","adventure-rpg":"Пригоди та RPG","world-gen":"Генерація світу","cosmetic":"Косметика","mc-food":"Їжа","performance":"Продуктивність","map-information":"Мапи та інформація","bug-fixes":"Виправлення помилок","mc-addons":"Аддони","education":"Навчання","mc-miscellaneous":"Різне","redstone":"Редстоун","utility-qol":"Утиліти та покращення якості життя","mc-creator":"MCreator"},"PageEditControls":{"edit_gh":"Редагувати цю сторінку","report":"Поскаржитися на цю сторінку","report_button":"Поскражитися на сторінку","last_updated":"Востаннє оновлено: <date></date>"},"Report":{"title":"Поскаржитись на сторінку документації","desc":"Report content that violates our <tos>Terms of Service</tos> or <cr>Content Rules</cr>.","contact":"For auditing purposes, your <b>username</b> will be included in the report.","confidential":"Ваша конфіденційність важлива для нас, і ця інформація завжди залишатиметься конфіденційною.","privacy":"Для отримання додаткової інформації, будь ласка, ознайомтеся з нашою <link>Політикою конфіденційності</link>.","form":{"id":{"title":"ID проєкту","desc":"ID проєкту, про який буде повідомлено"},"path":{"title":"Шлях до сторінки","desc":"Шлях до сторінки, про яку буде повідомлено."},"locale":{"title":"Locale","desc":"Applied if the content lies within a localized subpath.","placeholder":"Н/Д"},"version":{"title":"Version","desc":"Applied if the content lies within a named version.","placeholder":"Н/Д"},"reason":{"title":"Підстава*","placeholder":"Select a reason for reporting this content","desc":"Reason for reporting this content.","dislike":"Мені це просто не подобається"},"details":{"title":"Подробиці*","placeholder":"Please provide more details on why you\'re reporting this content. Note that empty reports will be ignored.","desc":"Додаткові подробиці щодо проблеми."},"dislike":{"title":"We understand that you may not like this content, and that\'s totally okay!","desc":"На жаль, це не є вагомою підставою для скарги на проєкт.","suggestion":"Would you like to look for something else to explore instead?","explore":"Огляд проєктів"},"success":"Скарга успішно надіслана"}},"ProjectReportReason":{"spam":"Спам","copyright":"Порушення авторських прав","content_rules":"Порушення правил щодо змісту","tos":"Порушення умов користування","unknown":"Невідома"},"ProjectReportStatus":{"new":"New","dismissed":"Dismissed","accepted":"Accepted","unknown":"Невідома"},"ProjectReportType":{"project":"Проєкт","docs":"Docs page","content":"Content page","unknown":"Невідома"},"ViewReportPage":{"reports":"Reports","title":"Report details","desc":"Viewing report details for {id}","details":{"reporter":"Reported by","project_id":"ID проєкту","path":"Шлях","body":"Body","reason":"Підстава","created_at":"Створено","status":"Статус","type":"Тип","locale":"Locale","version":"Version"},"actions":{"dismiss":"Dismiss","accept":"Accept"},"toast":{"accept":"Report accepted","dismiss":"Report dismissed"}},"SubmitButton":{"title":"Надіслати"},"Callout":{"default":"Увага!","info":"Info","warning":"Warning","danger":"Danger"},"ProjectRegisterForm":{"button":"New Project","title":"Зареєструвати проєкт","desc":"Зареєструвати новий проєкт у вікі.","repo":{"title":"URL-адреса репозиторію","desc":"Це адреса, яку ви використовуєте для клонування вашого репозиторію.","placeholder":"https://github.com/ExampleUser/ExampleMod"},"branch":{"title":"Гілка","desc":"Основна гілка. Ви можете вказати додаткові гілки для включення до файлу метаданих."},"path":{"title":"Шлях до кореня документації","desc":"Шлях до теки, що містить файл метаданих."},"admin":"Налаштування адміністратора вікі","is_community":{"title":"Проєкт, що підтримується спільнотою"},"errors":{"details":"Показати подробиці"},"connect_modrinth":{"desc":"Під\'єднайте свій <b>обліковий запис Modrinth</b> у налаштуваннях, щоби легко перевіряти право власності на проєкт на платформі в будь-який час.","settings":"Відкрити налаштування"},"submit":"Надіслати","success":{"title":"Проєкт успішно зареєстровано","desc":"Тепер ви можете перейти на сторінку документації проєкту"},"submitting":"Відправлення...","verify_modrinth":"Перевірити за допомогою Modrinth"},"ProjectSettingsForm":{"title":"Редагувати проєкт","desc":"Редагувати налаштування існуючого проєкту.","button":"Налаштування","success":{"title":"Проєкт успішно оновлено","desc":"Тепер ви можете перейти на оновлену сторінку документації проєкту"}},"ProjectDeleteForm":{"trigger":"Delete project","title":"Ви абсолютно впевнені?","desc":"Цю дію неможливо скасувати. Це призведе до остаточного видалення вашого проєкту та всіх пов’язаних даних з наших серверів.","cancel":"Скасувати","submit":"Видалити","success":"Проєкт успішно видалено"},"FormActions":{"errors":{"unauthorized":"Помилка автентифікації користувача","internal":"Внутрішня помилка сервера, будь ласка, спробуйте ще раз пізніше.","unknown":"Сталася невідома помилка, будь ласка, спробуйте ще раз пізніше.","no_platforms":"У метаданих не визначено жодних проєктів платформи.","no_project":"Проєкт платформи не знайдено. Будь ласка, переконайтеся, що поле метаданих \xabslug\xbb правильне.","unsupported_type":"Непідтримуваний тип проєкту","ownership":"Не вдалося підтвердити право власності на проєкт","cf_unavailable":"Реєстрація проєктів CurseForge неактивна","requires_auth":"Для підключення до репозиторію потрібні облікові дані, але вони не були надані","no_repository":"Репозиторій не знайдено","no_branch":"Вказано недійсну гілку","no_path":"Файл метаданих не знайдено за вказаним шляхом","invalid_meta":"Файл метаданих недійсний","unsupported":"Ще не реалізовано","exists":"Проєкт вже існує.","not_found":"Проєкт не існує","illegal_id":"Illegal project ID","not_owner":"User is not authorized to register this project"}},"CommunityBadge":{"title":"Спільнота","desc":"Неофіційна документація, що підтримується спільнотою"},"DocsPageNotFoundError":{"title":"Ми втратили цю сторінку","desc":"Запитувана сторінка документації наразі недоступна.","suggestion":"Будь ласка, спробуйте ще раз пізніше або повідомте про цю проблему автору проєкту.","submit":"Повідомити про помилку","return":"Повернутись на головну"},"GetStartedButton":{"title":"Create your first project"},"ProjectHomepage":{"overview":{"intro":"<project></project> is a {type} created by <authors></authors>.","availability":"Available for <versions></versions>. Latest version built for <latest></latest>. First released for <first></first>.","tags":"Tagged:"},"description":{"title":"Description"},"navigation":{"title":"Навігація","docs":{"title":"Browse documentation","desc":"{pages} pages available."},"content":{"title":"Browse content","desc":"{items} in-game items."}},"links":{"title":"Посилання","website":"Website","source_code":"Source code"},"license":{"title":"Ліцензії","project":"Project License","arr":"Всі права захищені","unknown":"Невідома","wiki":"Wiki License","default":"Wiki content <link>partially made available</link> under the <license></license> license."}},"ProjectDocsHomepage":{"title":"Головна"},"DocsHomepagePlaceholder":{"title":"Заповнювач головної сторінки","subtitle":"Через обмеження API метадані проєктів CurseForge недоступні в локальних середовищах.","replace":"Не хвилюйтеся! Ми замінимо цей заповнювач на реальний опис проєкту після публікації на сайті вікі."},"DocsSearchBar":{"placeholder":"Шукати вміст вікі...","no_results":"Результатів не знайдено!","loading":"Шукаємо найкращі результати...","results":"Відображено <highlight>{count}</highlight> з <highlight>{total}</highlight> результатів","close":"<kbd>ESC</kbd>, щоби закрити"},"DocsChangelogPage":{"title":"Журнал змін"},"DocsLeftSidebar":{"title":"Документація","homepage":"Головна"},"DocsContentRightSidebar":{"title":"Інформація про запис"},"DocsNonContentRightSidebar":{"title":"На цій сторінці"},"DocsVersionSelector":{"placeholder":"Обрати версію","latest":"Остання"},"ModVersionRange":{"desc":"+ще {count}"},"LanguageSelect":{"placeholder":"Шукати мови...","no_results":"Не знайдено жодної мови."},"ProjectStatus":{"unknown":"Невідомо","loading":"Ініціалізація","healthy":"Завантажено","at_risk":"Requires attention","error":"Помилка"},"DevProjectsListPage":{"project":{"manage":"Керувати"},"empty":{"primary":"Looks like you haven\'t created any projects yet","secondary":"Почніть із читання нашого <guide>посібника для авторів</guide>."}},"DevProjectPage":{"breadcrumbs":{"home":"Головна"},"toolbar":{"view":"Переглянути","deployments":"Deployments"},"overview":{"title":"Project overview","desc":"Project information summary"},"source":{"title":"Джерело проєкту","repo":"Репозиторій","branch":"Гілка","path":"Шлях","public":"Публічний"},"platforms":{"title":"Платформи","desc":"Project hosting platforms","headers":{"platform":"Платформа","slug":"Slug / ID","link":"Посилання"},"open":"Відкрити"},"information":{"title":"Інформація","desc":"Resolved information","type":"Тип","status":"Статус","created_at":"Створено"},"revision":{"title":"Current git revision","reloading":"Reloading project, please stand by...","not_found":"No revision found. Try reloading the project."}},"DevProjectSettingsPage":{"title":"Project settings","desc":"Configure project properties"},"DevProjectVersionsPage":{"title":"Project versions","desc":"Browse project content versions"},"DevProjectHealthPage":{"title":"Project health","desc":"Monitor project status and issues","errors":{"title":"Project issue report","desc":"Ongoing warnings & errors","empty":"No issues found"}},"DevProjectMembersPage":{"title":"Project members","desc":"Manage project members & permissions","roles":{"owner":"Owner"},"actions":{"manage":"Керувати"}},"DevProjectContentItemsPage":{"title":"Project items","desc":"Browse project items"},"DevProjectContentRecipesPage":{"title":"Project recipes","desc":"Browse project crafting recipes"},"DevProjectContentTagsPage":{"title":"Project tags","desc":"Browse project tags"},"DevProjectLogs":{"title":"Deployment log","show":"Показати","unloaded":"Не завантажено","waiting":"Очікування сервера...","loading":"Завантаження...","error":"Помилка завантаження журналів","toast":{"success":"Налаштування проєкту завершено","error":"Помилка під час налаштування проєкту"}},"DeveloperSidebar":{"teams":{"personal":"Особиста"},"groups":{"projects":"Проєкти","platform":"Платформа","admin":"Administration"},"nav":{"projects":"Проєкти","documentation":"Довідка","settings":"Налаштування","admin":"System settings"}},"DevSidebarContextSwitcher":{"title":"Команди"},"DevSidebarUser":{"logout":{"button":"Вийти","title":"Вихід","desc":"Вихід..."},"unknown_avatar":"Н/Д"},"UserSettings":{"breadcrumbs":{"home":"Головна","settings":"Налаштування"},"profile":{"bio":"Творець вікі модифікованого Minecraft","join_date":"Приєднався {date}","admin":"Admin"},"connections":{"title":"З\'єднання","modrinth":{"title":"Обліковий запис Modrinth","desc":"Використовується для підтвердження права власності на проєкт","connect":"Під\'єднати","view":"Переглянути","disconnect":"Від\'єднати"}},"account":{"title":"Обліковий запис","delete":{"title":"Видалити обліковий запис","desc":"Назавжди видалити всі дані облікового запису","button":"Видалити обліковий запис"},"delete_modal":{"title":"Видалити обліковий запис","desc":"Ви впевнені, що хочете видалити цей обліковий запис? Це незворотна дія, яку неможливо скасувати.","cancel":"Скасувати","button":"Видалити назавжди"}},"toast":{"unlink":{"success":"Обліковий запис успішно від\'єднано","error":"Не вдалося від\'єднати обліковий запис"}}},"AuthFailure":{"title":"Помилка автентифікації","desc":"Під час спроби входу сталася неочікувана помилка. Будь ласка, спробуйте ще раз пізніше.","status":"Перевірити статус","return":"Повернутись на головну","report":"Повідомити про помилку"},"BuiltinRecipeTypes":{"blasting":"Blasting","campfire_cooking":"Campfire cooking","crafting_shaped":"Shaped Crafting","crafting_shapeless":"Shapeless Crafting","smelting":"Smelting","smithing_transform":"Smithing","smoking":"Smoking","stonecutting":"Stonecutting"},"DocsEntryTabs":{"history":"Show history","home":"Show content"},"DevProjectSidebar":{"groups":{"project":"Проєкт","content":"Content"},"nav":{"home":"Overview","settings":"Налаштування","members":"Members","deployments":"Deployments","health":"Health","versions":"Versions","content":"Items","tags":"Теґи","recipes":"Recipes"}},"PrefabObtaining":{"recipe":"Recipe"},"PrefabUsage":{"usage":"Usage"},"AdminSidebar":{"groups":{"home":"Головна","data":"Data","system":"System","moderation":"Moderation"},"nav":{"home":"Overview","data_imports":"Data Imports","access_keys":"Access Keys","migrations":"Migrations","users":"Користувачі","projects":"Проєкти","config":"Configuration","reports":"Reports","audit_log":"Audit Log","return":"Return"}},"AdminDataImports":{"title":"System data imports","desc":"Imported game data"},"AdminMigrations":{"title":"Data migrations","desc":"Available data migrations"},"EmptyDataTable":{"guide":"Read the <link>author guide</link> to find out more on how to integrate game data into your project."},"DataTable":{"no_results":"No results.","filter":"Filter rows...","previous":"Previous","next":"Next"},"DevProjectVersionsTable":{"name":"Name","branch":"Гілка","empty":{"title":"No additional versions were found in your project.","desc":"Read the <link>author guide</link> to learn more about project versioning."}},"DevProjectItemsTable":{"icon":"Icon","id":"Identifier","name":"Name","path":"Page path (internal)","actions":{"open":"Open menu","title":"Actions","view":"Переглянути"},"empty":{"title":"No items were found in your project.","desc":"Project items are automatically detected from content pages and included game files."}},"DevProjectTagsTable":{"id":"Identifier","items":"Item count","empty":{"title":"No tags were found in your project."}},"DevProjectRecipesTable":{"type":"Тип","id":"Identifier","empty":{"title":"No recipes were found in your project."}},"ResolvedProjectRecipe":{"type":"Recipe Type","input":"Ingredients","output":"Outputs","preview":"Recipe preview","workbenches":"You can craft this recipe using:"},"DevProjectDeploymentsPage":{"title":"Project deployments","desc":"Manage deployed project versions"},"DevProjectDeploymentsTable":{"id":"ID","commit":"Commit","created_at":"Deploy time","user_id":"Deployed by","status":"Статус"},"DeploymentStatus":{"unknown":"Н/Д","created":"Queued","loading":"Loading","success":"Success","error":"Failed"},"DeleteDeploymentModal":{"trigger":"Видалити","title":"Ви абсолютно впевнені?","desc":"This action cannot be undone. This deployment will be permanently deleted from our servers.","cancel":"Скасувати","submit":"Видалити","success":"Deployment deleted successfully"},"DeployProjectModal":{"button":"Deploy","title":"New deployment","primary":"All project content will be <b>re-fetched</b> from the source. This option should be used upon updating the documentation source itself.","secondary":"If the new deployment fails, currently stored data <b>will not</b> be replaced. You can always <b>roll back</b> to previous deployments using the \'Redeploy\' option.","tertiary":"Для вашої зручності ми рекомендуємо автоматично перевіряти документацію після публікації, використовуючи наш <link>Gradle плагін</link> замість цього.","note":"Project configuration remains unchanged. For updating meta information (e.g. source and platforms), please use the Settings dialog instead.","cancel":"Скасувати","submit":"Deploy"},"LiveProjectDeployConnection":{"loading":"Deploying project...","success":"Project deploy successful","error":"Project deploy failed","view":"Переглянути"},"DevProjectDeploymentPage":{"deployments":"Deployments","title":"Deployment Details","git-config":{"title":"Source coordinates"}},"ProjectGitRevision":{"title":"Git revision","title_current":"Current Git revision","loading":"Deploying project, please stand by...","not_found":"Project has no active deployment"},"ProjectIssueWidget":{"file":"File: <file></file>","date":"Created at: <date></date>","version":"Version: <version></version>"},"ProjectIssueLevel":{"warning":"Warning","error":"Error","unknown":"Невідома"},"ProjectIssueType":{"meta":"Invalid project metadata","file":"Invalid file","git_clone":"Error cloning repository","git_info":"Error getting commit information","ingestor":"Error importing content","internal":"Internal server error","page_render":"Invalid page","unknown":"Unknown error"},"DeploymentIssues":{"title":"Deployment issues","empty":"No issues found.","issues_found":"Found {count, plural, =1 {1 issue that needs} other {# issues that need}} attention."},"ProjectError":{"requires_auth":"Для підключення до репозиторію потрібні облікові дані, але вони не були надані","no_repository":"Репозиторій не знайдено","repo_too_large":"Repository exceeds allowed file size","no_branch":"Вказано недійсну гілку","no_path":"Файл метаданих не знайдено за вказаним шляхом","invalid_meta":"Файл метаданих недійсний","invalid_page":"Failed to render page contents","duplicate_page":"Duplicate page","unknown_recipe_type":"Unknown recipe type","invalid_ingredient":"Invalid ingredient","invalid_file":"Failed to parse file","invalid_format":"Invalid file format","invalid_resloc":"Invalid Resource Location","invalid_version_branch":"Version branch does not exist","missing_platform_project":"Missing platform project","no_page_title":"Page is missing title","missing_required_attribute":"Page is missing a required metadata attribute","unknown":"Unknown error"},"AdminReports":{"title":"Project Reports","desc":"Manage project reports"},"ResponsiveTable":{"expand":"Expand"},"UsageContentList":{"more":"Show more ..."},"RecipeUsage":{"description":"Can be used to create the following items:","empty":"Has no known usages in crafting."},"ContentCategory":{"all":"All","other":"Other"},"ContentChangelog":{"toggle":"Show changelog"},"ContentProperties":{"bool":{"true":"Yes","false":"No"},"type":{"block":"Block","item":"Item","other":"Other"},"properties":{"id":"ID","source_mod":"Source mod","type":"Тип","stack_size":"Stack size","required_tool":"Tool","blast_resistance":"Blast resistance","hardness":"Hardness","flammable":"Flammable"}},"DocsLink":{"not_found":"(Not found)"},"AdminAccessKeys":{"title":"System access keys","desc":"Provides auth for when non-interactive access is needed, such as CI"},"CreateAccessKeyModal":{"title":"Create access key","desc":"New system access key","button":"Create","name":{"title":"Name","desc":"Give your key a name","placeholder":"Deploy staging"},"days_valid":{"title":"Days of validity","desc":"Number of days the key is valid for. Use 0 for no expiration."},"submit":"Надіслати","submitting":"Відправлення..."},"SaveAccessKeyModal":{"title":"Access Key","desc":"Save your generated access key","key":"Access Key","note":"Keep the key value safe. You won\'t be able to access it again.","valid":"The key is valid until {expiry}.","close":"Done"},"DeleteAccessKeyModal":{"title":"Delete Access Key","desc":"Invalidate and delete access key","body":"This will forever delete the access key <name></name>.","cancel":"Скасувати","submit":"Видалити","success":"Access Key deleted successfully"},"CopyButton":{"copied":"Copied to clipboard"},"InteractiveComponentPlaceholder":{"title":"Content unavailable in preview mode","desc":"Interactive components are currently not supported in the local previewer. The actual contents will be shown here when the project is deployed onto the Wiki website."},"RevalidateCacheModal":{"title":"Revalidate cache tag","desc":"Manually revalidate a cache tag. Used for diagnostic purposes.","button":"Revalidate cache tag","tag":{"title":"Cache Tag","desc":"The cache tag to revalidate"},"success":"Cache tag invalidated successfully"}}')},1932:(a,b,c)=>{"use strict";c.d(b,{J:()=>d});let d=(0,c(7409).xl)()},2103:a=>{"use strict";a.exports=c,a.exports.preferredCharsets=c;var b=/^\s*([^\s;]+)\s*(?:;(.*))?$/;function c(a,c){var g=function(a){for(var c=a.split(","),d=0,e=0;d<c.length;d++){var f=function(a,c){var d=b.exec(a);if(!d)return null;var e=d[1],f=1;if(d[2])for(var g=d[2].split(";"),h=0;h<g.length;h++){var i=g[h].trim().split("=");if("q"===i[0]){f=parseFloat(i[1]);break}}return{charset:e,q:f,i:c}}(c[d].trim(),d);f&&(c[e++]=f)}return c.length=e,c}(void 0===a?"*":a||"");if(!c)return g.filter(f).sort(d).map(e);var h=c.map(function(a,b){for(var c={o:-1,q:0,s:0},d=0;d<g.length;d++){var e=function(a,b,c){var d=0;if(b.charset.toLowerCase()===a.toLowerCase())d|=1;else if("*"!==b.charset)return null;return{i:c,o:b.i,q:b.q,s:d}}(a,g[d],b);e&&0>(c.s-e.s||c.q-e.q||c.o-e.o)&&(c=e)}return c});return h.filter(f).sort(d).map(function(a){return c[h.indexOf(a)]})}function d(a,b){return b.q-a.q||b.s-a.s||a.o-b.o||a.i-b.i||0}function e(a){return a.charset}function f(a){return a.q>0}},2132:a=>{"use strict";a.exports=d,a.exports.preferredEncodings=d;var b=/^\s*([^\s;]+)\s*(?:;(.*))?$/;function c(a,b,c){var d=0;if(b.encoding.toLowerCase()===a.toLowerCase())d|=1;else if("*"!==b.encoding)return null;return{encoding:a,i:c,o:b.i,q:b.q,s:d}}function d(a,d,h){var i=function(a){for(var d=a.split(","),e=!1,f=1,g=0,h=0;g<d.length;g++){var i=function(a,c){var d=b.exec(a);if(!d)return null;var e=d[1],f=1;if(d[2])for(var g=d[2].split(";"),h=0;h<g.length;h++){var i=g[h].trim().split("=");if("q"===i[0]){f=parseFloat(i[1]);break}}return{encoding:e,q:f,i:c}}(d[g].trim(),g);i&&(d[h++]=i,e=e||c("identity",i),f=Math.min(f,i.q||1))}return e||(d[h++]={encoding:"identity",q:f,i:g}),d.length=h,d}(a||""),j=h?function(a,b){if(a.q!==b.q)return b.q-a.q;var c=h.indexOf(a.encoding),d=h.indexOf(b.encoding);return -1===c&&-1===d?b.s-a.s||a.o-b.o||a.i-b.i:-1!==c&&-1!==d?c-d:-1===c?1:-1}:e;if(!d)return i.filter(g).sort(j).map(f);var k=d.map(function(a,b){for(var d={encoding:a,o:-1,q:0,s:0},e=0;e<i.length;e++){var f=c(a,i[e],b);f&&0>(d.s-f.s||d.q-f.q||d.o-f.o)&&(d=f)}return d});return k.filter(g).sort(j).map(function(a){return d[k.indexOf(a)]})}function e(a,b){return b.q-a.q||b.s-a.s||a.o-b.o||a.i-b.i}function f(a){return a.encoding}function g(a){return a.q>0}},2147:a=>{"use strict";a.exports=d,a.exports.preferredMediaTypes=d;var b=/^\s*([^\s\/;]+)\/([^;\s]+)\s*(?:;(.*))?$/;function c(a,c){var d=b.exec(a);if(!d)return null;var e=Object.create(null),f=1,g=d[2],j=d[1];if(d[3])for(var k=(function(a){for(var b=a.split(";"),c=1,d=0;c<b.length;c++)h(b[d])%2==0?b[++d]=b[c]:b[d]+=";"+b[c];b.length=d+1;for(var c=0;c<b.length;c++)b[c]=b[c].trim();return b})(d[3]).map(i),l=0;l<k.length;l++){var m=k[l],n=m[0].toLowerCase(),o=m[1],p=o&&'"'===o[0]&&'"'===o[o.length-1]?o.slice(1,-1):o;if("q"===n){f=parseFloat(p);break}e[n]=p}return{type:j,subtype:g,params:e,q:f,i:c}}function d(a,b){var d=function(a){for(var b=function(a){for(var b=a.split(","),c=1,d=0;c<b.length;c++)h(b[d])%2==0?b[++d]=b[c]:b[d]+=","+b[c];return b.length=d+1,b}(a),d=0,e=0;d<b.length;d++){var f=c(b[d].trim(),d);f&&(b[e++]=f)}return b.length=e,b}(void 0===a?"*/*":a||"");if(!b)return d.filter(g).sort(e).map(f);var i=b.map(function(a,b){for(var e={o:-1,q:0,s:0},f=0;f<d.length;f++){var g=function(a,b,d){var e=c(a),f=0;if(!e)return null;if(b.type.toLowerCase()==e.type.toLowerCase())f|=4;else if("*"!=b.type)return null;if(b.subtype.toLowerCase()==e.subtype.toLowerCase())f|=2;else if("*"!=b.subtype)return null;var g=Object.keys(b.params);if(g.length>0)if(!g.every(function(a){return"*"==b.params[a]||(b.params[a]||"").toLowerCase()==(e.params[a]||"").toLowerCase()}))return null;else f|=1;return{i:d,o:b.i,q:b.q,s:f}}(a,d[f],b);g&&0>(e.s-g.s||e.q-g.q||e.o-g.o)&&(e=g)}return e});return i.filter(g).sort(e).map(function(a){return b[i.indexOf(a)]})}function e(a,b){return b.q-a.q||b.s-a.s||a.o-b.o||a.i-b.i||0}function f(a){return a.type+"/"+a.subtype}function g(a){return a.q>0}function h(a){for(var b=0,c=0;-1!==(c=a.indexOf('"',c));)b++,c++;return b}function i(a){var b,c,d=a.indexOf("=");return -1===d?b=a:(b=a.slice(0,d),c=a.slice(d+1)),[b,c]}},2266:a=>{"use strict";a.exports=JSON.parse('{"Badges":{"local":"ローカル","latest":"最新","admin":"Admin"},"NavigationHeader":{"title":"Modded Minecraft Wiki","title_short":"Wiki","badge":{"preview":"プレビューモード","beta":"ベータ"},"link":{"home":"ホーム","browse":"閲覧","about":"概要"}},"NavigationFooter":{"title":"Modded Minecraft Wiki","links":{"navigation":{"title":"ナビゲーション","home":"ホームページ","browse":"閲覧","dev":"開発者向け"},"links":{"title":"リンク"},"resources":{"title":"リソース","blog":"ブログ","status":"ステータス","translate":"翻訳を手伝う"},"about":{"title":"概要","tos":"サービス利用規約","privacy":"プライバシーポリシー","contact":"お問い合わせ"}}},"HomePage":{"title":"ようこそ<highlight>Modded Minecraft Wikiへ</highlight>","subtitle":"Minecraft関連のプロジェクトを発見、作成、貢献するための頼りになるリソースです。","popular":{"title":"人気のWiki","open":"続きを読む","disclaimer":"これらのプロジェクトは、ビューの統計によってその人気に基づいて強調表示されており、Moded Minecraft Wikiによって公式に承認されてはいません。"},"community":{"title":"コミュニティに参加","users":{"title":"ユーザー","subtitle":"注目のプロジェクトを探索しこれらをお楽しみください:","docs":"高品質、最新、バージョン付きドキュメントにアクセス","contribute":"プログラミング知識なしでプロジェクトに貢献することができます","ui":"すべてのプロジェクトで一貫したユーザーフレンドリーなインターフェースをお楽しみください","localization":"様々な言語で利用できます"},"authors":{"title":"著者","subtitle":"プロジェクトダッシュボードにアクセスして、以下の特典をご利用ください:","vcs":"ドキュメントのバージョン管理サポート","components":"Built-in components for recipes, assets, etc.","gradle":"シームレスなワークフローのためのGradle統合","management":"高度なプロジェクト管理ツール","interaction":"ユーザーベースとの直接の高度な接続","dashboard":"ダッシュボードを開く","guide":"続きを読む"}},"browse":"プロジェクトを閲覧","highlights":{"localization":{"title":"ローカライゼーション","desc":"ドキュメントをさまざまな言語に翻訳する"},"accessibility":{"title":"アクセス可能","desc":"直感的で応答性の高いユーザーインターフェイス"},"open":{"title":"開く","desc":"プログラミング知識がなくてもユーザーが容易に貢献できる仕組みを提供します"},"free":{"title":"無料","desc":"当社のウェブサイトでのホスティングドキュメントは完全に無料です!"}},"about":{"title":"私たちについて","maintainers":"このWikiは<b>Sinytra</b>によって構築・管理されています。SinytraはMinecraftモッド開発コミュニティ向けに、高品質でフリーかつオープンソースのソフトウェアを提供することに情熱を注ぐ専門チームです。\\n","mission":"私たちの目標は、モッダーとプレイヤーの双方を支援することです。mod入『Minecraft』の無限の可能性を創造・記録・探求するために必要なツールとリソースを提供することで、両者の創造性を最大限に引き出します。\\n"},"blog":{"title":"ブログ記事","open":"続きを読む"}},"BrowsePage":{"sidebar":{"title":"プロジェクトを閲覧","search_filters":"フィルタを検索...","categories":"カテゴリ"},"sorting":"並び替え","sort":{"relevance":"関連","creation_date":"作成日時","popularity":"人気度","az":"A-Z","za":"Z-A"},"search":"プロジェクトを検索...","clear_filter":"フィルタをクリア","no_results":"検索結果はありません!"},"SearchProjectTypes":{"mod":"Mods","modpack":"Modpacks","resourcepack":"リソースパック","datapack":"データパック","shader":"シェーダー","plugin":"プラグイン"},"ProjectTypes":{"mod":"Mod","modpack":"Modpack","resourcepack":"リソースパック","datapack":"データパック","shader":"シェーダー","plugin":"プラグイン"},"LoadingContent":{"message":"読み込み中..."},"MetaDocsNavigation":{"title":"ナビゲーション","about":"概要","devs":"Author guide","components":"Components","help":"助けがいる場合","tos":"利用規約","privacy":"プライバシーポリシー","security":"セキュリティ通知"},"Login":{"title":"ログインが必要です","desc":"アクセスしようとしているページにはログインが必要です。","prompt":"続行するにはGitHubアカウントを使用してください。","button":"GitHub でログイン"},"Preview":{"title":"プレビューモードが有効です","desc":"プレビューモードでは最小限のユーザーインターフェースが表示され、ドキュメントを公開する前にローカル環境での作成作業に集中できます。","roots":"利用可能なローカルドキュメントのルート","open":"開く"},"DocsProjectInfo":{"title":"プロジェクト情報","type":"タイプ","author":"著者","tags":"タグ","latest":{"title":"最新バージョン","unknown":"なし"},"license":{"title":"ライセンス","custom":"カスタム","unknown":"不明","arr":"All Rights Reserved"}},"ProjectCategories":{"adventure":"冒険","cursed":"呪われた","decoration":"装飾","economy":"経済","equipment":"装備","food":"食べ物","game-mechanics":"ゲームメカニズム","library":"ライブラリ","magic":"魔法","management":"管理","minigame":"ミニゲーム","mobs":"モブ","optimization":"軽量化","social":"ソーシャル","storage":"ストレージ","technology":"技術","transportation":"トランスポーテーション","utility":"ユーティリティ","worldgen":"ワールド生成","server-utility":"サーバーユーティリティ","armor-weapons-tools":"武器、道具、武器","library-api":"APIとライブラリ","adventure-rpg":"冒険とRPG","world-gen":"ワールド生成","cosmetic":"装飾","mc-food":"食べ物","performance":"パフォーマンス","map-information":"地図と情報","bug-fixes":"バグ修正","mc-addons":"アドオン","education":"教育","mc-miscellaneous":"その他","redstone":"レッドストーン","utility-qol":"ユーティリティ&QoL","mc-creator":"MCreator"},"PageEditControls":{"edit_gh":"このページを編集","report":"このページを報告","report_button":"報告ページ","last_updated":"最終更新日: <date></date>"},"Report":{"title":"ドキュメントページを報告","desc":"Report content that violates our <tos>Terms of Service</tos> or <cr>Content Rules</cr>.","contact":"For auditing purposes, your <b>username</b> will be included in the report.","confidential":"お客様のプライバシーは私たちにとって非常に重要であり、ご提供いただいた情報は常に厳重に管理されます。","privacy":"詳細については、当社の<link>プライバシーポリシー</link>をご参照ください。","form":{"id":{"title":"プロジェクトID","desc":"報告されたプロジェクト ID。"},"path":{"title":"ページパス","desc":"報告されたドキュメントページのパス。"},"locale":{"title":"Locale","desc":"Applied if the content lies within a localized subpath.","placeholder":"なし"},"version":{"title":"Version","desc":"Applied if the content lies within a named version.","placeholder":"なし"},"reason":{"title":"理由*","placeholder":"Select a reason for reporting this content","desc":"Reason for reporting this content.","dislike":"好きじゃないから"},"details":{"title":"詳細*","placeholder":"Please provide more details on why you\'re reporting this content. Note that empty reports will be ignored.","desc":"この問題に関する詳細情報。"},"dislike":{"title":"We understand that you may not like this content, and that\'s totally okay!","desc":"しかし残念ながら、プロジェクトを報告する正当な理由ではありません。","suggestion":"Would you like to look for something else to explore instead?","explore":"プロジェクトを探す"},"success":"報告が正常に送信されました"}},"ProjectReportReason":{"spam":"スパム","copyright":"著作権侵害","content_rules":"コンテンツルールに違反する","tos":"サービス利用規約に違反する","unknown":"不明"},"ProjectReportStatus":{"new":"New","dismissed":"Dismissed","accepted":"Accepted","unknown":"不明"},"ProjectReportType":{"project":"Project","docs":"Docs page","content":"Content page","unknown":"不明"},"ViewReportPage":{"reports":"Reports","title":"Report details","desc":"Viewing report details for {id}","details":{"reporter":"Reported by","project_id":"プロジェクトID","path":"パス","body":"Body","reason":"理由","created_at":"作成日","status":"ステータス","type":"種類","locale":"Locale","version":"Version"},"actions":{"dismiss":"Dismiss","accept":"Accept"},"toast":{"accept":"Report accepted","dismiss":"Report dismissed"}},"SubmitButton":{"title":"送信"},"Callout":{"default":"注意!","info":"Info","warning":"Warning","danger":"Danger"},"ProjectRegisterForm":{"button":"New Project","title":"プロジェクトを登録","desc":"新しいプロジェクトをWikiに登録します。","repo":{"title":"リポジトリURL","desc":"リポジトリのクローンに使用するアドレスです。","placeholder":"https://github.com/ExampleUser/ExampleMod"},"branch":{"title":"ブランチ","desc":"プライマリブランチ参照。メタデータファイルに含める追加ブランチを指定できます。"},"path":{"title":"ドキュメントルートへのパス","desc":"メタデータファイルを含むフォルダへのパス。"},"admin":"Wiki管理者の設定","is_community":{"title":"コミュニティメンテナンスプロジェクト"},"errors":{"details":"詳細を表示"},"connect_modrinth":{"desc":"設定で<b>Modrinthアカウント</b>を接続すると、いつでも簡単にプラットフォーム上のプロジェクト所有権を確認できます。","settings":"設定を開く"},"submit":"送信","success":{"title":"プロジェクトの登録に成功しました","desc":"プロジェクトのドキュメントページに移動できるようになりました"},"submitting":"送信中...","verify_modrinth":"Modrinth を使用して確認"},"ProjectSettingsForm":{"title":"プロジェクトを編集","desc":"既存のプロジェクト設定を編集する。","button":"設定","success":{"title":"プロジェクトの更新に成功しました","desc":"更新されたプロジェクトのドキュメントページに移動できるようになりました"}},"ProjectDeleteForm":{"trigger":"Delete project","title":"本当によろしいですか?","desc":"この操作は元に戻せません。プロジェクトを完全に削除し、関連するすべてのデータをサーバーから削除します。","cancel":"キャンセル","submit":"削除","success":"プロジェクトが正常に削除されました"},"FormActions":{"errors":{"unauthorized":"ユーザー認証エラー","internal":"サーバー内部エラーが発生しました。しばらく経ってからもう一度試してみてください。","unknown":"不明なエラーが発生しました。しばらくしてから再度お試しください。","no_platforms":"メタデータにプラットフォームプロジェクトが定義されていません。","no_project":"プラットフォームプロジェクトが見つかりません。メタデータ「slug」フィールドが正しいことを確認してください。","unsupported_type":"サポートされていないプロジェクトの種類です","ownership":"プロジェクトの所有権の確認に失敗しました","cf_unavailable":"CursForgeプロジェクトの登録が有効ではありません","requires_auth":"リポジトリ接続にはログイン認証情報が必要ですが、提供されていません","no_repository":"リポジトリが見つかりません","no_branch":"無効なブランチが指定されました","no_path":"指定されたパスにメタデータファイルが見つかりません","invalid_meta":"メタデータファイルが不正です","unsupported":"まだ実装されていません","exists":"プロジェクトは既に存在します。","not_found":"プロジェクトが存在しません","illegal_id":"Illegal project ID","not_owner":"User is not authorized to register this project"}},"CommunityBadge":{"title":"コミュニティ","desc":"コミュニティによって維持されている非公式のドキュメント"},"DocsPageNotFoundError":{"title":"このページを紛失しました","desc":"リクエストされたドキュメントページは現在ご利用いただけません。","suggestion":"後ほど再度お試しいただくか、この問題をプロジェクトの作成者に報告してください。","submit":"問題を送信する","return":"ホームに戻る"},"GetStartedButton":{"title":"Create your first project"},"ProjectHomepage":{"overview":{"intro":"<project></project> is a {type} created by <authors></authors>.","availability":"Available for <versions></versions>. Latest version built for <latest></latest>. First released for <first></first>.","tags":"Tagged:"},"description":{"title":"Description"},"navigation":{"title":"ナビゲーション","docs":{"title":"Browse documentation","desc":"{pages} pages available."},"content":{"title":"Browse content","desc":"{items} in-game items."}},"links":{"title":"リンク","website":"Website","source_code":"Source code"},"license":{"title":"ライセンス","project":"Project License","arr":"All Rights Reserved","unknown":"不明","wiki":"Wiki License","default":"Wiki content <link>partially made available</link> under the <license></license> license."}},"ProjectDocsHomepage":{"title":"ホーム"},"DocsHomepagePlaceholder":{"title":"ホームページのプレースホルダー","subtitle":"API の制限により、ローカル環境の CursForge プロジェクトではプロジェクトのメタデータを使用できません。","replace":"ご安心ください。このプレースホルダーは、ライブウィキウェブサイトにデプロイされた後、プロジェクトの実際の説明に置き換えられます。"},"DocsSearchBar":{"placeholder":"Wikiのコンテンツを検索…","no_results":"何も見つかりませんでした!","loading":"完璧な結果を見つけています…","results":"<highlight>{count}</highlight> 件の結果を <highlight>{total}</highlight> 件中から表示しています","close":"<kbd>ESC</kbd> で閉じる"},"DocsChangelogPage":{"title":"変更履歴"},"DocsLeftSidebar":{"title":"ドキュメント","homepage":"ホーム"},"DocsContentRightSidebar":{"title":"エントリ情報"},"DocsNonContentRightSidebar":{"title":"このページで"},"DocsVersionSelector":{"placeholder":"バージョンを選択","latest":"最新"},"ModVersionRange":{"desc":"あと+{count}"},"LanguageSelect":{"placeholder":"言語を検索…","no_results":"言語が見つかりませんでした。"},"ProjectStatus":{"unknown":"不明","loading":"初期化中","healthy":"読み込み完了","at_risk":"Requires attention","error":"エラー"},"DevProjectsListPage":{"project":{"manage":"管理"},"empty":{"primary":"Looks like you haven\'t created any projects yet","secondary":"まずは当社の<guide>著者向けガイド</guide>をお読みください。"}},"DevProjectPage":{"breadcrumbs":{"home":"ホーム"},"toolbar":{"view":"表示","deployments":"Deployments"},"overview":{"title":"Project overview","desc":"Project information summary"},"source":{"title":"プロジェクトソース","repo":"リポジトリ","branch":"ブランチ","path":"パス","public":"公開"},"platforms":{"title":"プラットフォーム","desc":"Project hosting platforms","headers":{"platform":"プラットフォーム","slug":"Slug / ID","link":"リンク"},"open":"開く"},"information":{"title":"インフォメーション","desc":"Resolved information","type":"種類","status":"ステータス","created_at":"作成日"},"revision":{"title":"Current git revision","reloading":"Reloading project, please stand by...","not_found":"No revision found. Try reloading the project."}},"DevProjectSettingsPage":{"title":"Project settings","desc":"Configure project properties"},"DevProjectVersionsPage":{"title":"Project versions","desc":"Browse project content versions"},"DevProjectHealthPage":{"title":"Project health","desc":"Monitor project status and issues","errors":{"title":"Project issue report","desc":"Ongoing warnings & errors","empty":"No issues found"}},"DevProjectMembersPage":{"title":"Project members","desc":"Manage project members & permissions","roles":{"owner":"Owner"},"actions":{"manage":"管理"}},"DevProjectContentItemsPage":{"title":"Project items","desc":"Browse project items"},"DevProjectContentRecipesPage":{"title":"Project recipes","desc":"Browse project crafting recipes"},"DevProjectContentTagsPage":{"title":"Project tags","desc":"Browse project tags"},"DevProjectLogs":{"title":"Deployment log","show":"表示","unloaded":"読み込まれていません","waiting":"サーバーを待っています...","loading":"読み込み中...","error":"ログの読み込みエラー","toast":{"success":"プロジェクトのセットアップ完了","error":"プロジェクトのセットアップ中にエラーが発生しました"}},"DeveloperSidebar":{"teams":{"personal":"個人用"},"groups":{"projects":"プロジェクト","platform":"プラットフォーム","admin":"Administration"},"nav":{"projects":"プロジェクト","documentation":"ドキュメント","settings":"設定","admin":"System settings"}},"DevSidebarContextSwitcher":{"title":"チーム"},"DevSidebarUser":{"logout":{"button":"ログアウト","title":"ログアウト","desc":"ログアウト中..."},"unknown_avatar":"なし"},"UserSettings":{"breadcrumbs":{"home":"ホーム","settings":"設定"},"profile":{"bio":"Modded Minecraft Wikiのクリエイター","join_date":"{date} に登録","admin":"Admin"},"connections":{"title":"連携","modrinth":{"title":"Modrinthアカウント","desc":"プロジェクトの所有権を確認するために使用されます","connect":"接続","view":"表示","disconnect":"接続解除"}},"account":{"title":"アカウント","delete":{"title":"アカウントを削除","desc":"すべてのアカウントデータを永久に削除する","button":"アカウントを削除"},"delete_modal":{"title":"アカウントを削除","desc":"このアカウントを削除してもよろしいですか? これは元に戻すことができない破壊的な操作です。","cancel":"キャンセル","button":"永久的に削除"}},"toast":{"unlink":{"success":"アカウントの連携が解除されました","error":"アカウントの連携解除エラー"}}},"AuthFailure":{"title":"認証に失敗","desc":"ログイン中に予期しないエラーが発生しました。後でもう一度お試しください。","status":"ステータス確認","return":"ホームへ戻る","report":"バグを報告"},"BuiltinRecipeTypes":{"blasting":"Blasting","campfire_cooking":"Campfire cooking","crafting_shaped":"Shaped Crafting","crafting_shapeless":"Shapeless Crafting","smelting":"Smelting","smithing_transform":"Smithing","smoking":"Smoking","stonecutting":"Stonecutting"},"DocsEntryTabs":{"history":"Show history","home":"Show content"},"DevProjectSidebar":{"groups":{"project":"Project","content":"Content"},"nav":{"home":"Overview","settings":"設定","members":"Members","deployments":"Deployments","health":"Health","versions":"Versions","content":"Items","tags":"タグ","recipes":"Recipes"}},"PrefabObtaining":{"recipe":"Recipe"},"PrefabUsage":{"usage":"Usage"},"AdminSidebar":{"groups":{"home":"ホーム","data":"Data","system":"System","moderation":"Moderation"},"nav":{"home":"Overview","data_imports":"Data Imports","access_keys":"Access Keys","migrations":"Migrations","users":"ユーザー","projects":"プロジェクト","config":"Configuration","reports":"Reports","audit_log":"Audit Log","return":"Return"}},"AdminDataImports":{"title":"System data imports","desc":"Imported game data"},"AdminMigrations":{"title":"Data migrations","desc":"Available data migrations"},"EmptyDataTable":{"guide":"Read the <link>author guide</link> to find out more on how to integrate game data into your project."},"DataTable":{"no_results":"No results.","filter":"Filter rows...","previous":"Previous","next":"Next"},"DevProjectVersionsTable":{"name":"Name","branch":"ブランチ","empty":{"title":"No additional versions were found in your project.","desc":"Read the <link>author guide</link> to learn more about project versioning."}},"DevProjectItemsTable":{"icon":"Icon","id":"Identifier","name":"Name","path":"Page path (internal)","actions":{"open":"Open menu","title":"Actions","view":"表示"},"empty":{"title":"No items were found in your project.","desc":"Project items are automatically detected from content pages and included game files."}},"DevProjectTagsTable":{"id":"Identifier","items":"Item count","empty":{"title":"No tags were found in your project."}},"DevProjectRecipesTable":{"type":"種類","id":"Identifier","empty":{"title":"No recipes were found in your project."}},"ResolvedProjectRecipe":{"type":"Recipe Type","input":"Ingredients","output":"Outputs","preview":"Recipe preview","workbenches":"You can craft this recipe using:"},"DevProjectDeploymentsPage":{"title":"Project deployments","desc":"Manage deployed project versions"},"DevProjectDeploymentsTable":{"id":"ID","commit":"Commit","created_at":"Deploy time","user_id":"Deployed by","status":"ステータス"},"DeploymentStatus":{"unknown":"なし","created":"Queued","loading":"Loading","success":"Success","error":"Failed"},"DeleteDeploymentModal":{"trigger":"削除","title":"本当によろしいですか?","desc":"This action cannot be undone. This deployment will be permanently deleted from our servers.","cancel":"キャンセル","submit":"削除","success":"Deployment deleted successfully"},"DeployProjectModal":{"button":"Deploy","title":"New deployment","primary":"All project content will be <b>re-fetched</b> from the source. This option should be used upon updating the documentation source itself.","secondary":"If the new deployment fails, currently stored data <b>will not</b> be replaced. You can always <b>roll back</b> to previous deployments using the \'Redeploy\' option.","tertiary":"利便性を考慮し、公開後は<link>Gradleプラグイン</link>を使用して自動的にドキュメントを再検証することをお勧めします。","note":"Project configuration remains unchanged. For updating meta information (e.g. source and platforms), please use the Settings dialog instead.","cancel":"キャンセル","submit":"Deploy"},"LiveProjectDeployConnection":{"loading":"Deploying project...","success":"Project deploy successful","error":"Project deploy failed","view":"表示"},"DevProjectDeploymentPage":{"deployments":"Deployments","title":"Deployment Details","git-config":{"title":"Source coordinates"}},"ProjectGitRevision":{"title":"Git revision","title_current":"Current Git revision","loading":"Deploying project, please stand by...","not_found":"Project has no active deployment"},"ProjectIssueWidget":{"file":"File: <file></file>","date":"Created at: <date></date>","version":"Version: <version></version>"},"ProjectIssueLevel":{"warning":"Warning","error":"Error","unknown":"不明"},"ProjectIssueType":{"meta":"Invalid project metadata","file":"Invalid file","git_clone":"Error cloning repository","git_info":"Error getting commit information","ingestor":"Error importing content","internal":"Internal server error","page_render":"Invalid page","unknown":"Unknown error"},"DeploymentIssues":{"title":"Deployment issues","empty":"No issues found.","issues_found":"Found {count, plural, =1 {1 issue that needs} other {# issues that need}} attention."},"ProjectError":{"requires_auth":"リポジトリ接続にはログイン認証情報が必要ですが、提供されていません","no_repository":"リポジトリが見つかりません","repo_too_large":"Repository exceeds allowed file size","no_branch":"無効なブランチが指定されました","no_path":"指定されたパスにメタデータファイルが見つかりません","invalid_meta":"メタデータファイルが不正です","invalid_page":"Failed to render page contents","duplicate_page":"Duplicate page","unknown_recipe_type":"Unknown recipe type","invalid_ingredient":"Invalid ingredient","invalid_file":"Failed to parse file","invalid_format":"Invalid file format","invalid_resloc":"Invalid Resource Location","invalid_version_branch":"Version branch does not exist","missing_platform_project":"Missing platform project","no_page_title":"Page is missing title","missing_required_attribute":"Page is missing a required metadata attribute","unknown":"Unknown error"},"AdminReports":{"title":"Project Reports","desc":"Manage project reports"},"ResponsiveTable":{"expand":"Expand"},"UsageContentList":{"more":"Show more ..."},"RecipeUsage":{"description":"Can be used to create the following items:","empty":"Has no known usages in crafting."},"ContentCategory":{"all":"All","other":"Other"},"ContentChangelog":{"toggle":"Show changelog"},"ContentProperties":{"bool":{"true":"Yes","false":"No"},"type":{"block":"Block","item":"Item","other":"Other"},"properties":{"id":"ID","source_mod":"Source mod","type":"種類","stack_size":"Stack size","required_tool":"Tool","blast_resistance":"Blast resistance","hardness":"Hardness","flammable":"Flammable"}},"DocsLink":{"not_found":"(Not found)"},"AdminAccessKeys":{"title":"System access keys","desc":"Provides auth for when non-interactive access is needed, such as CI"},"CreateAccessKeyModal":{"title":"Create access key","desc":"New system access key","button":"Create","name":{"title":"Name","desc":"Give your key a name","placeholder":"Deploy staging"},"days_valid":{"title":"Days of validity","desc":"Number of days the key is valid for. Use 0 for no expiration."},"submit":"送信","submitting":"送信中..."},"SaveAccessKeyModal":{"title":"Access Key","desc":"Save your generated access key","key":"Access Key","note":"Keep the key value safe. You won\'t be able to access it again.","valid":"The key is valid until {expiry}.","close":"Done"},"DeleteAccessKeyModal":{"title":"Delete Access Key","desc":"Invalidate and delete access key","body":"This will forever delete the access key <name></name>.","cancel":"キャンセル","submit":"削除","success":"Access Key deleted successfully"},"CopyButton":{"copied":"Copied to clipboard"},"InteractiveComponentPlaceholder":{"title":"Content unavailable in preview mode","desc":"Interactive components are currently not supported in the local previewer. The actual contents will be shown here when the project is deployed onto the Wiki website."},"RevalidateCacheModal":{"title":"Revalidate cache tag","desc":"Manually revalidate a cache tag. Used for diagnostic purposes.","button":"Revalidate cache tag","tag":{"title":"Cache Tag","desc":"The cache tag to revalidate"},"success":"Cache tag invalidated successfully"}}')},2500:(a,b,c)=>{"use strict";var d=c(8480),e=c(5676),f=Symbol.for("react.element"),g=Symbol.for("react.transitional.element"),h=Symbol.for("react.fragment"),i=Symbol.for("react.context"),j=Symbol.for("react.forward_ref"),k=Symbol.for("react.suspense"),l=Symbol.for("react.suspense_list"),m=Symbol.for("react.memo"),n=Symbol.for("react.lazy"),o=Symbol.for("react.memo_cache_sentinel");Symbol.for("react.postpone");var p=Symbol.iterator;function q(a){return null===a||"object"!=typeof a?null:"function"==typeof(a=p&&a[p]||a["@@iterator"])?a:null}var r=Symbol.asyncIterator;function s(a){setTimeout(function(){throw a})}var t=Promise,u="function"==typeof queueMicrotask?queueMicrotask:function(a){t.resolve(null).then(a).catch(s)},v=null,w=0;function x(a,b){if(0!==b.byteLength)if(2048<b.byteLength)0<w&&(a.enqueue(new Uint8Array(v.buffer,0,w)),v=new Uint8Array(2048),w=0),a.enqueue(b);else{var c=v.length-w;c<b.byteLength&&(0===c?a.enqueue(v):(v.set(b.subarray(0,c),w),a.enqueue(v),b=b.subarray(c)),v=new Uint8Array(2048),w=0),v.set(b,w),w+=b.byteLength}return!0}var y=new TextEncoder;function z(a){return y.encode(a)}function A(a){return a.byteLength}function B(a,b){"function"==typeof a.error?a.error(b):a.close()}var C=Symbol.for("react.client.reference"),D=Symbol.for("react.server.reference");function E(a,b,c){return Object.defineProperties(a,{$$typeof:{value:C},$$id:{value:b},$$async:{value:c}})}var F=Function.prototype.bind,G=Array.prototype.slice;function H(){var a=F.apply(this,arguments);if(this.$$typeof===D){var b=G.call(arguments,1);return Object.defineProperties(a,{$$typeof:{value:D},$$id:{value:this.$$id},$$bound:b={value:this.$$bound?this.$$bound.concat(b):b},bind:{value:H,configurable:!0}})}return a}var I={value:function(){return"function () { [omitted code] }"},configurable:!0,writable:!0},J=Promise.prototype,K={get:function(a,b){switch(b){case"$$typeof":return a.$$typeof;case"$$id":return a.$$id;case"$$async":return a.$$async;case"name":return a.name;case"displayName":case"defaultProps":case"_debugInfo":case"toJSON":return;case Symbol.toPrimitive:return Object.prototype[Symbol.toPrimitive];case Symbol.toStringTag:return Object.prototype[Symbol.toStringTag];case"Provider":throw Error("Cannot render a Client Context Provider on the Server. Instead, you can export a Client Component wrapper that itself renders a Client Context Provider.");case"then":throw Error("Cannot await or return from a thenable. You cannot await a client module from a server component.")}throw Error("Cannot access "+String(a.name)+"."+String(b)+" on the server. You cannot dot into a client module from a server component. You can only pass the imported name through.")},set:function(){throw Error("Cannot assign to a client module from a server module.")}};function L(a,b){switch(b){case"$$typeof":return a.$$typeof;case"$$id":return a.$$id;case"$$async":return a.$$async;case"name":return a.name;case"defaultProps":case"_debugInfo":case"toJSON":return;case Symbol.toPrimitive:return Object.prototype[Symbol.toPrimitive];case Symbol.toStringTag:return Object.prototype[Symbol.toStringTag];case"__esModule":var c=a.$$id;return a.default=E(function(){throw Error("Attempted to call the default export of "+c+" from the server but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},a.$$id+"#",a.$$async),!0;case"then":if(a.then)return a.then;if(a.$$async)return;var d=E({},a.$$id,!0),e=new Proxy(d,M);return a.status="fulfilled",a.value=e,a.then=E(function(a){return Promise.resolve(a(e))},a.$$id+"#then",!1)}if("symbol"==typeof b)throw Error("Cannot read Symbol exports. Only named exports are supported on a client module imported on the server.");return(d=a[b])||(Object.defineProperty(d=E(function(){throw Error("Attempted to call "+String(b)+"() from the server but "+String(b)+" is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},a.$$id+"#"+b,a.$$async),"name",{value:b}),d=a[b]=new Proxy(d,K)),d}var M={get:function(a,b){return L(a,b)},getOwnPropertyDescriptor:function(a,b){var c=Object.getOwnPropertyDescriptor(a,b);return c||(c={value:L(a,b),writable:!1,configurable:!1,enumerable:!1},Object.defineProperty(a,b,c)),c},getPrototypeOf:function(){return J},set:function(){throw Error("Cannot assign to a client module from a server module.")}},N=d.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,O=N.d;function P(a){if(null==a)return null;var b,c=!1,d={};for(b in a)null!=a[b]&&(c=!0,d[b]=a[b]);return c?d:null}N.d={f:O.f,r:O.r,D:function(a){if("string"==typeof a&&a){var b=as();if(b){var c=b.hints,d="D|"+a;c.has(d)||(c.add(d),au(b,"D",a))}else O.D(a)}},C:function(a,b){if("string"==typeof a){var c=as();if(c){var d=c.hints,e="C|"+(null==b?"null":b)+"|"+a;d.has(e)||(d.add(e),"string"==typeof b?au(c,"C",[a,b]):au(c,"C",a))}else O.C(a,b)}},L:function(a,b,c){if("string"==typeof a){var d=as();if(d){var e=d.hints,f="L";if("image"===b&&c){var g=c.imageSrcSet,h=c.imageSizes,i="";"string"==typeof g&&""!==g?(i+="["+g+"]","string"==typeof h&&(i+="["+h+"]")):i+="[][]"+a,f+="[image]"+i}else f+="["+b+"]"+a;e.has(f)||(e.add(f),(c=P(c))?au(d,"L",[a,b,c]):au(d,"L",[a,b]))}else O.L(a,b,c)}},m:function(a,b){if("string"==typeof a){var c=as();if(c){var d=c.hints,e="m|"+a;if(d.has(e))return;return d.add(e),(b=P(b))?au(c,"m",[a,b]):au(c,"m",a)}O.m(a,b)}},X:function(a,b){if("string"==typeof a){var c=as();if(c){var d=c.hints,e="X|"+a;if(d.has(e))return;return d.add(e),(b=P(b))?au(c,"X",[a,b]):au(c,"X",a)}O.X(a,b)}},S:function(a,b,c){if("string"==typeof a){var d=as();if(d){var e=d.hints,f="S|"+a;if(e.has(f))return;return e.add(f),(c=P(c))?au(d,"S",[a,"string"==typeof b?b:0,c]):"string"==typeof b?au(d,"S",[a,b]):au(d,"S",a)}O.S(a,b,c)}},M:function(a,b){if("string"==typeof a){var c=as();if(c){var d=c.hints,e="M|"+a;if(d.has(e))return;return d.add(e),(b=P(b))?au(c,"M",[a,b]):au(c,"M",a)}O.M(a,b)}}};var Q="function"==typeof AsyncLocalStorage,R=Q?new AsyncLocalStorage:null,S=Symbol.for("react.temporary.reference"),T={get:function(a,b){switch(b){case"$$typeof":return a.$$typeof;case"name":case"displayName":case"defaultProps":case"_debugInfo":case"toJSON":return;case Symbol.toPrimitive:return Object.prototype[Symbol.toPrimitive];case Symbol.toStringTag:return Object.prototype[Symbol.toStringTag];case"Provider":throw Error("Cannot render a Client Context Provider on the Server. Instead, you can export a Client Component wrapper that itself renders a Client Context Provider.");case"then":return}throw Error("Cannot access "+String(b)+" on the server. You cannot dot into a temporary client reference from a server component. You can only pass the value through to the client.")},set:function(){throw Error("Cannot assign to a temporary client reference from a server module.")}};function U(){}var V=Error("Suspense Exception: This is not a real error! It's an implementation detail of `use` to interrupt the current render. You must either rethrow it immediately, or move the `use` call outside of the `try/catch` block. Capturing without rethrowing will lead to unexpected behavior.\n\nTo handle async errors, wrap your component in an error boundary, or call the promise's `.catch` method and pass the result to `use`."),W=null;function X(){if(null===W)throw Error("Expected a suspended thenable. This is a bug in React. Please file an issue.");var a=W;return W=null,a}var Y=null,Z=0,$=null;function _(){var a=$||[];return $=null,a}var aa={readContext:ad,use:function(a){if(null!==a&&"object"==typeof a||"function"==typeof a){if("function"==typeof a.then){var b=Z;Z+=1,null===$&&($=[]);var c=$,d=a,e=b;switch(void 0===(e=c[e])?c.push(d):e!==d&&(d.then(U,U),d=e),d.status){case"fulfilled":return d.value;case"rejected":throw d.reason;default:switch("string"==typeof d.status?d.then(U,U):((c=d).status="pending",c.then(function(a){if("pending"===d.status){var b=d;b.status="fulfilled",b.value=a}},function(a){if("pending"===d.status){var b=d;b.status="rejected",b.reason=a}})),d.status){case"fulfilled":return d.value;case"rejected":throw d.reason}throw W=d,V}}a.$$typeof===i&&ad()}if(a.$$typeof===C){if(null!=a.value&&a.value.$$typeof===i)throw Error("Cannot read a Client Context from a Server Component.");throw Error("Cannot use() an already resolved Client Reference.")}throw Error("An unsupported type was passed to use(): "+String(a))},useCallback:function(a){return a},useContext:ad,useEffect:ab,useImperativeHandle:ab,useLayoutEffect:ab,useInsertionEffect:ab,useMemo:function(a){return a()},useReducer:ab,useRef:ab,useState:ab,useDebugValue:function(){},useDeferredValue:ab,useTransition:ab,useSyncExternalStore:ab,useId:function(){if(null===Y)throw Error("useId can only be used while React is rendering");var a=Y.identifierCount++;return"_"+Y.identifierPrefix+"S_"+a.toString(32)+"_"},useHostTransitionStatus:ab,useFormState:ab,useActionState:ab,useOptimistic:ab,useMemoCache:function(a){for(var b=Array(a),c=0;c<a;c++)b[c]=o;return b},useCacheRefresh:function(){return ac}};function ab(){throw Error("This Hook is not supported in Server Components.")}function ac(){throw Error("Refreshing the cache is not supported in Server Components.")}function ad(){throw Error("Cannot read a Client Context from a Server Component.")}var ae={getCacheForType:function(a){var b=(b=as())?b.cache:new Map,c=b.get(a);return void 0===c&&(c=a(),b.set(a,c)),c},cacheSignal:function(){var a=as();return a?a.cacheController.signal:null}},af=e.__SERVER_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;if(!af)throw Error('The "react" package in this environment is not configured correctly. The "react-server" condition must be enabled in any environment that runs React Server Components.');var ag=Array.isArray,ah=Object.getPrototypeOf;function ai(a){return(a=Object.prototype.toString.call(a)).slice(8,a.length-1)}function aj(a){switch(typeof a){case"string":return JSON.stringify(10>=a.length?a:a.slice(0,10)+"...");case"object":if(ag(a))return"[...]";if(null!==a&&a.$$typeof===ak)return"client";return"Object"===(a=ai(a))?"{...}":a;case"function":return a.$$typeof===ak?"client":(a=a.displayName||a.name)?"function "+a:"function";default:return String(a)}}var ak=Symbol.for("react.client.reference");function al(a,b){var c=ai(a);if("Object"!==c&&"Array"!==c)return c;c=-1;var d=0;if(ag(a)){for(var e="[",f=0;f<a.length;f++){0<f&&(e+=", ");var h=a[f];h="object"==typeof h&&null!==h?al(h):aj(h),""+f===b?(c=e.length,d=h.length,e+=h):e=10>h.length&&40>e.length+h.length?e+h:e+"..."}e+="]"}else if(a.$$typeof===g)e="<"+function a(b){if("string"==typeof b)return b;switch(b){case k:return"Suspense";case l:return"SuspenseList"}if("object"==typeof b)switch(b.$$typeof){case j:return a(b.render);case m:return a(b.type);case n:var c=b._payload;b=b._init;try{return a(b(c))}catch(a){}}return""}(a.type)+"/>";else{if(a.$$typeof===ak)return"client";for(h=0,e="{",f=Object.keys(a);h<f.length;h++){0<h&&(e+=", ");var i=f[h],o=JSON.stringify(i);e+=('"'+i+'"'===o?i:o)+": ",o="object"==typeof(o=a[i])&&null!==o?al(o):aj(o),i===b?(c=e.length,d=o.length,e+=o):e=10>o.length&&40>e.length+o.length?e+o:e+"..."}e+="}"}return void 0===b?e:-1<c&&0<d?"\n "+e+"\n "+(a=" ".repeat(c)+"^".repeat(d)):"\n "+e}var am=Object.prototype.hasOwnProperty,an=Object.prototype,ao=JSON.stringify;function ap(a){console.error(a)}function aq(a,b,c,d,e,f,g,h,i){if(null!==af.A&&af.A!==ae)throw Error("Currently React only supports one RSC renderer at a time.");af.A=ae;var j=new Set,k=[],l=new Set;this.type=a,this.status=10,this.flushScheduled=!1,this.destination=this.fatalError=null,this.bundlerConfig=c,this.cache=new Map,this.cacheController=new AbortController,this.pendingChunks=this.nextChunkId=0,this.hints=l,this.abortableTasks=j,this.pingedTasks=k,this.completedImportChunks=[],this.completedHintChunks=[],this.completedRegularChunks=[],this.completedErrorChunks=[],this.writtenSymbols=new Map,this.writtenClientReferences=new Map,this.writtenServerReferences=new Map,this.writtenObjects=new WeakMap,this.temporaryReferences=i,this.identifierPrefix=h||"",this.identifierCount=1,this.taintCleanupQueue=[],this.onError=void 0===d?ap:d,this.onPostpone=void 0===e?U:e,this.onAllReady=f,this.onFatalError=g,k.push(a=aC(this,b,null,!1,j))}var ar=null;function as(){if(ar)return ar;if(Q){var a=R.getStore();if(a)return a}return null}function at(a,b,c){var d=aC(a,c,b.keyPath,b.implicitSlot,a.abortableTasks);switch(c.status){case"fulfilled":return d.model=c.value,aB(a,d),d.id;case"rejected":return aR(a,d,c.reason),d.id;default:if(12===a.status)return a.abortableTasks.delete(d),b=a.fatalError,aW(d),aX(d,a,b),d.id;"string"!=typeof c.status&&(c.status="pending",c.then(function(a){"pending"===c.status&&(c.status="fulfilled",c.value=a)},function(a){"pending"===c.status&&(c.status="rejected",c.reason=a)}))}return c.then(function(b){d.model=b,aB(a,d)},function(b){0===d.status&&(aR(a,d,b),a$(a))}),d.id}function au(a,b,c){b=z(":H"+b+(c=ao(c))+"\n"),a.completedHintChunks.push(b),a$(a)}function av(a){if("fulfilled"===a.status)return a.value;if("rejected"===a.status)throw a.reason;throw a}function aw(){}function ax(a,b,c,d,e){var f=b.thenableState;if(b.thenableState=null,Z=0,$=f,e=d(e,void 0),12===a.status)throw"object"==typeof e&&null!==e&&"function"==typeof e.then&&e.$$typeof!==C&&e.then(aw,aw),null;return e=function(a,b,c,d){if("object"!=typeof d||null===d||d.$$typeof===C)return d;if("function"==typeof d.then){switch(d.status){case"fulfilled":return d.value;case"rejected":break;default:"string"!=typeof d.status&&(d.status="pending",d.then(function(a){"pending"===d.status&&(d.status="fulfilled",d.value=a)},function(a){"pending"===d.status&&(d.status="rejected",d.reason=a)}))}return{$$typeof:n,_payload:d,_init:av}}var e=q(d);return e?((a={})[Symbol.iterator]=function(){return e.call(d)},a):"function"!=typeof d[r]||"function"==typeof ReadableStream&&d instanceof ReadableStream?d:((a={})[r]=function(){return d[r]()},a)}(a,0,0,e),d=b.keyPath,f=b.implicitSlot,null!==c?b.keyPath=null===d?c:d+","+c:null===d&&(b.implicitSlot=!0),a=aJ(a,b,aS,"",e),b.keyPath=d,b.implicitSlot=f,a}function ay(a,b,c){return null!==b.keyPath?(a=[g,h,b.keyPath,{children:c}],b.implicitSlot?[a]:a):c}var az=0;function aA(a,b){return b=aC(a,b.model,b.keyPath,b.implicitSlot,a.abortableTasks),aB(a,b),"$L"+b.id.toString(16)}function aB(a,b){var c=a.pingedTasks;c.push(b),1===c.length&&(a.flushScheduled=null!==a.destination,21===a.type||10===a.status?u(function(){return aV(a)}):setTimeout(function(){return aV(a)},0))}function aC(a,b,c,d,e){a.pendingChunks++;var f=a.nextChunkId++;"object"!=typeof b||null===b||null!==c||d||a.writtenObjects.set(b,aD(f));var h={id:f,status:0,model:b,keyPath:c,implicitSlot:d,ping:function(){return aB(a,h)},toJSON:function(b,c){az+=b.length;var d=h.keyPath,e=h.implicitSlot;try{var f=aJ(a,h,this,b,c)}catch(j){if(b="object"==typeof(b=h.model)&&null!==b&&(b.$$typeof===g||b.$$typeof===n),12===a.status)h.status=3,d=a.fatalError,f=b?"$L"+d.toString(16):aD(d);else if("object"==typeof(c=j===V?X():j)&&null!==c&&"function"==typeof c.then){var i=(f=aC(a,h.model,h.keyPath,h.implicitSlot,a.abortableTasks)).ping;c.then(i,i),f.thenableState=_(),h.keyPath=d,h.implicitSlot=e,f=b?"$L"+f.id.toString(16):aD(f.id)}else h.keyPath=d,h.implicitSlot=e,a.pendingChunks++,d=a.nextChunkId++,e=aK(a,c,h),aM(a,d,e),f=b?"$L"+d.toString(16):aD(d)}return f},thenableState:null};return e.add(h),h}function aD(a){return"$"+a.toString(16)}function aE(a,b,c){return a=ao(c),z(b=b.toString(16)+":"+a+"\n")}function aF(a,b,c,d){var e=d.$$async?d.$$id+"#async":d.$$id,f=a.writtenClientReferences,h=f.get(e);if(void 0!==h)return b[0]===g&&"1"===c?"$L"+h.toString(16):aD(h);try{var i=a.bundlerConfig,j=d.$$id;h="";var k=i[j];if(k)h=k.name;else{var l=j.lastIndexOf("#");if(-1!==l&&(h=j.slice(l+1),k=i[j.slice(0,l)]),!k)throw Error('Could not find the module "'+j+'" in the React Client Manifest. This is probably a bug in the React Server Components bundler.')}if(!0===k.async&&!0===d.$$async)throw Error('The module "'+j+'" is marked as an async ESM module but was loaded as a CJS proxy. This is probably a bug in the React Server Components bundler.');var m=!0===k.async||!0===d.$$async?[k.id,k.chunks,h,1]:[k.id,k.chunks,h];a.pendingChunks++;var n=a.nextChunkId++,o=ao(m),p=n.toString(16)+":I"+o+"\n",q=z(p);return a.completedImportChunks.push(q),f.set(e,n),b[0]===g&&"1"===c?"$L"+n.toString(16):aD(n)}catch(d){return a.pendingChunks++,b=a.nextChunkId++,c=aK(a,d,null),aM(a,b,c),aD(b)}}function aG(a,b){return b=aC(a,b,null,!1,a.abortableTasks),aT(a,b),b.id}function aH(a,b,c){a.pendingChunks++;var d=a.nextChunkId++;return aO(a,d,b,c,!1),aD(d)}var aI=!1;function aJ(a,b,c,d,e){if(b.model=e,e===g)return"$";if(null===e)return null;if("object"==typeof e){switch(e.$$typeof){case g:var i=null,k=a.writtenObjects;if(null===b.keyPath&&!b.implicitSlot){var l=k.get(e);if(void 0!==l)if(aI!==e)return l;else aI=null;else -1===d.indexOf(":")&&void 0!==(c=k.get(c))&&(i=c+":"+d,k.set(e,i))}if(3200<az)return aA(a,b);return c=(d=e.props).ref,"object"==typeof(a=function a(b,c,d,e,f,i){if(null!=f)throw Error("Refs cannot be used in Server Components, nor passed to Client Components.");if("function"==typeof d&&d.$$typeof!==C&&d.$$typeof!==S)return ax(b,c,e,d,i);if(d===h&&null===e)return d=c.implicitSlot,null===c.keyPath&&(c.implicitSlot=!0),i=aJ(b,c,aS,"",i.children),c.implicitSlot=d,i;if(null!=d&&"object"==typeof d&&d.$$typeof!==C)switch(d.$$typeof){case n:if(d=(0,d._init)(d._payload),12===b.status)throw null;return a(b,c,d,e,f,i);case j:return ax(b,c,e,d.render,i);case m:return a(b,c,d.type,e,f,i)}return b=e,e=c.keyPath,null===b?b=e:null!==e&&(b=e+","+b),i=[g,d,b,i],c=c.implicitSlot&&null!==b?[i]:i}(a,b,e.type,e.key,void 0!==c?c:null,d))&&null!==a&&null!==i&&(k.has(a)||k.set(a,i)),a;case n:if(3200<az)return aA(a,b);if(b.thenableState=null,e=(d=e._init)(e._payload),12===a.status)throw null;return aJ(a,b,aS,"",e);case f:throw Error('A React Element from an older version of React was rendered. This is not supported. It can happen if:\n- Multiple copies of the "react" package is used.\n- A library pre-bundled an old copy of "react" or "react/jsx-runtime".\n- A compiler tries to "inline" JSX instead of using the runtime.')}if(e.$$typeof===C)return aF(a,c,d,e);if(void 0!==a.temporaryReferences&&void 0!==(i=a.temporaryReferences.get(e)))return"$T"+i;if(k=(i=a.writtenObjects).get(e),"function"==typeof e.then){if(void 0!==k){if(null!==b.keyPath||b.implicitSlot)return"$@"+at(a,b,e).toString(16);if(aI!==e)return k;aI=null}return a="$@"+at(a,b,e).toString(16),i.set(e,a),a}if(void 0!==k)if(aI!==e)return k;else{if(k!==aD(b.id))return k;aI=null}else if(-1===d.indexOf(":")&&void 0!==(k=i.get(c))){if(l=d,ag(c)&&c[0]===g)switch(d){case"1":l="type";break;case"2":l="key";break;case"3":l="props";break;case"4":l="_owner"}i.set(e,k+":"+l)}if(ag(e))return ay(a,b,e);if(e instanceof Map)return"$Q"+aG(a,e=Array.from(e)).toString(16);if(e instanceof Set)return"$W"+aG(a,e=Array.from(e)).toString(16);if("function"==typeof FormData&&e instanceof FormData)return"$K"+aG(a,e=Array.from(e.entries())).toString(16);if(e instanceof Error)return"$Z";if(e instanceof ArrayBuffer)return aH(a,"A",new Uint8Array(e));if(e instanceof Int8Array)return aH(a,"O",e);if(e instanceof Uint8Array)return aH(a,"o",e);if(e instanceof Uint8ClampedArray)return aH(a,"U",e);if(e instanceof Int16Array)return aH(a,"S",e);if(e instanceof Uint16Array)return aH(a,"s",e);if(e instanceof Int32Array)return aH(a,"L",e);if(e instanceof Uint32Array)return aH(a,"l",e);if(e instanceof Float32Array)return aH(a,"G",e);if(e instanceof Float64Array)return aH(a,"g",e);if(e instanceof BigInt64Array)return aH(a,"M",e);if(e instanceof BigUint64Array)return aH(a,"m",e);if(e instanceof DataView)return aH(a,"V",e);if("function"==typeof Blob&&e instanceof Blob)return function(a,b){function c(b){0===f.status&&(a.cacheController.signal.removeEventListener("abort",d),aR(a,f,b),a$(a),g.cancel(b).then(c,c))}function d(){if(0===f.status){var b=a.cacheController.signal;b.removeEventListener("abort",d),aR(a,f,b=b.reason),a$(a),g.cancel(b).then(c,c)}}var e=[b.type],f=aC(a,e,null,!1,a.abortableTasks),g=b.stream().getReader();return a.cacheController.signal.addEventListener("abort",d),g.read().then(function b(h){if(0===f.status)if(!h.done)return e.push(h.value),g.read().then(b).catch(c);else a.cacheController.signal.removeEventListener("abort",d),aB(a,f)}).catch(c),"$B"+f.id.toString(16)}(a,e);if(i=q(e))return(d=i.call(e))===e?"$i"+aG(a,Array.from(d)).toString(16):ay(a,b,Array.from(d));if("function"==typeof ReadableStream&&e instanceof ReadableStream)return function(a,b,c){function d(b){0===h.status&&(a.cacheController.signal.removeEventListener("abort",e),aR(a,h,b),a$(a),g.cancel(b).then(d,d))}function e(){if(0===h.status){var b=a.cacheController.signal;b.removeEventListener("abort",e),aR(a,h,b=b.reason),a$(a),g.cancel(b).then(d,d)}}var f=c.supportsBYOB;if(void 0===f)try{c.getReader({mode:"byob"}).releaseLock(),f=!0}catch(a){f=!1}var g=c.getReader(),h=aC(a,b.model,b.keyPath,b.implicitSlot,a.abortableTasks);return a.pendingChunks++,b=h.id.toString(16)+":"+(f?"r":"R")+"\n",a.completedRegularChunks.push(z(b)),a.cacheController.signal.addEventListener("abort",e),g.read().then(function b(c){if(0===h.status)if(c.done)h.status=1,c=h.id.toString(16)+":C\n",a.completedRegularChunks.push(z(c)),a.abortableTasks.delete(h),a.cacheController.signal.removeEventListener("abort",e),a$(a),a_(a);else try{h.model=c.value,a.pendingChunks++,aU(a,h),a$(a),g.read().then(b,d)}catch(a){d(a)}},d),aD(h.id)}(a,b,e);if("function"==typeof(i=e[r]))return null!==b.keyPath?(a=[g,h,b.keyPath,{children:e}],a=b.implicitSlot?[a]:a):(d=i.call(e),a=function(a,b,c,d){function e(b){0===g.status&&(a.cacheController.signal.removeEventListener("abort",f),aR(a,g,b),a$(a),"function"==typeof d.throw&&d.throw(b).then(e,e))}function f(){if(0===g.status){var b=a.cacheController.signal;b.removeEventListener("abort",f);var c=b.reason;aR(a,g,b.reason),a$(a),"function"==typeof d.throw&&d.throw(c).then(e,e)}}c=c===d;var g=aC(a,b.model,b.keyPath,b.implicitSlot,a.abortableTasks);return a.pendingChunks++,b=g.id.toString(16)+":"+(c?"x":"X")+"\n",a.completedRegularChunks.push(z(b)),a.cacheController.signal.addEventListener("abort",f),d.next().then(function b(c){if(0===g.status)if(c.done){if(g.status=1,void 0===c.value)var h=g.id.toString(16)+":C\n";else try{var i=aG(a,c.value);h=g.id.toString(16)+":C"+ao(aD(i))+"\n"}catch(a){e(a);return}a.completedRegularChunks.push(z(h)),a.abortableTasks.delete(g),a.cacheController.signal.removeEventListener("abort",f),a$(a),a_(a)}else try{g.model=c.value,a.pendingChunks++,aU(a,g),a$(a),d.next().then(b,e)}catch(a){e(a)}},e),aD(g.id)}(a,b,e,d)),a;if(e instanceof Date)return"$D"+e.toJSON();if((a=ah(e))!==an&&(null===a||null!==ah(a)))throw Error("Only plain objects, and a few built-ins, can be passed to Client Components from Server Components. Classes or null prototypes are not supported."+al(c,d));return e}if("string"==typeof e)return(az+=e.length,"Z"===e[e.length-1]&&c[d]instanceof Date)?"$D"+e:1024<=e.length&&null!==A?(a.pendingChunks++,b=a.nextChunkId++,aP(a,b,e,!1),aD(b)):a="$"===e[0]?"$"+e:e;if("boolean"==typeof e)return e;if("number"==typeof e)return Number.isFinite(e)?0===e&&-1/0==1/e?"$-0":e:1/0===e?"$Infinity":-1/0===e?"$-Infinity":"$NaN";if(void 0===e)return"$undefined";if("function"==typeof e){if(e.$$typeof===C)return aF(a,c,d,e);if(e.$$typeof===D)return void 0!==(d=(b=a.writtenServerReferences).get(e))?a="$h"+d.toString(16):(d=null===(d=e.$$bound)?null:Promise.resolve(d),a=aG(a,{id:e.$$id,bound:d}),b.set(e,a),a="$h"+a.toString(16)),a;if(void 0!==a.temporaryReferences&&void 0!==(a=a.temporaryReferences.get(e)))return"$T"+a;if(e.$$typeof===S)throw Error("Could not reference an opaque temporary reference. This is likely due to misconfiguring the temporaryReferences options on the server.");if(/^on[A-Z]/.test(d))throw Error("Event handlers cannot be passed to Client Component props."+al(c,d)+"\nIf you need interactivity, consider converting part of this to a Client Component.");throw Error('Functions cannot be passed directly to Client Components unless you explicitly expose it by marking it with "use server". Or maybe you meant to call this function rather than return it.'+al(c,d))}if("symbol"==typeof e){if(void 0!==(i=(b=a.writtenSymbols).get(e)))return aD(i);if(Symbol.for(i=e.description)!==e)throw Error("Only global symbols received from Symbol.for(...) can be passed to Client Components. The symbol Symbol.for("+e.description+") cannot be found among global symbols."+al(c,d));return a.pendingChunks++,d=a.nextChunkId++,c=aE(a,d,"$S"+i),a.completedImportChunks.push(c),b.set(e,d),aD(d)}if("bigint"==typeof e)return"$n"+e.toString(10);throw Error("Type "+typeof e+" is not supported in Client Component props."+al(c,d))}function aK(a,b){var c=ar;ar=null;try{var d=a.onError,e=Q?R.run(void 0,d,b):d(b)}finally{ar=c}if(null!=e&&"string"!=typeof e)throw Error('onError returned something with a type other than "string". onError should return a string and may return null or undefined but must not return anything else. It received something of type "'+typeof e+'" instead');return e||""}function aL(a,b){(0,a.onFatalError)(b),null!==a.destination?(a.status=14,B(a.destination,b)):(a.status=13,a.fatalError=b),a.cacheController.abort(Error("The render was aborted due to a fatal error.",{cause:b}))}function aM(a,b,c){c={digest:c},b=z(b=b.toString(16)+":E"+ao(c)+"\n"),a.completedErrorChunks.push(b)}function aN(a,b,c){b=z(b=b.toString(16)+":"+c+"\n"),a.completedRegularChunks.push(b)}function aO(a,b,c,d,e){e?a.pendingDebugChunks++:a.pendingChunks++,e=new Uint8Array(d.buffer,d.byteOffset,d.byteLength),e=(d=2048<d.byteLength?e.slice():e).byteLength,b=z(b=b.toString(16)+":"+c+e.toString(16)+","),a.completedRegularChunks.push(b,d)}function aP(a,b,c,d){if(null===A)throw Error("Existence of byteLengthOfChunk should have already been checked. This is a bug in React.");d?a.pendingDebugChunks++:a.pendingChunks++,d=(c=z(c)).byteLength,b=z(b=b.toString(16)+":T"+d.toString(16)+","),a.completedRegularChunks.push(b,c)}function aQ(a,b,c){var d=b.id;"string"==typeof c&&null!==A?aP(a,d,c,!1):c instanceof ArrayBuffer?aO(a,d,"A",new Uint8Array(c),!1):c instanceof Int8Array?aO(a,d,"O",c,!1):c instanceof Uint8Array?aO(a,d,"o",c,!1):c instanceof Uint8ClampedArray?aO(a,d,"U",c,!1):c instanceof Int16Array?aO(a,d,"S",c,!1):c instanceof Uint16Array?aO(a,d,"s",c,!1):c instanceof Int32Array?aO(a,d,"L",c,!1):c instanceof Uint32Array?aO(a,d,"l",c,!1):c instanceof Float32Array?aO(a,d,"G",c,!1):c instanceof Float64Array?aO(a,d,"g",c,!1):c instanceof BigInt64Array?aO(a,d,"M",c,!1):c instanceof BigUint64Array?aO(a,d,"m",c,!1):c instanceof DataView?aO(a,d,"V",c,!1):(c=ao(c,b.toJSON),aN(a,b.id,c))}function aR(a,b,c){b.status=4,c=aK(a,c,b),aM(a,b.id,c),a.abortableTasks.delete(b),a_(a)}var aS={};function aT(a,b){if(0===b.status){b.status=5;var c=az;try{aI=b.model;var d=aJ(a,b,aS,"",b.model);if(aI=d,b.keyPath=null,b.implicitSlot=!1,"object"==typeof d&&null!==d)a.writtenObjects.set(d,aD(b.id)),aQ(a,b,d);else{var e=ao(d);aN(a,b.id,e)}b.status=1,a.abortableTasks.delete(b),a_(a)}catch(c){if(12===a.status){a.abortableTasks.delete(b),b.status=0;var f=a.fatalError;aW(b),aX(b,a,f)}else{var g=c===V?X():c;if("object"==typeof g&&null!==g&&"function"==typeof g.then){b.status=0,b.thenableState=_();var h=b.ping;g.then(h,h)}else aR(a,b,g)}}finally{az=c}}}function aU(a,b){var c=az;try{aQ(a,b,b.model)}finally{az=c}}function aV(a){var b=af.H;af.H=aa;var c=ar;Y=ar=a;try{var d=a.pingedTasks;a.pingedTasks=[];for(var e=0;e<d.length;e++)aT(a,d[e]);aY(a)}catch(b){aK(a,b,null),aL(a,b)}finally{af.H=b,Y=null,ar=c}}function aW(a){0===a.status&&(a.status=3)}function aX(a,b,c){3===a.status&&(c=aD(c),a=aE(b,a.id,c),b.completedErrorChunks.push(a))}function aY(a){var b=a.destination;if(null!==b){v=new Uint8Array(2048),w=0;try{for(var c=a.completedImportChunks,d=0;d<c.length;d++)a.pendingChunks--,x(b,c[d]);c.splice(0,d);var e=a.completedHintChunks;for(d=0;d<e.length;d++)x(b,e[d]);e.splice(0,d);var f=a.completedRegularChunks;for(d=0;d<f.length;d++)a.pendingChunks--,x(b,f[d]);f.splice(0,d);var g=a.completedErrorChunks;for(d=0;d<g.length;d++)a.pendingChunks--,x(b,g[d]);g.splice(0,d)}finally{a.flushScheduled=!1,v&&0<w&&(b.enqueue(new Uint8Array(v.buffer,0,w)),v=null,w=0)}}0===a.pendingChunks&&(12>a.status&&a.cacheController.abort(Error("This render completed successfully. All cacheSignals are now aborted to allow clean up of any unused resources.")),null!==a.destination&&(a.status=14,a.destination.close(),a.destination=null))}function aZ(a){a.flushScheduled=null!==a.destination,Q?u(function(){R.run(a,aV,a)}):u(function(){return aV(a)}),setTimeout(function(){10===a.status&&(a.status=11)},0)}function a$(a){!1===a.flushScheduled&&0===a.pingedTasks.length&&null!==a.destination&&(a.flushScheduled=!0,setTimeout(function(){a.flushScheduled=!1,aY(a)},0))}function a_(a){0===a.abortableTasks.size&&(a=a.onAllReady)()}function a0(a,b){if(13===a.status)a.status=14,B(b,a.fatalError);else if(14!==a.status&&null===a.destination){a.destination=b;try{aY(a)}catch(b){aK(a,b,null),aL(a,b)}}}function a1(a,b){if(!(11<a.status))try{a.status=12,a.cacheController.abort(b);var c=a.abortableTasks;if(0<c.size){var d=void 0===b?Error("The render was aborted by the server without a reason."):"object"==typeof b&&null!==b&&"function"==typeof b.then?Error("The render was aborted by the server with a promise."):b,e=aK(a,d,null),f=a.nextChunkId++;a.fatalError=f,a.pendingChunks++,aM(a,f,e,d,!1),c.forEach(function(b){return aW(b,a,f)}),setTimeout(function(){try{c.forEach(function(b){return aX(b,a,f)}),(0,a.onAllReady)(),aY(a)}catch(b){aK(a,b,null),aL(a,b)}},0)}else(0,a.onAllReady)(),aY(a)}catch(b){aK(a,b,null),aL(a,b)}}function a2(a,b){var c="",d=a[b];if(d)c=d.name;else{var e=b.lastIndexOf("#");if(-1!==e&&(c=b.slice(e+1),d=a[b.slice(0,e)]),!d)throw Error('Could not find the module "'+b+'" in the React Server Manifest. This is probably a bug in the React Server Components bundler.')}return d.async?[d.id,d.chunks,c,1]:[d.id,d.chunks,c]}var a3=new Map;function a4(a){var b=globalThis.__next_require__(a);return"function"!=typeof b.then||"fulfilled"===b.status?null:(b.then(function(a){b.status="fulfilled",b.value=a},function(a){b.status="rejected",b.reason=a}),b)}function a5(){}function a6(a){for(var b=a[1],d=[],e=0;e<b.length;){var f=b[e++];b[e++];var g=a3.get(f);if(void 0===g){g=c.e(f),d.push(g);var h=a3.set.bind(a3,f,null);g.then(h,a5),a3.set(f,g)}else null!==g&&d.push(g)}return 4===a.length?0===d.length?a4(a[0]):Promise.all(d).then(function(){return a4(a[0])}):0<d.length?Promise.all(d):null}function a7(a){var b=globalThis.__next_require__(a[0]);if(4===a.length&&"function"==typeof b.then)if("fulfilled"===b.status)b=b.value;else throw b.reason;return"*"===a[2]?b:""===a[2]?b.__esModule?b.default:b:am.call(b,a[2])?b[a[2]]:void 0}var a8=Symbol();function a9(a,b,c){this.status=a,this.value=b,this.reason=c}function ba(a,b,c){for(var d=0;d<b.length;d++){var e=b[d];"function"==typeof e?e(c):bm(a,e,c)}}function bb(a,b,c){for(var d=0;d<b.length;d++){var e=b[d];"function"==typeof e?e(c):bn(a,e.handler,c)}}function bc(a,b,c){if("pending"!==b.status&&"blocked"!==b.status)b.reason.error(c);else{var d=b.reason;b.status="rejected",b.reason=c,null!==d&&bb(a,d,c)}}function bd(a,b,c){var d={};return new a9("resolved_model",b,(d.id=c,d[a8]=a,d))}function be(a,b,c,d){if("pending"!==b.status)b=b.reason,"C"===c[0]?b.close("C"===c?'"$undefined"':c.slice(1)):b.enqueueModel(c);else{var e=b.value,f=b.reason;if(b.status="resolved_model",b.value=c,c={},b.reason=(c.id=d,c[a8]=a,c),null!==e)a:switch(bj(b),b.status){case"fulfilled":ba(a,e,b.value);break;case"blocked":for(c=0;c<e.length;c++)if("function"!=typeof(d=e[c])){var g=function a(b,c){var d=c.handler.chunk;if(null===d)return null;if(d===b)return c.handler;if(null!==(c=d.value))for(d=0;d<c.length;d++){var e=c[d];if("function"!=typeof e&&null!==(e=a(b,e)))return e}return null}(b,d);if(null!==g)switch(bm(a,d,g.value),e.splice(c,1),c--,null!==f&&-1!==(d=f.indexOf(d))&&f.splice(d,1),b.status){case"fulfilled":ba(a,e,b.value);break a;case"rejected":null!==f&&bb(a,f,b.reason);break a}}case"pending":if(b.value)for(a=0;a<e.length;a++)b.value.push(e[a]);else b.value=e;if(b.reason){if(f)for(e=0;e<f.length;e++)b.reason.push(f[e])}else b.reason=f;break;case"rejected":f&&ba(a,f,b.reason)}}}function bf(a,b,c){var d={};return new a9("resolved_model",(c?'{"done":true,"value":':'{"done":false,"value":')+b+"}",(d.id=-1,d[a8]=a,d))}function bg(a,b,c,d){be(a,b,(d?'{"done":true,"value":':'{"done":false,"value":')+c+"}",-1)}function bh(a,b,c,d){var e=b.id;if("string"!=typeof e||"then"===d)return null;var f=a2(a._bundlerConfig,e);e=b.bound;var g=a6(f);if(g)e instanceof a9&&(g=Promise.all([g,e]));else{if(!(e instanceof a9))return a7(f);g=Promise.resolve(e)}if(bi){var h=bi;h.deps++}else h=bi={chunk:null,value:null,reason:null,deps:1,errored:!1};return g.then(function(){var e=a7(f);if(b.bound){var g=b.bound.value;(g=Array.isArray(g)?g.slice(0):[]).unshift(null),e=e.bind.apply(e,g)}c[d]=e,""===d&&null===h.value&&(h.value=e),h.deps--,0===h.deps&&null!==(e=h.chunk)&&"blocked"===e.status&&(g=e.value,e.status="fulfilled",e.value=h.value,e.reason=null,null!==g&&ba(a,g,h.value))},function(b){if(!h.errored){h.errored=!0,h.value=null,h.reason=b;var c=h.chunk;null!==c&&"blocked"===c.status&&bc(a,c,b)}}),null}a9.prototype=Object.create(Promise.prototype),a9.prototype.then=function(a,b){switch("resolved_model"===this.status&&bj(this),this.status){case"fulfilled":if("function"==typeof a){for(var c=this.value,d=0;c instanceof a9;){if(d++,c===this||1e3<d){"function"==typeof b&&b(Error("Cannot have cyclic thenables."));return}if("fulfilled"===c.status)c=c.value;else break}a(this.value)}break;case"pending":case"blocked":"function"==typeof a&&(null===this.value&&(this.value=[]),this.value.push(a)),"function"==typeof b&&(null===this.reason&&(this.reason=[]),this.reason.push(b));break;default:"function"==typeof b&&b(this.reason)}};var bi=null;function bj(a){var b=bi;bi=null;var c=a.reason,d=c[a8];c=-1===(c=c.id)?void 0:c.toString(16);var e=a.value;a.status="blocked",a.value=null,a.reason=null;try{var f=JSON.parse(e),g=function a(b,c,d,e,f){if("string"==typeof e)return function(a,b,c,d,e){if("$"===d[0]){switch(d[1]){case"$":return d.slice(1);case"@":return bl(a,b=parseInt(d.slice(2),16));case"h":return bo(a,d=d.slice(2),b,c,bh);case"T":var f,g;if(void 0===e||void 0===a._temporaryReferences)throw Error("Could not reference an opaque temporary reference. This is likely due to misconfiguring the temporaryReferences options on the server.");return f=a._temporaryReferences,g=new Proxy(g=Object.defineProperties(function(){throw Error("Attempted to call a temporary Client Reference from the server but it is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},{$$typeof:{value:S}}),T),f.set(g,e),g;case"Q":return bo(a,d=d.slice(2),b,c,bp);case"W":return bo(a,d=d.slice(2),b,c,bq);case"K":b=d.slice(2);var h=a._prefix+b+"_",i=new FormData;return a._formData.forEach(function(a,b){b.startsWith(h)&&i.append(b.slice(h.length),a)}),i;case"i":return bo(a,d=d.slice(2),b,c,br);case"I":return 1/0;case"-":return"$-0"===d?-0:-1/0;case"N":return NaN;case"u":return;case"D":return new Date(Date.parse(d.slice(2)));case"n":return BigInt(d.slice(2))}switch(d[1]){case"A":return bt(a,d,ArrayBuffer,1,b,c);case"O":return bt(a,d,Int8Array,1,b,c);case"o":return bt(a,d,Uint8Array,1,b,c);case"U":return bt(a,d,Uint8ClampedArray,1,b,c);case"S":return bt(a,d,Int16Array,2,b,c);case"s":return bt(a,d,Uint16Array,2,b,c);case"L":return bt(a,d,Int32Array,4,b,c);case"l":return bt(a,d,Uint32Array,4,b,c);case"G":return bt(a,d,Float32Array,4,b,c);case"g":return bt(a,d,Float64Array,8,b,c);case"M":return bt(a,d,BigInt64Array,8,b,c);case"m":return bt(a,d,BigUint64Array,8,b,c);case"V":return bt(a,d,DataView,1,b,c);case"B":return b=parseInt(d.slice(2),16),a._formData.get(a._prefix+b)}switch(d[1]){case"R":return bv(a,d,void 0);case"r":return bv(a,d,"bytes");case"X":return bx(a,d,!1);case"x":return bx(a,d,!0)}return bo(a,d=d.slice(1),b,c,bs)}return d}(b,c,d,e,f);if("object"==typeof e&&null!==e)if(void 0!==f&&void 0!==b._temporaryReferences&&b._temporaryReferences.set(e,f),Array.isArray(e))for(var g=0;g<e.length;g++)e[g]=a(b,e,""+g,e[g],void 0!==f?f+":"+g:void 0);else for(g in e)am.call(e,g)&&(c=void 0!==f&&-1===g.indexOf(":")?f+":"+g:void 0,void 0!==(c=a(b,e,g,e[g],c))||"__proto__"===g?e[g]=c:delete e[g]);return e}(d,{"":f},"",f,c),h=a.value;if(null!==h)for(a.value=null,a.reason=null,f=0;f<h.length;f++){var i=h[f];"function"==typeof i?i(g):bm(d,i,g)}if(null!==bi){if(bi.errored)throw bi.reason;if(0<bi.deps){bi.value=g,bi.chunk=a;return}}a.status="fulfilled",a.value=g,a.reason=null}catch(b){a.status="rejected",a.reason=b}finally{bi=b}}function bk(a,b){a._closed=!0,a._closedReason=b,a._chunks.forEach(function(c){"pending"===c.status?bc(a,c,b):"fulfilled"===c.status&&null!==c.reason&&c.reason.error(b)})}function bl(a,b){var c=a._chunks,d=c.get(b);return d||(d="string"==typeof(d=a._formData.get(a._prefix+b))?bd(a,d,b):a._closed?new a9("rejected",null,a._closedReason):new a9("pending",null,null),c.set(b,d)),d}function bm(a,b,c){var d=b.handler,e=b.parentObject,f=b.key,g=b.map,h=b.path;try{for(var i=1;i<h.length;i++){var j=h[i];if("object"!=typeof c||!am.call(c,j)||c instanceof Promise)throw Error("Invalid reference.");c=c[j]}var k=g(a,c,e,f);e[f]=k,""===f&&null===d.value&&(d.value=k)}catch(c){bn(a,b.handler,c);return}d.deps--,0===d.deps&&null!==(b=d.chunk)&&"blocked"===b.status&&(c=b.value,b.status="fulfilled",b.value=d.value,b.reason=d.reason,null!==c&&ba(a,c,d.value))}function bn(a,b,c){b.errored||(b.errored=!0,b.value=null,b.reason=c,null!==(b=b.chunk)&&"blocked"===b.status&&bc(a,b,c))}function bo(a,b,c,d,e){var f=parseInt((b=b.split(":"))[0],16);switch("resolved_model"===(f=bl(a,f)).status&&bj(f),f.status){case"fulfilled":f=f.value;for(var g=1;g<b.length;g++){var h=b[g];if("object"!=typeof f||!am.call(f,h)||f instanceof Promise)throw Error("Invalid reference.");f=f[h]}return e(a,f,c,d);case"pending":case"blocked":return bi?(a=bi,a.deps++):a=bi={chunk:null,value:null,reason:null,deps:1,errored:!1},c={handler:a,parentObject:c,key:d,map:e,path:b},null===f.value?f.value=[c]:f.value.push(c),null===f.reason?f.reason=[c]:f.reason.push(c),null;default:return bi?(bi.errored=!0,bi.value=null,bi.reason=f.reason):bi={chunk:null,value:null,reason:f.reason,deps:0,errored:!0},null}}function bp(a,b){return new Map(b)}function bq(a,b){return new Set(b)}function br(a,b){return b[Symbol.iterator]()}function bs(a,b,c,d){return"then"===d&&"function"==typeof b?null:b}function bt(a,b,c,d,e,f){if(b=parseInt(b.slice(2),16),d=a._prefix+b,a._chunks.has(b))throw Error("Already initialized typed array.");if(b=a._formData.get(d).arrayBuffer(),bi){var g=bi;g.deps++}else g=bi={chunk:null,value:null,reason:null,deps:1,errored:!1};return b.then(function(b){if(b=c===ArrayBuffer?b:new c(b),e[f]=b,""===f&&null===g.value&&(g.value=b),g.deps--,0===g.deps&&null!==(b=g.chunk)&&"blocked"===b.status){var d=b.value;b.status="fulfilled",b.value=g.value,b.reason=null,null!==d&&ba(a,d,g.value)}},function(b){if(!g.errored){g.errored=!0,g.value=null,g.reason=b;var c=g.chunk;null!==c&&"blocked"===c.status&&bc(a,c,b)}}),null}function bu(a,b,c,d){var e=a._chunks;for(c=new a9("fulfilled",c,d),e.set(b,c),a=a._formData.getAll(a._prefix+b),b=0;b<a.length;b++)"string"==typeof(e=a[b])&&("C"===e[0]?d.close("C"===e?'"$undefined"':e.slice(1)):d.enqueueModel(e))}function bv(a,b,c){if(b=parseInt(b.slice(2),16),a._chunks.has(b))throw Error("Already initialized stream.");var d=null,e=!1;c=new ReadableStream({type:c,start:function(a){d=a}});var f=null;return bu(a,b,c,{enqueueModel:function(b){if(null===f){var c=bd(a,b,-1);bj(c),"fulfilled"===c.status?d.enqueue(c.value):(c.then(function(a){return d.enqueue(a)},function(a){return d.error(a)}),f=c)}else{c=f;var e=new a9("pending",null,null);e.then(function(a){return d.enqueue(a)},function(a){return d.error(a)}),f=e,c.then(function(){f===e&&(f=null),be(a,e,b,-1)})}},close:function(){if(!e)if(e=!0,null===f)d.close();else{var a=f;f=null,a.then(function(){return d.close()})}},error:function(a){if(!e)if(e=!0,null===f)d.error(a);else{var b=f;f=null,b.then(function(){return d.error(a)})}}}),c}function bw(){return this}function bx(a,b,c){if(b=parseInt(b.slice(2),16),a._chunks.has(b))throw Error("Already initialized stream.");var d=[],e=!1,f=0,g={};return g[r]=function(){var a,b=0;return(a={next:a=function(a){if(void 0!==a)throw Error("Values cannot be passed to next() of AsyncIterables passed to Client Components.");if(b===d.length){if(e)return new a9("fulfilled",{done:!0,value:void 0},null);d[b]=new a9("pending",null,null)}return d[b++]}})[r]=bw,a},bu(a,b,c=c?g[r]():g,{enqueueModel:function(b){f===d.length?d[f]=bf(a,b,!1):bg(a,d[f],b,!1),f++},close:function(b){if(!e)for(e=!0,f===d.length?d[f]=bf(a,b,!0):bg(a,d[f],b,!0),f++;f<d.length;)bg(a,d[f++],'"$undefined"',!0)},error:function(b){if(!e)for(e=!0,f===d.length&&(d[f]=new a9("pending",null,null));f<d.length;)bc(a,d[f++],b)}}),c}function by(a,b,c){var d=3<arguments.length&&void 0!==arguments[3]?arguments[3]:new FormData;return{_bundlerConfig:a,_prefix:b,_formData:d,_chunks:new Map,_closed:!1,_closedReason:null,_temporaryReferences:c}}function bz(a){bk(a,Error("Connection closed."))}function bA(a,b,c){var d=a2(a,b);return a=a6(d),c?Promise.all([c,a]).then(function(a){a=a[0];var b=a7(d);return b.bind.apply(b,[null].concat(a))}):a?Promise.resolve(a).then(function(){return a7(d)}):Promise.resolve(a7(d))}function bB(a,b,c){if(bz(a=by(b,c,void 0,a)),(a=bl(a,0)).then(function(){}),"fulfilled"!==a.status)throw a.reason;return a.value}b.createClientModuleProxy=function(a){return new Proxy(a=E({},a,!1),M)},b.createTemporaryReferenceSet=function(){return new WeakMap},b.decodeAction=function(a,b){var c=new FormData,d=null;return a.forEach(function(e,f){f.startsWith("$ACTION_")?f.startsWith("$ACTION_REF_")?(e=bB(a,b,e="$ACTION_"+f.slice(12)+":"),d=bA(b,e.id,e.bound)):f.startsWith("$ACTION_ID_")&&(d=bA(b,e=f.slice(11),null)):c.append(f,e)}),null===d?null:d.then(function(a){return a.bind(null,c)})},b.decodeFormState=function(a,b,c){var d=b.get("$ACTION_KEY");if("string"!=typeof d)return Promise.resolve(null);var e=null;if(b.forEach(function(a,d){d.startsWith("$ACTION_REF_")&&(e=bB(b,c,"$ACTION_"+d.slice(12)+":"))}),null===e)return Promise.resolve(null);var f=e.id;return Promise.resolve(e.bound).then(function(b){return null===b?null:[a,d,f,b.length-1]})},b.decodeReply=function(a,b,c){if("string"==typeof a){var d=new FormData;d.append("0",a),a=d}return b=bl(a=by(b,"",c?c.temporaryReferences:void 0,a),0),bz(a),b},b.decodeReplyFromAsyncIterable=function(a,b,c){function d(a){bk(f,a),"function"==typeof e.throw&&e.throw(a).then(d,d)}var e=a[r](),f=by(b,"",c?c.temporaryReferences:void 0);return e.next().then(function a(b){if(b.done)bz(f);else{var c=(b=b.value)[0];if("string"==typeof(b=b[1])){f._formData.append(c,b);var g=f._prefix;if(c.startsWith(g)){var h=f._chunks;c=+c.slice(g.length),(h=h.get(c))&&be(f,h,b,c)}}else f._formData.append(c,b);e.next().then(a,d)}},d),bl(f,0)},b.registerClientReference=function(a,b,c){return E(a,b+"#"+c,!1)},b.registerServerReference=function(a,b,c){return Object.defineProperties(a,{$$typeof:{value:D},$$id:{value:null===c?b:b+"#"+c,configurable:!0},$$bound:{value:null,configurable:!0},bind:{value:H,configurable:!0},toString:I})},b.renderToReadableStream=function(a,b,c){var d=new aq(20,a,b,c?c.onError:void 0,c?c.onPostpone:void 0,U,U,c?c.identifierPrefix:void 0,c?c.temporaryReferences:void 0);if(c&&c.signal){var e=c.signal;if(e.aborted)a1(d,e.reason);else{var f=function(){a1(d,e.reason),e.removeEventListener("abort",f)};e.addEventListener("abort",f)}}return new ReadableStream({type:"bytes",start:function(){aZ(d)},pull:function(a){a0(d,a)},cancel:function(a){d.destination=null,a1(d,a)}},{highWaterMark:0})},b.unstable_prerender=function(a,b,c){return new Promise(function(d,e){var f=new aq(21,a,b,c?c.onError:void 0,c?c.onPostpone:void 0,function(){d({prelude:new ReadableStream({type:"bytes",pull:function(a){a0(f,a)},cancel:function(a){f.destination=null,a1(f,a)}},{highWaterMark:0})})},e,c?c.identifierPrefix:void 0,c?c.temporaryReferences:void 0);if(c&&c.signal){var g=c.signal;if(g.aborted)a1(f,g.reason);else{var h=function(){a1(f,g.reason),g.removeEventListener("abort",h)};g.addEventListener("abort",h)}}aZ(f)})}},2616:(a,b,c)=>{"use strict";c.d(b,{RM:()=>f,s8:()=>e});let d=new Set(Object.values({NOT_FOUND:404,FORBIDDEN:403,UNAUTHORIZED:401})),e="NEXT_HTTP_ERROR_FALLBACK";function f(a){if("object"!=typeof a||null===a||!("digest"in a)||"string"!=typeof a.digest)return!1;let[b,c]=a.digest.split(";");return b===e&&d.has(Number(c))}},2737:(a,b,c)=>{"use strict";c.d(b,{F:()=>e,h:()=>f});let d="DYNAMIC_SERVER_USAGE";class e extends Error{constructor(a){super("Dynamic server usage: "+a),this.description=a,this.digest=d}}function f(a){return"object"==typeof a&&null!==a&&"digest"in a&&"string"==typeof a.digest&&a.digest===d}},2809:(a,b,c)=>{"use strict";c.d(b,{wi:()=>m,I3:()=>k,Ui:()=>i,xI:()=>g,Pk:()=>h});var d=c(5676),e=c(2737);c(1785),c(6189),c(9792),c(9412),c(7334),c(6387);let f="function"==typeof d.unstable_postpone;function g(a,b,c){let d=Object.defineProperty(new e.F(`Route ${b.route} couldn't be rendered statically because it used \`${a}\`. See more info here: https://nextjs.org/docs/messages/dynamic-server-error`),"__NEXT_ERROR_CODE",{value:"E558",enumerable:!1,configurable:!0});throw c.revalidate=0,b.dynamicUsageDescription=a,b.dynamicUsageStack=d.stack,d}function h(a){switch(a.type){case"cache":case"unstable-cache":case"private-cache":return}}function i(a,b,c){(function(){if(!f)throw Object.defineProperty(Error("Invariant: React.unstable_postpone is not defined. This suggests the wrong version of React was loaded. This is a bug in Next.js"),"__NEXT_ERROR_CODE",{value:"E224",enumerable:!1,configurable:!0})})(),c&&c.dynamicAccesses.push({stack:c.isDebugDynamicAccesses?Error().stack:void 0,expression:b}),d.unstable_postpone(j(a,b))}function j(a,b){return`Route ${a} needs to bail out of prerendering at this point because it used ${b}. React throws this special object to indicate where. It should not be caught by your own try/catch. Learn more: https://nextjs.org/docs/messages/ppr-caught-error`}function k(a){return"object"==typeof a&&null!==a&&"string"==typeof a.message&&l(a.message)}function l(a){return a.includes("needs to bail out of prerendering at this point because it used")&&a.includes("Learn more: https://nextjs.org/docs/messages/ppr-caught-error")}if(!1===l(j("%%%","^^^")))throw Object.defineProperty(Error("Invariant: isDynamicPostpone misidentified a postpone reason. This is a bug in Next.js"),"__NEXT_ERROR_CODE",{value:"E296",enumerable:!1,configurable:!0});function m(a,b){return a.runtimeStagePromise?a.runtimeStagePromise.then(()=>b):b}RegExp(`\\n\\s+at Suspense \\(<anonymous>\\)(?:(?!\\n\\s+at (?:body|div|main|section|article|aside|header|footer|nav|form|p|span|h1|h2|h3|h4|h5|h6) \\(<anonymous>\\))[\\s\\S])*?\\n\\s+at __next_root_layout_boundary__ \\([^\\n]*\\)`),RegExp(`\\n\\s+at __next_metadata_boundary__[\\n\\s]`),RegExp(`\\n\\s+at __next_viewport_boundary__[\\n\\s]`),RegExp(`\\n\\s+at __next_outlet_boundary__[\\n\\s]`)},3107:(a,b,c)=>{var d;(()=>{var e={226:function(e,f){!function(g,h){"use strict";var i="function",j="undefined",k="object",l="string",m="major",n="model",o="name",p="type",q="vendor",r="version",s="architecture",t="console",u="mobile",v="tablet",w="smarttv",x="wearable",y="embedded",z="Amazon",A="Apple",B="ASUS",C="BlackBerry",D="Browser",E="Chrome",F="Firefox",G="Google",H="Huawei",I="Microsoft",J="Motorola",K="Opera",L="Samsung",M="Sharp",N="Sony",O="Xiaomi",P="Zebra",Q="Facebook",R="Chromium OS",S="Mac OS",T=function(a,b){var c={};for(var d in a)b[d]&&b[d].length%2==0?c[d]=b[d].concat(a[d]):c[d]=a[d];return c},U=function(a){for(var b={},c=0;c<a.length;c++)b[a[c].toUpperCase()]=a[c];return b},V=function(a,b){return typeof a===l&&-1!==W(b).indexOf(W(a))},W=function(a){return a.toLowerCase()},X=function(a,b){if(typeof a===l)return a=a.replace(/^\s\s*/,""),typeof b===j?a:a.substring(0,350)},Y=function(a,b){for(var c,d,e,f,g,j,l=0;l<b.length&&!g;){var m=b[l],n=b[l+1];for(c=d=0;c<m.length&&!g&&m[c];)if(g=m[c++].exec(a))for(e=0;e<n.length;e++)j=g[++d],typeof(f=n[e])===k&&f.length>0?2===f.length?typeof f[1]==i?this[f[0]]=f[1].call(this,j):this[f[0]]=f[1]:3===f.length?typeof f[1]!==i||f[1].exec&&f[1].test?this[f[0]]=j?j.replace(f[1],f[2]):void 0:this[f[0]]=j?f[1].call(this,j,f[2]):void 0:4===f.length&&(this[f[0]]=j?f[3].call(this,j.replace(f[1],f[2])):h):this[f]=j||h;l+=2}},Z=function(a,b){for(var c in b)if(typeof b[c]===k&&b[c].length>0){for(var d=0;d<b[c].length;d++)if(V(b[c][d],a))return"?"===c?h:c}else if(V(b[c],a))return"?"===c?h:c;return a},$={ME:"4.90","NT 3.11":"NT3.51","NT 4.0":"NT4.0",2e3:"NT 5.0",XP:["NT 5.1","NT 5.2"],Vista:"NT 6.0",7:"NT 6.1",8:"NT 6.2",8.1:"NT 6.3",10:["NT 6.4","NT 10.0"],RT:"ARM"},_={browser:[[/\b(?:crmo|crios)\/([\w\.]+)/i],[r,[o,"Chrome"]],[/edg(?:e|ios|a)?\/([\w\.]+)/i],[r,[o,"Edge"]],[/(opera mini)\/([-\w\.]+)/i,/(opera [mobiletab]{3,6})\b.+version\/([-\w\.]+)/i,/(opera)(?:.+version\/|[\/ ]+)([\w\.]+)/i],[o,r],[/opios[\/ ]+([\w\.]+)/i],[r,[o,K+" Mini"]],[/\bopr\/([\w\.]+)/i],[r,[o,K]],[/(kindle)\/([\w\.]+)/i,/(lunascape|maxthon|netfront|jasmine|blazer)[\/ ]?([\w\.]*)/i,/(avant |iemobile|slim)(?:browser)?[\/ ]?([\w\.]*)/i,/(ba?idubrowser)[\/ ]?([\w\.]+)/i,/(?:ms|\()(ie) ([\w\.]+)/i,/(flock|rockmelt|midori|epiphany|silk|skyfire|bolt|iron|vivaldi|iridium|phantomjs|bowser|quark|qupzilla|falkon|rekonq|puffin|brave|whale(?!.+naver)|qqbrowserlite|qq|duckduckgo)\/([-\w\.]+)/i,/(heytap|ovi)browser\/([\d\.]+)/i,/(weibo)__([\d\.]+)/i],[o,r],[/(?:\buc? ?browser|(?:juc.+)ucweb)[\/ ]?([\w\.]+)/i],[r,[o,"UC"+D]],[/microm.+\bqbcore\/([\w\.]+)/i,/\bqbcore\/([\w\.]+).+microm/i],[r,[o,"WeChat(Win) Desktop"]],[/micromessenger\/([\w\.]+)/i],[r,[o,"WeChat"]],[/konqueror\/([\w\.]+)/i],[r,[o,"Konqueror"]],[/trident.+rv[: ]([\w\.]{1,9})\b.+like gecko/i],[r,[o,"IE"]],[/ya(?:search)?browser\/([\w\.]+)/i],[r,[o,"Yandex"]],[/(avast|avg)\/([\w\.]+)/i],[[o,/(.+)/,"$1 Secure "+D],r],[/\bfocus\/([\w\.]+)/i],[r,[o,F+" Focus"]],[/\bopt\/([\w\.]+)/i],[r,[o,K+" Touch"]],[/coc_coc\w+\/([\w\.]+)/i],[r,[o,"Coc Coc"]],[/dolfin\/([\w\.]+)/i],[r,[o,"Dolphin"]],[/coast\/([\w\.]+)/i],[r,[o,K+" Coast"]],[/miuibrowser\/([\w\.]+)/i],[r,[o,"MIUI "+D]],[/fxios\/([-\w\.]+)/i],[r,[o,F]],[/\bqihu|(qi?ho?o?|360)browser/i],[[o,"360 "+D]],[/(oculus|samsung|sailfish|huawei)browser\/([\w\.]+)/i],[[o,/(.+)/,"$1 "+D],r],[/(comodo_dragon)\/([\w\.]+)/i],[[o,/_/g," "],r],[/(electron)\/([\w\.]+) safari/i,/(tesla)(?: qtcarbrowser|\/(20\d\d\.[-\w\.]+))/i,/m?(qqbrowser|baiduboxapp|2345Explorer)[\/ ]?([\w\.]+)/i],[o,r],[/(metasr)[\/ ]?([\w\.]+)/i,/(lbbrowser)/i,/\[(linkedin)app\]/i],[o],[/((?:fban\/fbios|fb_iab\/fb4a)(?!.+fbav)|;fbav\/([\w\.]+);)/i],[[o,Q],r],[/(kakao(?:talk|story))[\/ ]([\w\.]+)/i,/(naver)\(.*?(\d+\.[\w\.]+).*\)/i,/safari (line)\/([\w\.]+)/i,/\b(line)\/([\w\.]+)\/iab/i,/(chromium|instagram)[\/ ]([-\w\.]+)/i],[o,r],[/\bgsa\/([\w\.]+) .*safari\//i],[r,[o,"GSA"]],[/musical_ly(?:.+app_?version\/|_)([\w\.]+)/i],[r,[o,"TikTok"]],[/headlesschrome(?:\/([\w\.]+)| )/i],[r,[o,E+" Headless"]],[/ wv\).+(chrome)\/([\w\.]+)/i],[[o,E+" WebView"],r],[/droid.+ version\/([\w\.]+)\b.+(?:mobile safari|safari)/i],[r,[o,"Android "+D]],[/(chrome|omniweb|arora|[tizenoka]{5} ?browser)\/v?([\w\.]+)/i],[o,r],[/version\/([\w\.\,]+) .*mobile\/\w+ (safari)/i],[r,[o,"Mobile Safari"]],[/version\/([\w(\.|\,)]+) .*(mobile ?safari|safari)/i],[r,o],[/webkit.+?(mobile ?safari|safari)(\/[\w\.]+)/i],[o,[r,Z,{"1.0":"/8",1.2:"/1",1.3:"/3","2.0":"/412","2.0.2":"/416","2.0.3":"/417","2.0.4":"/419","?":"/"}]],[/(webkit|khtml)\/([\w\.]+)/i],[o,r],[/(navigator|netscape\d?)\/([-\w\.]+)/i],[[o,"Netscape"],r],[/mobile vr; rv:([\w\.]+)\).+firefox/i],[r,[o,F+" Reality"]],[/ekiohf.+(flow)\/([\w\.]+)/i,/(swiftfox)/i,/(icedragon|iceweasel|camino|chimera|fennec|maemo browser|minimo|conkeror|klar)[\/ ]?([\w\.\+]+)/i,/(seamonkey|k-meleon|icecat|iceape|firebird|phoenix|palemoon|basilisk|waterfox)\/([-\w\.]+)$/i,/(firefox)\/([\w\.]+)/i,/(mozilla)\/([\w\.]+) .+rv\:.+gecko\/\d+/i,/(polaris|lynx|dillo|icab|doris|amaya|w3m|netsurf|sleipnir|obigo|mosaic|(?:go|ice|up)[\. ]?browser)[-\/ ]?v?([\w\.]+)/i,/(links) \(([\w\.]+)/i,/panasonic;(viera)/i],[o,r],[/(cobalt)\/([\w\.]+)/i],[o,[r,/master.|lts./,""]]],cpu:[[/(?:(amd|x(?:(?:86|64)[-_])?|wow|win)64)[;\)]/i],[[s,"amd64"]],[/(ia32(?=;))/i],[[s,W]],[/((?:i[346]|x)86)[;\)]/i],[[s,"ia32"]],[/\b(aarch64|arm(v?8e?l?|_?64))\b/i],[[s,"arm64"]],[/\b(arm(?:v[67])?ht?n?[fl]p?)\b/i],[[s,"armhf"]],[/windows (ce|mobile); ppc;/i],[[s,"arm"]],[/((?:ppc|powerpc)(?:64)?)(?: mac|;|\))/i],[[s,/ower/,"",W]],[/(sun4\w)[;\)]/i],[[s,"sparc"]],[/((?:avr32|ia64(?=;))|68k(?=\))|\barm(?=v(?:[1-7]|[5-7]1)l?|;|eabi)|(?=atmel )avr|(?:irix|mips|sparc)(?:64)?\b|pa-risc)/i],[[s,W]]],device:[[/\b(sch-i[89]0\d|shw-m380s|sm-[ptx]\w{2,4}|gt-[pn]\d{2,4}|sgh-t8[56]9|nexus 10)/i],[n,[q,L],[p,v]],[/\b((?:s[cgp]h|gt|sm)-\w+|sc[g-]?[\d]+a?|galaxy nexus)/i,/samsung[- ]([-\w]+)/i,/sec-(sgh\w+)/i],[n,[q,L],[p,u]],[/(?:\/|\()(ip(?:hone|od)[\w, ]*)(?:\/|;)/i],[n,[q,A],[p,u]],[/\((ipad);[-\w\),; ]+apple/i,/applecoremedia\/[\w\.]+ \((ipad)/i,/\b(ipad)\d\d?,\d\d?[;\]].+ios/i],[n,[q,A],[p,v]],[/(macintosh);/i],[n,[q,A]],[/\b(sh-?[altvz]?\d\d[a-ekm]?)/i],[n,[q,M],[p,u]],[/\b((?:ag[rs][23]?|bah2?|sht?|btv)-a?[lw]\d{2})\b(?!.+d\/s)/i],[n,[q,H],[p,v]],[/(?:huawei|honor)([-\w ]+)[;\)]/i,/\b(nexus 6p|\w{2,4}e?-[atu]?[ln][\dx][012359c][adn]?)\b(?!.+d\/s)/i],[n,[q,H],[p,u]],[/\b(poco[\w ]+)(?: bui|\))/i,/\b; (\w+) build\/hm\1/i,/\b(hm[-_ ]?note?[_ ]?(?:\d\w)?) bui/i,/\b(redmi[\-_ ]?(?:note|k)?[\w_ ]+)(?: bui|\))/i,/\b(mi[-_ ]?(?:a\d|one|one[_ ]plus|note lte|max|cc)?[_ ]?(?:\d?\w?)[_ ]?(?:plus|se|lite)?)(?: bui|\))/i],[[n,/_/g," "],[q,O],[p,u]],[/\b(mi[-_ ]?(?:pad)(?:[\w_ ]+))(?: bui|\))/i],[[n,/_/g," "],[q,O],[p,v]],[/; (\w+) bui.+ oppo/i,/\b(cph[12]\d{3}|p(?:af|c[al]|d\w|e[ar])[mt]\d0|x9007|a101op)\b/i],[n,[q,"OPPO"],[p,u]],[/vivo (\w+)(?: bui|\))/i,/\b(v[12]\d{3}\w?[at])(?: bui|;)/i],[n,[q,"Vivo"],[p,u]],[/\b(rmx[12]\d{3})(?: bui|;|\))/i],[n,[q,"Realme"],[p,u]],[/\b(milestone|droid(?:[2-4x]| (?:bionic|x2|pro|razr))?:?( 4g)?)\b[\w ]+build\//i,/\bmot(?:orola)?[- ](\w*)/i,/((?:moto[\w\(\) ]+|xt\d{3,4}|nexus 6)(?= bui|\)))/i],[n,[q,J],[p,u]],[/\b(mz60\d|xoom[2 ]{0,2}) build\//i],[n,[q,J],[p,v]],[/((?=lg)?[vl]k\-?\d{3}) bui| 3\.[-\w; ]{10}lg?-([06cv9]{3,4})/i],[n,[q,"LG"],[p,v]],[/(lm(?:-?f100[nv]?|-[\w\.]+)(?= bui|\))|nexus [45])/i,/\blg[-e;\/ ]+((?!browser|netcast|android tv)\w+)/i,/\blg-?([\d\w]+) bui/i],[n,[q,"LG"],[p,u]],[/(ideatab[-\w ]+)/i,/lenovo ?(s[56]000[-\w]+|tab(?:[\w ]+)|yt[-\d\w]{6}|tb[-\d\w]{6})/i],[n,[q,"Lenovo"],[p,v]],[/(?:maemo|nokia).*(n900|lumia \d+)/i,/nokia[-_ ]?([-\w\.]*)/i],[[n,/_/g," "],[q,"Nokia"],[p,u]],[/(pixel c)\b/i],[n,[q,G],[p,v]],[/droid.+; (pixel[\daxl ]{0,6})(?: bui|\))/i],[n,[q,G],[p,u]],[/droid.+ (a?\d[0-2]{2}so|[c-g]\d{4}|so[-gl]\w+|xq-a\w[4-7][12])(?= bui|\).+chrome\/(?![1-6]{0,1}\d\.))/i],[n,[q,N],[p,u]],[/sony tablet [ps]/i,/\b(?:sony)?sgp\w+(?: bui|\))/i],[[n,"Xperia Tablet"],[q,N],[p,v]],[/ (kb2005|in20[12]5|be20[12][59])\b/i,/(?:one)?(?:plus)? (a\d0\d\d)(?: b|\))/i],[n,[q,"OnePlus"],[p,u]],[/(alexa)webm/i,/(kf[a-z]{2}wi|aeo[c-r]{2})( bui|\))/i,/(kf[a-z]+)( bui|\)).+silk\//i],[n,[q,z],[p,v]],[/((?:sd|kf)[0349hijorstuw]+)( bui|\)).+silk\//i],[[n,/(.+)/g,"Fire Phone $1"],[q,z],[p,u]],[/(playbook);[-\w\),; ]+(rim)/i],[n,q,[p,v]],[/\b((?:bb[a-f]|st[hv])100-\d)/i,/\(bb10; (\w+)/i],[n,[q,C],[p,u]],[/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i],[n,[q,B],[p,v]],[/ (z[bes]6[027][012][km][ls]|zenfone \d\w?)\b/i],[n,[q,B],[p,u]],[/(nexus 9)/i],[n,[q,"HTC"],[p,v]],[/(htc)[-;_ ]{1,2}([\w ]+(?=\)| bui)|\w+)/i,/(zte)[- ]([\w ]+?)(?: bui|\/|\))/i,/(alcatel|geeksphone|nexian|panasonic(?!(?:;|\.))|sony(?!-bra))[-_ ]?([-\w]*)/i],[q,[n,/_/g," "],[p,u]],[/droid.+; ([ab][1-7]-?[0178a]\d\d?)/i],[n,[q,"Acer"],[p,v]],[/droid.+; (m[1-5] note) bui/i,/\bmz-([-\w]{2,})/i],[n,[q,"Meizu"],[p,u]],[/(blackberry|benq|palm(?=\-)|sonyericsson|acer|asus|dell|meizu|motorola|polytron)[-_ ]?([-\w]*)/i,/(hp) ([\w ]+\w)/i,/(asus)-?(\w+)/i,/(microsoft); (lumia[\w ]+)/i,/(lenovo)[-_ ]?([-\w]+)/i,/(jolla)/i,/(oppo) ?([\w ]+) bui/i],[q,n,[p,u]],[/(kobo)\s(ereader|touch)/i,/(archos) (gamepad2?)/i,/(hp).+(touchpad(?!.+tablet)|tablet)/i,/(kindle)\/([\w\.]+)/i,/(nook)[\w ]+build\/(\w+)/i,/(dell) (strea[kpr\d ]*[\dko])/i,/(le[- ]+pan)[- ]+(\w{1,9}) bui/i,/(trinity)[- ]*(t\d{3}) bui/i,/(gigaset)[- ]+(q\w{1,9}) bui/i,/(vodafone) ([\w ]+)(?:\)| bui)/i],[q,n,[p,v]],[/(surface duo)/i],[n,[q,I],[p,v]],[/droid [\d\.]+; (fp\du?)(?: b|\))/i],[n,[q,"Fairphone"],[p,u]],[/(u304aa)/i],[n,[q,"AT&T"],[p,u]],[/\bsie-(\w*)/i],[n,[q,"Siemens"],[p,u]],[/\b(rct\w+) b/i],[n,[q,"RCA"],[p,v]],[/\b(venue[\d ]{2,7}) b/i],[n,[q,"Dell"],[p,v]],[/\b(q(?:mv|ta)\w+) b/i],[n,[q,"Verizon"],[p,v]],[/\b(?:barnes[& ]+noble |bn[rt])([\w\+ ]*) b/i],[n,[q,"Barnes & Noble"],[p,v]],[/\b(tm\d{3}\w+) b/i],[n,[q,"NuVision"],[p,v]],[/\b(k88) b/i],[n,[q,"ZTE"],[p,v]],[/\b(nx\d{3}j) b/i],[n,[q,"ZTE"],[p,u]],[/\b(gen\d{3}) b.+49h/i],[n,[q,"Swiss"],[p,u]],[/\b(zur\d{3}) b/i],[n,[q,"Swiss"],[p,v]],[/\b((zeki)?tb.*\b) b/i],[n,[q,"Zeki"],[p,v]],[/\b([yr]\d{2}) b/i,/\b(dragon[- ]+touch |dt)(\w{5}) b/i],[[q,"Dragon Touch"],n,[p,v]],[/\b(ns-?\w{0,9}) b/i],[n,[q,"Insignia"],[p,v]],[/\b((nxa|next)-?\w{0,9}) b/i],[n,[q,"NextBook"],[p,v]],[/\b(xtreme\_)?(v(1[045]|2[015]|[3469]0|7[05])) b/i],[[q,"Voice"],n,[p,u]],[/\b(lvtel\-)?(v1[12]) b/i],[[q,"LvTel"],n,[p,u]],[/\b(ph-1) /i],[n,[q,"Essential"],[p,u]],[/\b(v(100md|700na|7011|917g).*\b) b/i],[n,[q,"Envizen"],[p,v]],[/\b(trio[-\w\. ]+) b/i],[n,[q,"MachSpeed"],[p,v]],[/\btu_(1491) b/i],[n,[q,"Rotor"],[p,v]],[/(shield[\w ]+) b/i],[n,[q,"Nvidia"],[p,v]],[/(sprint) (\w+)/i],[q,n,[p,u]],[/(kin\.[onetw]{3})/i],[[n,/\./g," "],[q,I],[p,u]],[/droid.+; (cc6666?|et5[16]|mc[239][23]x?|vc8[03]x?)\)/i],[n,[q,P],[p,v]],[/droid.+; (ec30|ps20|tc[2-8]\d[kx])\)/i],[n,[q,P],[p,u]],[/smart-tv.+(samsung)/i],[q,[p,w]],[/hbbtv.+maple;(\d+)/i],[[n,/^/,"SmartTV"],[q,L],[p,w]],[/(nux; netcast.+smarttv|lg (netcast\.tv-201\d|android tv))/i],[[q,"LG"],[p,w]],[/(apple) ?tv/i],[q,[n,A+" TV"],[p,w]],[/crkey/i],[[n,E+"cast"],[q,G],[p,w]],[/droid.+aft(\w)( bui|\))/i],[n,[q,z],[p,w]],[/\(dtv[\);].+(aquos)/i,/(aquos-tv[\w ]+)\)/i],[n,[q,M],[p,w]],[/(bravia[\w ]+)( bui|\))/i],[n,[q,N],[p,w]],[/(mitv-\w{5}) bui/i],[n,[q,O],[p,w]],[/Hbbtv.*(technisat) (.*);/i],[q,n,[p,w]],[/\b(roku)[\dx]*[\)\/]((?:dvp-)?[\d\.]*)/i,/hbbtv\/\d+\.\d+\.\d+ +\([\w\+ ]*; *([\w\d][^;]*);([^;]*)/i],[[q,X],[n,X],[p,w]],[/\b(android tv|smart[- ]?tv|opera tv|tv; rv:)\b/i],[[p,w]],[/(ouya)/i,/(nintendo) ([wids3utch]+)/i],[q,n,[p,t]],[/droid.+; (shield) bui/i],[n,[q,"Nvidia"],[p,t]],[/(playstation [345portablevi]+)/i],[n,[q,N],[p,t]],[/\b(xbox(?: one)?(?!; xbox))[\); ]/i],[n,[q,I],[p,t]],[/((pebble))app/i],[q,n,[p,x]],[/(watch)(?: ?os[,\/]|\d,\d\/)[\d\.]+/i],[n,[q,A],[p,x]],[/droid.+; (glass) \d/i],[n,[q,G],[p,x]],[/droid.+; (wt63?0{2,3})\)/i],[n,[q,P],[p,x]],[/(quest( 2| pro)?)/i],[n,[q,Q],[p,x]],[/(tesla)(?: qtcarbrowser|\/[-\w\.]+)/i],[q,[p,y]],[/(aeobc)\b/i],[n,[q,z],[p,y]],[/droid .+?; ([^;]+?)(?: bui|\) applew).+? mobile safari/i],[n,[p,u]],[/droid .+?; ([^;]+?)(?: bui|\) applew).+?(?! mobile) safari/i],[n,[p,v]],[/\b((tablet|tab)[;\/]|focus\/\d(?!.+mobile))/i],[[p,v]],[/(phone|mobile(?:[;\/]| [ \w\/\.]*safari)|pda(?=.+windows ce))/i],[[p,u]],[/(android[-\w\. ]{0,9});.+buil/i],[n,[q,"Generic"]]],engine:[[/windows.+ edge\/([\w\.]+)/i],[r,[o,"EdgeHTML"]],[/webkit\/537\.36.+chrome\/(?!27)([\w\.]+)/i],[r,[o,"Blink"]],[/(presto)\/([\w\.]+)/i,/(webkit|trident|netfront|netsurf|amaya|lynx|w3m|goanna)\/([\w\.]+)/i,/ekioh(flow)\/([\w\.]+)/i,/(khtml|tasman|links)[\/ ]\(?([\w\.]+)/i,/(icab)[\/ ]([23]\.[\d\.]+)/i,/\b(libweb)/i],[o,r],[/rv\:([\w\.]{1,9})\b.+(gecko)/i],[r,o]],os:[[/microsoft (windows) (vista|xp)/i],[o,r],[/(windows) nt 6\.2; (arm)/i,/(windows (?:phone(?: os)?|mobile))[\/ ]?([\d\.\w ]*)/i,/(windows)[\/ ]?([ntce\d\. ]+\w)(?!.+xbox)/i],[o,[r,Z,$]],[/(win(?=3|9|n)|win 9x )([nt\d\.]+)/i],[[o,"Windows"],[r,Z,$]],[/ip[honead]{2,4}\b(?:.*os ([\w]+) like mac|; opera)/i,/ios;fbsv\/([\d\.]+)/i,/cfnetwork\/.+darwin/i],[[r,/_/g,"."],[o,"iOS"]],[/(mac os x) ?([\w\. ]*)/i,/(macintosh|mac_powerpc\b)(?!.+haiku)/i],[[o,S],[r,/_/g,"."]],[/droid ([\w\.]+)\b.+(android[- ]x86|harmonyos)/i],[r,o],[/(android|webos|qnx|bada|rim tablet os|maemo|meego|sailfish)[-\/ ]?([\w\.]*)/i,/(blackberry)\w*\/([\w\.]*)/i,/(tizen|kaios)[\/ ]([\w\.]+)/i,/\((series40);/i],[o,r],[/\(bb(10);/i],[r,[o,C]],[/(?:symbian ?os|symbos|s60(?=;)|series60)[-\/ ]?([\w\.]*)/i],[r,[o,"Symbian"]],[/mozilla\/[\d\.]+ \((?:mobile|tablet|tv|mobile; [\w ]+); rv:.+ gecko\/([\w\.]+)/i],[r,[o,F+" OS"]],[/web0s;.+rt(tv)/i,/\b(?:hp)?wos(?:browser)?\/([\w\.]+)/i],[r,[o,"webOS"]],[/watch(?: ?os[,\/]|\d,\d\/)([\d\.]+)/i],[r,[o,"watchOS"]],[/crkey\/([\d\.]+)/i],[r,[o,E+"cast"]],[/(cros) [\w]+(?:\)| ([\w\.]+)\b)/i],[[o,R],r],[/panasonic;(viera)/i,/(netrange)mmh/i,/(nettv)\/(\d+\.[\w\.]+)/i,/(nintendo|playstation) ([wids345portablevuch]+)/i,/(xbox); +xbox ([^\);]+)/i,/\b(joli|palm)\b ?(?:os)?\/?([\w\.]*)/i,/(mint)[\/\(\) ]?(\w*)/i,/(mageia|vectorlinux)[; ]/i,/([kxln]?ubuntu|debian|suse|opensuse|gentoo|arch(?= linux)|slackware|fedora|mandriva|centos|pclinuxos|red ?hat|zenwalk|linpus|raspbian|plan 9|minix|risc os|contiki|deepin|manjaro|elementary os|sabayon|linspire)(?: gnu\/linux)?(?: enterprise)?(?:[- ]linux)?(?:-gnu)?[-\/ ]?(?!chrom|package)([-\w\.]*)/i,/(hurd|linux) ?([\w\.]*)/i,/(gnu) ?([\w\.]*)/i,/\b([-frentopcghs]{0,5}bsd|dragonfly)[\/ ]?(?!amd|[ix346]{1,2}86)([\w\.]*)/i,/(haiku) (\w+)/i],[o,r],[/(sunos) ?([\w\.\d]*)/i],[[o,"Solaris"],r],[/((?:open)?solaris)[-\/ ]?([\w\.]*)/i,/(aix) ((\d)(?=\.|\)| )[\w\.])*/i,/\b(beos|os\/2|amigaos|morphos|openvms|fuchsia|hp-ux|serenityos)/i,/(unix) ?([\w\.]*)/i],[o,r]]},aa=function(a,b){if(typeof a===k&&(b=a,a=h),!(this instanceof aa))return new aa(a,b).getResult();var c=typeof g!==j&&g.navigator?g.navigator:h,d=a||(c&&c.userAgent?c.userAgent:""),e=c&&c.userAgentData?c.userAgentData:h,f=b?T(_,b):_,t=c&&c.userAgent==d;return this.getBrowser=function(){var a,b={};return b[o]=h,b[r]=h,Y.call(b,d,f.browser),b[m]=typeof(a=b[r])===l?a.replace(/[^\d\.]/g,"").split(".")[0]:h,t&&c&&c.brave&&typeof c.brave.isBrave==i&&(b[o]="Brave"),b},this.getCPU=function(){var a={};return a[s]=h,Y.call(a,d,f.cpu),a},this.getDevice=function(){var a={};return a[q]=h,a[n]=h,a[p]=h,Y.call(a,d,f.device),t&&!a[p]&&e&&e.mobile&&(a[p]=u),t&&"Macintosh"==a[n]&&c&&typeof c.standalone!==j&&c.maxTouchPoints&&c.maxTouchPoints>2&&(a[n]="iPad",a[p]=v),a},this.getEngine=function(){var a={};return a[o]=h,a[r]=h,Y.call(a,d,f.engine),a},this.getOS=function(){var a={};return a[o]=h,a[r]=h,Y.call(a,d,f.os),t&&!a[o]&&e&&"Unknown"!=e.platform&&(a[o]=e.platform.replace(/chrome os/i,R).replace(/macos/i,S)),a},this.getResult=function(){return{ua:this.getUA(),browser:this.getBrowser(),engine:this.getEngine(),os:this.getOS(),device:this.getDevice(),cpu:this.getCPU()}},this.getUA=function(){return d},this.setUA=function(a){return d=typeof a===l&&a.length>350?X(a,350):a,this},this.setUA(d),this};aa.VERSION="1.0.35",aa.BROWSER=U([o,r,m]),aa.CPU=U([s]),aa.DEVICE=U([n,q,p,t,u,w,v,x,y]),aa.ENGINE=aa.OS=U([o,r]),typeof f!==j?(e.exports&&(f=e.exports=aa),f.UAParser=aa):c.amdO?void 0===(d=(function(){return aa}).call(b,c,b,a))||(a.exports=d):typeof g!==j&&(g.UAParser=aa);var ab=typeof g!==j&&(g.jQuery||g.Zepto);if(ab&&!ab.ua){var ac=new aa;ab.ua=ac.getResult(),ab.ua.get=function(){return ac.getUA()},ab.ua.set=function(a){ac.setUA(a);var b=ac.getResult();for(var c in b)ab.ua[c]=b[c]}}}("object"==typeof window?window:this)}},f={};function g(a){var b=f[a];if(void 0!==b)return b.exports;var c=f[a]={exports:{}},d=!0;try{e[a].call(c.exports,c,c.exports,g),d=!1}finally{d&&delete f[a]}return c.exports}g.ab="//",a.exports=g(226)})()},3379:a=>{"use strict";a.exports=JSON.parse('{"Badges":{"local":"Lokal","latest":"Neuste","admin":"Admin"},"NavigationHeader":{"title":"Modded Minecraft Wiki","title_short":"Wiki","badge":{"preview":"VORSCHAUMODUS","beta":"Beta"},"link":{"home":"Startseite","browse":"Durchsuchen","about":"\xdcber uns"}},"NavigationFooter":{"title":"Modded Minecraft Wiki","links":{"navigation":{"title":"Navigation","home":"Startseite","browse":"Durchsuchen","dev":"Entwickler"},"links":{"title":"Links"},"resources":{"title":"Ressourcen","blog":"Blog","status":"Status","translate":"Hilf uns \xfcbersetzen"},"about":{"title":"\xdcber uns","tos":"Nutzungsbedingungen","privacy":"Datenschutzerkl\xe4rung","contact":"Kontakt"}}},"HomePage":{"title":"Willkommen im <highlight>Modded Minecraft Wiki</highlight>","subtitle":"Deine Anlaufstelle, um Minecraft-bezogene Projekte zu entdecken, zu erstellen und an ihnen mitzuwirken.","popular":{"title":"Beliebte Wikis","open":"Mehr erfahren","disclaimer":"Diese Projekte werden anhand ihrer Beliebtheit \xfcber die Aufrufstatistiken hervorgehoben und werden nicht offiziell vom Modded Minecraft Wiki unterst\xfctzt."},"community":{"title":"Werde Teil unserer Community","users":{"title":"Benutzer","subtitle":"Entdecke unsere vorgestellten Projekte und genie\xdfe diese Vorteile:","docs":"Greife auf hochwertige, aktuelle und versionierte Dokumentationen zu","contribute":"Trage zu Projekten bei, auch ohne Programmierkenntnisse","ui":"Profitiere von einer einheitlichen, benutzerfreundlichen Oberfl\xe4che bei allen Projekten","localization":"Profitiere von mehrsprachiger Unterst\xfctzung"},"authors":{"title":"Autoren","subtitle":"Erhalte Zugriff auf das Projekt-Dashboard und genie\xdfe diese Vorteile:","vcs":"Versionierung f\xfcr deine Dokumentation","components":"Integrierte Bausteine f\xfcr Rezepte, Assets usw.","gradle":"Gradle-Integration f\xfcr einen nahtlosen Arbeitsablauf","management":"Fortgeschrittene Projektmanagement-Tools","interaction":"Direkte Interaktion mit deiner Nutzerbasis","dashboard":"Dashboard \xf6ffnen","guide":"Mehr erfahren"}},"browse":"Projekte durchsuchen","highlights":{"localization":{"title":"Lokalisierung","desc":"\xdcbersetze deine Dokumentation in weltweite Sprachen"},"accessibility":{"title":"Zug\xe4nglich","desc":"Intuitive und reaktionsschnelle Benutzeroberfl\xe4che"},"open":{"title":"Offen","desc":"Erm\xf6gliche es deinen Nutzern, beizutragen, ohne dass Programmierkenntnisse erforderlich sind"},"free":{"title":"Kostenlos","desc":"Das Hosten von Dokumentationen auf unserer Website ist v\xf6llig kostenlos!"}},"about":{"title":"\xdcber uns","maintainers":"Das Wiki wird von <b>Sinytra</b> erstellt und gepflegt, einem engagierten Team leidenschaftlicher Entwickler, das sich darauf konzentriert, hochwertige, kostenlose und Open-Source-Software f\xfcr die Minecraft-Modding-Community bereitzustellen.","mission":"Unser Ziel ist es, sowohl Modder als auch Spieler zu bef\xe4higen, indem wir die Werkzeuge und Ressourcen bereitstellen, die notwendig sind, um die unendlichen M\xf6glichkeiten von modifiziertem Minecraft zu erstellen, zu dokumentieren und zu entdecken."},"blog":{"title":"Blog-Beitr\xe4ge","open":"Mehr erfahren"}},"BrowsePage":{"sidebar":{"title":"Projekte durchsuchen","search_filters":"Suchfilter...","categories":"Kategorien"},"sorting":"Sortieren nach","sort":{"relevance":"Relevanz","creation_date":"Erstellungsdatum","popularity":"Beliebtheit","az":"A-Z","za":"Z-A"},"search":"Projekte durchsuchen...","clear_filter":"Filter zur\xfccksetzen","no_results":"Die Suche ergab keine Ergebnisse!"},"SearchProjectTypes":{"mod":"Mods","modpack":"Modpacks","resourcepack":"Ressourcenpakete","datapack":"Datenpakete","shader":"Shader","plugin":"Plugins"},"ProjectTypes":{"mod":"Mod","modpack":"Modpack","resourcepack":"Ressourcenpaket","datapack":"Datenpaket","shader":"Shader","plugin":"Plugin"},"LoadingContent":{"message":"Wird geladen..."},"MetaDocsNavigation":{"title":"Navigation","about":"\xdcber uns","devs":"Autorenleitfaden","components":"Komponenten","help":"Hilfe","tos":"Nutzungsbedingungen","privacy":"Datenschutzerkl\xe4rung","security":"Sicherheitshinweis"},"Login":{"title":"Anmeldung erforderlich","desc":"Die Seite, die du aufrufen m\xf6chtest, erfordert eine Anmeldung.","prompt":"Bitte verwende dein GitHub-Konto, um fortzufahren.","button":"Mit GitHub anmelden"},"Preview":{"title":"Der Vorschaumodus ist aktiviert","desc":"Der Vorschaumodus aktiviert eine minimalistische Benutzeroberfl\xe4che, sodass du dich auf das Erstellen deiner Dokumentation lokal konzentrieren kannst, bevor sie ver\xf6ffentlicht wird.","roots":"Verf\xfcgbare lokale Dokumentationsst\xe4mme","open":"\xd6ffnen"},"DocsProjectInfo":{"title":"Projektinformationen","type":"Typ","author":"Autor","tags":"Kategorien","latest":{"title":"Neueste Version","unknown":"Nicht verf\xfcgbar"},"license":{"title":"Lizenz","custom":"Benutzerdefiniert","unknown":"Unbekannt","arr":"Alle Rechte vorbehalten"}},"ProjectCategories":{"adventure":"Abenteuer","cursed":"Verflucht","decoration":"Dekoration","economy":"Wirtschaft","equipment":"Ausr\xfcstung","food":"Essen","game-mechanics":"Spielmechaniken","library":"Bibliothek","magic":"Magie","management":"Verwaltung","minigame":"Minispiel","mobs":"Kreaturen","optimization":"Optimierung","social":"Sozial","storage":"Lagerung","technology":"Technologie","transportation":"Transport","utility":"Hilfsmittel","worldgen":"Weltgenerierung","server-utility":"Server-Hilfsmittel","armor-weapons-tools":"R\xfcstung, Werkzeuge und Waffen","library-api":"API und Bibliothek","adventure-rpg":"Abenteuer und Rollenspiel","world-gen":"Weltgenerierung","cosmetic":"Kosmetik","mc-food":"Essen","performance":"Leistung","map-information":"Karte und Information","bug-fixes":"Fehlerbehebungen","mc-addons":"Erweiterungen","education":"Bildung","mc-miscellaneous":"Verschiedenes","redstone":"Redstone","utility-qol":"Hilfsmittel & Quality of Life","mc-creator":"MCreator"},"PageEditControls":{"edit_gh":"Seite bearbeiten","report":"Seite melden","report_button":"Seite melden","last_updated":"Zuletzt aktualisiert: <date></date>"},"Report":{"title":"Eine Dokumentationsseite melden","desc":"Melde Inhalte, die gegen unsere <tos>Nutzungsbedingungen</tos> oder <cr>Inhaltsregeln</cr> versto\xdfen.","contact":"Zu Pr\xfcfungszwecken wird dein <b>Benutzername</b> in der Meldung enthalten sein.","confidential":"Deine Privatsph\xe4re ist uns wichtig, und diese Informationen werden stets vertraulich behandelt.","privacy":"F\xfcr weitere Informationen lies bitte unsere <link>Datenschutzerkl\xe4rung</link>.","form":{"id":{"title":"Projekt-ID","desc":"ID des gemeldeten Projekts."},"path":{"title":"Seitenpfad","desc":"Pfad der gemeldeten Dokumentationsseite."},"locale":{"title":"Sprache","desc":"Wird angewendet, wenn sich der Inhalt in einem lokalisierten Unterpfad befindet.","placeholder":"Nicht verf\xfcgbar"},"version":{"title":"Version","desc":"Wird angewendet, wenn sich der Inhalt innerhalb einer benannten Version befindet.","placeholder":"Nicht verf\xfcgbar"},"reason":{"title":"Grund*","placeholder":"W\xe4hle einen Grund, um diesen Inhalt zu melden","desc":"Grund f\xfcr die Meldung dieses Inhalts.","dislike":"Es gef\xe4llt mir einfach nicht"},"details":{"title":"Details*","placeholder":"Bitte gib weitere Details an, warum du diesen Inhalt meldest. Leere Meldungen werden ignoriert.","desc":"Weitere Details zum Problem."},"dislike":{"title":"Wir verstehen, dass dir dieser Inhalt m\xf6glicherweise nicht gef\xe4llt – und das ist v\xf6llig in Ordnung!","desc":"Leider ist dies jedoch kein g\xfcltiger Grund, ein Projekt zu melden.","suggestion":"M\xf6chtest du stattdessen nach etwas anderem zum Entdecken suchen?","explore":"Projekte entdecken"},"success":"Meldung erfolgreich eingereicht"}},"ProjectReportReason":{"spam":"Spam","copyright":"Urheberrechtsverletzung","content_rules":"Verst\xf6\xdft gegen Inhaltsregeln","tos":"Verst\xf6\xdft gegen die Nutzungsbedingungen","unknown":"Unbekannt"},"ProjectReportStatus":{"new":"Neu","dismissed":"Verworfen","accepted":"Akzeptiert","unknown":"Unbekannt"},"ProjectReportType":{"project":"Projekt","docs":"Dokumentationsseite","content":"Inhaltsseite","unknown":"Unbekannt"},"ViewReportPage":{"reports":"Meldungen","title":"Meldungsdetails","desc":"Meldungsdetails f\xfcr {id} anzeigen","details":{"reporter":"Gemeldet von","project_id":"Projekt-ID","path":"Pfad","body":"Body","reason":"Grund","created_at":"Erstellt am","status":"Status","type":"Typ","locale":"Sprache","version":"Version"},"actions":{"dismiss":"Verwerfen","accept":"Akzeptieren"},"toast":{"accept":"Meldung akzeptiert","dismiss":"Meldung verworfen"}},"SubmitButton":{"title":"Einreichen"},"Callout":{"default":"Achtung!","info":"Info","warning":"Warnung","danger":"Gefahr"},"ProjectRegisterForm":{"button":"Neues Projekt","title":"Projekt registrieren","desc":"Ein neues Projekt im Wiki registrieren.","repo":{"title":"Repository-URL","desc":"Dies ist die Adresse, die du zum Klonen deines Repositories verwendest.","placeholder":"https://github.com/ExampleUser/ExampleMod"},"branch":{"title":"Branch","desc":"Prim\xe4rer Branch-Verweis. Du kannst zus\xe4tzliche Branches angeben, die in deiner Metadatendatei enthalten sein sollen."},"path":{"title":"Pfad zum Dokumentationsstamm","desc":"Pfad zum Ordner, der die Metadatendatei enth\xe4lt."},"admin":"Wiki-Admin-Einstellungen","is_community":{"title":"Community-gepflegtes Projekt"},"errors":{"details":"Details anzeigen"},"connect_modrinth":{"desc":"Verbinde deinen <b>Modrinth-Account</b> in den Einstellungen, um jederzeit die Projektzugeh\xf6rigkeit auf der Plattform einfach zu verifizieren.","settings":"Einstellungen \xf6ffnen"},"submit":"Einreichen","success":{"title":"Projekt erfolgreich registriert","desc":"Du kannst jetzt zur Dokumentationsseite des Projekts navigieren"},"submitting":"Wird \xfcbermittelt...","verify_modrinth":"Mit Modrinth verifizieren"},"ProjectSettingsForm":{"title":"Projekt bearbeiten","desc":"Die Einstellungen eines bestehenden Projekts bearbeiten.","button":"Einstellungen","success":{"title":"Projekt erfolgreich aktualisiert","desc":"Du kannst jetzt zur aktualisierten Dokumentationsseite des Projekts navigieren"}},"ProjectDeleteForm":{"trigger":"Projekt l\xf6schen","title":"Bist du dir absolut sicher?","desc":"Diese Aktion kann nicht r\xfcckg\xe4ngig gemacht werden. Dein Projekt wird dauerhaft gel\xf6scht und alle zugeh\xf6rigen Daten von unseren Servern entfernt.","cancel":"Abbrechen","submit":"L\xf6schen","success":"Projekt erfolgreich gel\xf6scht"},"FormActions":{"errors":{"unauthorized":"Benutzerauthentifizierungsfehler","internal":"Interner Serverfehler, bitte versuche es sp\xe4ter erneut.","unknown":"Ein unbekannter Fehler ist aufgetreten. Bitte versuche es sp\xe4ter erneut.","no_platforms":"Keine Plattformprojekte in den Metadaten definiert.","no_project":"Plattformprojekt nicht gefunden. Bitte \xfcberpr\xfcfe, ob das \\"Slug\\"-Feld in den Metadaten korrekt ist.","unsupported_type":"Nicht unterst\xfctzter Projekttyp","ownership":"Projektbesitz konnte nicht verifiziert werden","cf_unavailable":"Die Registrierung von CurseForge-Projekten ist nicht aktiv","requires_auth":"Die Verbindung zum Repository erfordert Anmeldedaten, es wurden jedoch keine angegeben","no_repository":"Repository nicht gefunden","no_branch":"Ung\xfcltiger Branch angegeben","no_path":"Metadatendatei nicht am angegebenen Pfad gefunden","invalid_meta":"Metadatendatei ist ung\xfcltig","unsupported":"Noch nicht implementiert","exists":"Projekt existiert bereits.","not_found":"Projekt existiert nicht","illegal_id":"Ung\xfcltige Projekt-ID","not_owner":"Der Benutzer ist nicht berechtigt, dieses Projekt zu registrieren"}},"CommunityBadge":{"title":"Community","desc":"Inoffizielle Dokumentation, die von der Community gepflegt wird"},"DocsPageNotFoundError":{"title":"Wir haben diese Seite verloren","desc":"Die angeforderte Dokumentationsseite ist momentan nicht verf\xfcgbar.","suggestion":"Bitte versuche es sp\xe4ter erneut oder melde dieses Problem dem Projektautor.","submit":"Problem melden","return":"Zur Startseite zur\xfcckkehren"},"GetStartedButton":{"title":"Erstelle dein erstes Projekt"},"ProjectHomepage":{"overview":{"intro":"<project></project> ist ein {type}, erstellt von <authors></authors>.","availability":"Verf\xfcgbar f\xfcr <versions></versions>. Die neueste Version wurde f\xfcr <latest></latest> erstellt. Erste Ver\xf6ffentlichung f\xfcr <first></first>.","tags":"Getaggt:"},"description":{"title":"Beschreibung"},"navigation":{"title":"Navigation","docs":{"title":"Dokumentation durchsuchen","desc":"{pages} Seiten verf\xfcgbar."},"content":{"title":"Inhalte durchsuchen","desc":"{items} In-Game-Items."}},"links":{"title":"Links","website":"Webseite","source_code":"Quellcode"},"license":{"title":"Lizenzen","project":"Projektlizenz","arr":"Alle Rechte vorbehalten","unknown":"Unbekannt","wiki":"Wiki-Lizenz","default":"Wiki-Inhalte <link>teilweise verf\xfcgbar gemacht</link> unter der <license></license> Lizenz."}},"ProjectDocsHomepage":{"title":"Startseite"},"DocsHomepagePlaceholder":{"title":"Platzhalter f\xfcr Homepage","subtitle":"Aufgrund von API-Beschr\xe4nkungen sind Projektmetadaten f\xfcr CurseForge-Projekte in lokalen Umgebungen nicht verf\xfcgbar.","replace":"Keine Sorge! Wir ersetzen diesen Platzhalter durch die tats\xe4chliche Projektbeschreibung, sobald das Projekt auf der Live-Wiki-Website ver\xf6ffentlicht wird."},"DocsSearchBar":{"placeholder":"Wiki-Inhalte durchsuchen...","no_results":"Keine Ergebnisse gefunden!","loading":"Die perfekten Ergebnisse werden gesucht...","results":"Zeige <highlight>{count}</highlight> von <highlight>{total}</highlight> Ergebnissen","close":"<kbd>ESC</kbd> zum Schlie\xdfen"},"DocsChangelogPage":{"title":"\xc4nderungsprotokoll"},"DocsLeftSidebar":{"title":"Dokumentation","homepage":"Startseite"},"DocsContentRightSidebar":{"title":"Eintragsinformationen"},"DocsNonContentRightSidebar":{"title":"Auf dieser Seite"},"DocsVersionSelector":{"placeholder":"Version ausw\xe4hlen","latest":"Neuste"},"ModVersionRange":{"desc":"+{count} weitere"},"LanguageSelect":{"placeholder":"Sprachen durchsuchen...","no_results":"Keine Sprache gefunden."},"ProjectStatus":{"unknown":"Unbekannt","loading":"Initialisiere","healthy":"Geladen","at_risk":"Erfordert Aufmerksamkeit","error":"Fehlerhaft"},"DevProjectsListPage":{"project":{"manage":"Verwalten"},"empty":{"primary":"Es sieht so aus, als h\xe4ttest du noch keine Projekte erstellt","secondary":"Fange an, indem du unser <guide>Autorenleitfaden</guide> liest."}},"DevProjectPage":{"breadcrumbs":{"home":"Startseite"},"toolbar":{"view":"Ansehen","deployments":"Bereitstellungen"},"overview":{"title":"Projekt\xfcbersicht","desc":"Zusammenfassung der Projektinformationen"},"source":{"title":"Projektquelle","repo":"Repository","branch":"Branch","path":"Pfad","public":"\xd6ffentlich"},"platforms":{"title":"Plattformen","desc":"Projekt-Hosting-Plattformen","headers":{"platform":"Plattform","slug":"Slug / ID","link":"Link"},"open":"\xd6ffnen"},"information":{"title":"Information","desc":"Gel\xf6ste Informationen","type":"Typ","status":"Status","created_at":"Erstellt am"},"revision":{"title":"Aktuelle Git-Revision","reloading":"Projekt wird neu geladen, bitte warten...","not_found":"Keine Revision gefunden. Versuche, das Projekt neu zu laden."}},"DevProjectSettingsPage":{"title":"Projekteinstellungen","desc":"Projekteigenschaften konfigurieren"},"DevProjectVersionsPage":{"title":"Projektversionen","desc":"Projektinhaltsversionen durchsuchen"},"DevProjectHealthPage":{"title":"Project health","desc":"Projektstatus und -probleme \xfcberwachen","errors":{"title":"Project issue report","desc":"Laufende Warnungen & Fehler","empty":"Keine Probleme gefunden"}},"DevProjectMembersPage":{"title":"Projektmitglieder","desc":"Projektmitglieder & Berechtigungen verwalten","roles":{"owner":"Besitzer"},"actions":{"manage":"Verwalten"}},"DevProjectContentItemsPage":{"title":"Projektgegenst\xe4nde","desc":"Projektgegenst\xe4nde durchsuchen"},"DevProjectContentRecipesPage":{"title":"Projektrezepte","desc":"Projektrezepte durchsuchen"},"DevProjectContentTagsPage":{"title":"Projekt-Tags","desc":"Projekt-Tags durchsuchen"},"DevProjectLogs":{"title":"Bereitstellungsprotokoll","show":"Anzeigen","unloaded":"Nicht geladen","waiting":"Warte auf Server...","loading":"Wird geladen...","error":"Fehler beim Laden der Protokolle","toast":{"success":"Projekteinrichtung abgeschlossen","error":"Fehler w\xe4hrend der Projekteinrichtung"}},"DeveloperSidebar":{"teams":{"personal":"Pers\xf6nlich"},"groups":{"projects":"Projekte","platform":"Plattform","admin":"Administration"},"nav":{"projects":"Projekte","documentation":"Dokumentation","settings":"Einstellungen","admin":"Systemeinstellungen"}},"DevSidebarContextSwitcher":{"title":"Teams"},"DevSidebarUser":{"logout":{"button":"Abmelden","title":"Abmelden","desc":"Abmeldung wird durchgef\xfchrt..."},"unknown_avatar":"Nicht verf\xfcgbar"},"UserSettings":{"breadcrumbs":{"home":"Startseite","settings":"Einstellungen"},"profile":{"bio":"Modded Minecraft Wiki Autor","join_date":"Beigetreten am {date}","admin":"Admin"},"connections":{"title":"Verkn\xfcpfungen","modrinth":{"title":"Modrinth-Konto","desc":"Wird verwendet, um den Projektbesitz zu verifizieren","connect":"Verbinden","view":"Ansehen","disconnect":"Trennen"}},"account":{"title":"Konto","delete":{"title":"Konto l\xf6schen","desc":"Alle Kontodaten dauerhaft l\xf6schen","button":"Konto l\xf6schen"},"delete_modal":{"title":"Konto l\xf6schen","desc":"Bist du sicher, dass du dieses Konto l\xf6schen m\xf6chtest? Dies ist eine irreversible Aktion, die nicht r\xfcckg\xe4ngig gemacht werden kann.","cancel":"Abbrechen","button":"Dauerhaft l\xf6schen"}},"toast":{"unlink":{"success":"Konto erfolgreich getrennt","error":"Fehler beim Trennen des Kontos"}}},"AuthFailure":{"title":"Authentifizierungsfehler","desc":"Beim Anmeldeversuch, ist ein unerwarteter Fehler aufgetreten. Bitte versuche es sp\xe4ter erneut.","status":"Status pr\xfcfen","return":"Zur Startseite zur\xfcckkehren","report":"Fehler melden"},"BuiltinRecipeTypes":{"blasting":"Schmelzen (Schmelzofen)","campfire_cooking":"Campfire cooking","crafting_shaped":"Shaped Crafting","crafting_shapeless":"Shapeless Crafting","smelting":"Schmelzen","smithing_transform":"Schmieden","smoking":"R\xe4uchern","stonecutting":"Stonecutting"},"DocsEntryTabs":{"history":"Verlauf anzeigen","home":"Inhalt anzeigen"},"DevProjectSidebar":{"groups":{"project":"Projekt","content":"Inhalt"},"nav":{"home":"\xdcbersicht","settings":"Einstellungen","members":"Mitglieder","deployments":"Bereitstellungen","health":"Gesundheit","versions":"Versionen","content":"Items","tags":"Tags","recipes":"Rezepte"}},"PrefabObtaining":{"recipe":"Rezept"},"PrefabUsage":{"usage":"Verwendung"},"AdminSidebar":{"groups":{"home":"Startseite","data":"Data","system":"System","moderation":"Moderation"},"nav":{"home":"\xdcbersicht","data_imports":"Datenimporte","access_keys":"Zugangsschl\xfcssel","migrations":"Migrations","users":"Benutzer","projects":"Projekte","config":"Konfiguration","reports":"Meldungen","audit_log":"Audit Log","return":"Zur\xfcck"}},"AdminDataImports":{"title":"System data imports","desc":"Imported game data"},"AdminMigrations":{"title":"Data migrations","desc":"Available data migrations"},"EmptyDataTable":{"guide":"Lies den <link>Autorenleitfaden</link>, um mehr dar\xfcber zu erfahren, wie du Spieldaten in dein Projekt integrieren kannst."},"DataTable":{"no_results":"Keine Ergebnisse.","filter":"Zeilen filtern...","previous":"Vorherige","next":"N\xe4chste"},"DevProjectVersionsTable":{"name":"Name","branch":"Branch","empty":{"title":"Es wurden keine zus\xe4tzlichen Versionen in deinem Projekt gefunden.","desc":"Lies den <link>Autorenleitfaden</link>, um mehr \xfcber die Versionierung von Projekten zu erfahren."}},"DevProjectItemsTable":{"icon":"Icon","id":"Identifier","name":"Name","path":"Seitenpfad (intern)","actions":{"open":"Open menu","title":"Aktionen","view":"Ansehen"},"empty":{"title":"In deinem Projekt wurden keine Gegenst\xe4nde gefunden.","desc":"Projektgegenst\xe4nde werden automatisch aus Inhaltsseiten und eingebundenen Spieldateien erkannt."}},"DevProjectTagsTable":{"id":"Identifier","items":"Item count","empty":{"title":"In deinem Projekt wurden keine Tags gefunden."}},"DevProjectRecipesTable":{"type":"Typ","id":"Identifier","empty":{"title":"In deinem Projekt wurden keine Rezepte gefunden."}},"ResolvedProjectRecipe":{"type":"Rezepttyp","input":"Zutaten","output":"Ausgaben","preview":"Rezeptvorschau","workbenches":"Dieses Rezept kann mit folgenden Materialien hergestellt werden:"},"DevProjectDeploymentsPage":{"title":"Projektbereitstellungen","desc":"Bereitgestellte Projektversionen verwalten"},"DevProjectDeploymentsTable":{"id":"ID","commit":"Commit","created_at":"Deploy time","user_id":"Bereitgestellt von","status":"Status"},"DeploymentStatus":{"unknown":"Nicht verf\xfcgbar","created":"Queued","loading":"Wird geladen","success":"Erfolgreich","error":"Fehlgeschlagen"},"DeleteDeploymentModal":{"trigger":"L\xf6schen","title":"Bist du dir absolut sicher?","desc":"Diese Aktion kann nicht r\xfcckg\xe4ngig gemacht werden. Diese Bereitstellung wird dauerhaft von unseren Servern gel\xf6scht.","cancel":"Abbrechen","submit":"L\xf6schen","success":"Bereitstellung erfolgreich gel\xf6scht"},"DeployProjectModal":{"button":"Bereitstellen","title":"Neue Bereitstellung","primary":"Alle Projektinhalte werden <b>erneut vom Ursprung abgerufen</b>. Diese Option sollte verwendet werden, wenn die Dokumentationsquelle selbst aktualisiert wurde.","secondary":"Wenn die neue Bereitstellung fehlschl\xe4gt, werden die aktuell gespeicherten Daten <b>nicht</b> ersetzt. Du kannst jederzeit \xfcber die Option ‚Erneut bereitstellen‘ zu vorherigen Bereitstellungen <b>zur\xfcckkehren</b>.","tertiary":"Zu deiner eigenen Bequemlichkeit empfehlen wir stattdessen, die Dokumentation nach der Ver\xf6ffentlichung automatisch mit unserem <link>Gradle-Plugin</link> zu revalidieren.","note":"Die Projekteinstellungen bleiben unver\xe4ndert. Zum Aktualisieren von Metainformationen (z. B. Quelle und Plattformen) verwende bitte stattdessen den Einstellungsdialog.","cancel":"Abbrechen","submit":"Bereitstellen"},"LiveProjectDeployConnection":{"loading":"Projekt wird bereitgestellt...","success":"Projektbereitstellung erfolgreich","error":"Projektbereitstellung fehlgeschlagen","view":"Ansehen"},"DevProjectDeploymentPage":{"deployments":"Bereitstellungen","title":"Bereitstellungsdetails","git-config":{"title":"Source coordinates"}},"ProjectGitRevision":{"title":"Git-Revision","title_current":"Aktuelle Git-Revision","loading":"Projekt wird bereitgestellt, bitte warten...","not_found":"Das Projekt hat keine aktive Bereitstellung"},"ProjectIssueWidget":{"file":"Datei: <file></file>","date":"Erstellt am: <date></date>","version":"Version: <version></version>"},"ProjectIssueLevel":{"warning":"Warnung","error":"Fehler","unknown":"Unbekannt"},"ProjectIssueType":{"meta":"Ung\xfcltige Projektmetadaten","file":"Ung\xfcltige Datei","git_clone":"Fehler beim Klonen des Repositories","git_info":"Fehler beim Abrufen der Commit-Informationen","ingestor":"Fehler beim Importieren der Inhalte","internal":"Interner Serverfehler","page_render":"Ung\xfcltige Seite","unknown":"Unbekannter Fehler"},"DeploymentIssues":{"title":"Probleme bei der Bereitstellung","empty":"Keine Probleme gefunden.","issues_found":"Es {count, plural, =1 {wurde 1 Problem gefunden, das Aufmerksamkeit erfordert} other {wurden # Probleme gefunden, die Aufmerksamkeit erfordern}}."},"ProjectError":{"requires_auth":"Die Verbindung zum Repository erfordert Anmeldedaten, es wurden jedoch keine angegeben","no_repository":"Repository nicht gefunden","repo_too_large":"Repository \xfcberschreitet die zul\xe4ssige Dateigr\xf6\xdfe","no_branch":"Ung\xfcltiger Branch angegeben","no_path":"Metadatendatei am angegebenen Pfad nicht gefunden","invalid_meta":"Metadatendatei ist ung\xfcltig","invalid_page":"Seiteninhalt konnte nicht dargestellt werden","duplicate_page":"Doppelte Seite","unknown_recipe_type":"Unbekannter Rezepttyp","invalid_ingredient":"Ung\xfcltige Zutat","invalid_file":"Datei konnte nicht geparst werden","invalid_format":"Ung\xfcltiges Dateiformat","invalid_resloc":"Invalid Resource Location","invalid_version_branch":"Der Versions-Branch existiert nicht","missing_platform_project":"Fehlendes Plattformprojekt","no_page_title":"Seite hat keinen Titel","missing_required_attribute":"Seite fehlt ein erforderliches Metadatenattribut","unknown":"Unbekannter Fehler"},"AdminReports":{"title":"Project Reports","desc":"Manage project reports"},"ResponsiveTable":{"expand":"Erweitern"},"UsageContentList":{"more":"Mehr anzeigen ..."},"RecipeUsage":{"description":"Kann verwendet werden, um die folgenden Items herzustellen:","empty":"Has no known usages in crafting."},"ContentCategory":{"all":"Alle","other":"Andere"},"ContentChangelog":{"toggle":"\xc4nderungsprotokoll anzeigen"},"ContentProperties":{"bool":{"true":"Ja","false":"Nein"},"type":{"block":"Block","item":"Gegenstand","other":"Andere"},"properties":{"id":"ID","source_mod":"Source mod","type":"Typ","stack_size":"Stapelgr\xf6\xdfe","required_tool":"Werkzeug","blast_resistance":"Explosionswiderstand","hardness":"H\xe4rte","flammable":"Entflammbar"}},"DocsLink":{"not_found":"(Nicht gefunden)"},"AdminAccessKeys":{"title":"System-Zugangsschl\xfcssel","desc":"Bietet Authentifizierung f\xfcr nicht-interaktiven Zugriff, z. B. f\xfcr CI"},"CreateAccessKeyModal":{"title":"Zugangsschl\xfcssel erstellen","desc":"Neuer System-Zugangsschl\xfcssel","button":"Erstellen","name":{"title":"Name","desc":"Gib deinem Schl\xfcssel einen Namen","placeholder":"Deploy staging"},"days_valid":{"title":"G\xfcltigkeit in Tagen","desc":"Anzahl der Tage, f\xfcr die der Schl\xfcssel g\xfcltig ist. Verwende 0 f\xfcr unbegrenzte G\xfcltigkeit."},"submit":"Einreichen","submitting":"Wird \xfcbermittelt..."},"SaveAccessKeyModal":{"title":"Zugangsschl\xfcssel","desc":"Speichere deinen generierten Zugangsschl\xfcssel","key":"Zugangsschl\xfcssel","note":"Bewahre den Schl\xfcsselwert sicher auf. Du wirst sp\xe4ter keinen Zugriff mehr darauf haben.","valid":"Der Schl\xfcssel ist g\xfcltig bis {expiry}.","close":"Fertig"},"DeleteAccessKeyModal":{"title":"Zugangsschl\xfcssel l\xf6schen","desc":"Zugangsschl\xfcssel ung\xfcltig machen und l\xf6schen","body":"Dies l\xf6scht den Zugangsschl\xfcssel <name></name> dauerhaft.","cancel":"Abbrechen","submit":"L\xf6schen","success":"Zugangsschl\xfcssel erfolgreich gel\xf6scht"},"CopyButton":{"copied":"In die Zwischenablage kopiert"},"InteractiveComponentPlaceholder":{"title":"Inhalt im Vorschaumodus nicht verf\xfcgbar","desc":"Interaktive Komponenten werden im lokalen Vorschau-Modus derzeit nicht unterst\xfctzt. Die tats\xe4chlichen Inhalte werden hier angezeigt, sobald das Projekt auf der Wiki-Website bereitgestellt wird."},"RevalidateCacheModal":{"title":"Cache-Tag revalidieren","desc":"Einen Cache-Tag manuell revalidieren. Wird f\xfcr Diagnosezwecke verwendet.","button":"Cache-Tag revalidieren","tag":{"title":"Cache-Tag","desc":"Der zu revalidierende Cache-Tag"},"success":"Cache-Tag erfolgreich ung\xfcltig gemacht"}}')},3553:a=>{"use strict";a.exports=JSON.parse('{"Badges":{"local":"Local","latest":"\xdaltimo","admin":"Admin"},"NavigationHeader":{"title":"Wiki de Modificaciones de Minecraft","title_short":"Wiki","badge":{"preview":"MODO DE PREVISUALIZACI\xd3N","beta":"Beta"},"link":{"home":"Inicio","browse":"Explorar","about":"Acerca de"}},"NavigationFooter":{"title":"Wiki de Modificaciones de Minecraft","links":{"navigation":{"title":"Navegaci\xf3n","home":"P\xe1gina de inicio","browse":"Explorar","dev":"Desarrolladores"},"links":{"title":"Links"},"resources":{"title":"Recursos","blog":"Blog","status":"Estado","translate":"Ay\xfadanos a traducir"},"about":{"title":"Acerca de","tos":"T\xe9rminos de Servicio","privacy":"Pol\xedtica de Privacidad","contact":"Contacto"}}},"HomePage":{"title":"Bienvenido a la <highlight>Wiki de Modificaciones de Minecraft</highlight>","subtitle":"Tu recurso de confianza para descubrir, crear y contribuir en proyectos relacionados con Minecraft.","popular":{"title":"Wikis Populares","open":"Leer M\xe1s","disclaimer":"Estos proyectos est\xe1n destacados en base de su popularidad seg\xfan las estad\xedsticas de vistas y no est\xe1n respaldados oficialmente por la Wiki de Minecraft Modificado."},"community":{"title":"\xa1\xdanete a nuestra comunidad!","users":{"title":"Usuarios","subtitle":"Explore our featured projects and enjoy these benefits:","docs":"Access high-quality, up-to-date and versioned documentation","contribute":"Contribute to projects without programming knowledge","ui":"Enjoy a consistent, user-friendly interface across all projects","localization":"Benefit from multi-language support"},"authors":{"title":"Autores","subtitle":"Get access to the Project Dashboard and enjoy these benefits:","vcs":"Versioning support for your documentation","components":"Built-in components for recipes, assets, etc.","gradle":"Gradle integration for seamless workflow","management":"Advanced project management tools","interaction":"Direct interaction with your user base","dashboard":"Open Dashboard","guide":"Read More"}},"browse":"Browse Projects","highlights":{"localization":{"title":"Localization","desc":"Translate your docs into world languages"},"accessibility":{"title":"Accessible","desc":"Intuitive and responsive user interface"},"open":{"title":"Abrir","desc":"Let your users contribute without any programming knowledge necessary"},"free":{"title":"Gratis","desc":"Hosting docs on our website is completely free of charge!"}},"about":{"title":"Sobre nosotros","maintainers":"The Wiki is built and maintained by <b>Sinytra</b>, a dedicated team of passionate developers focused on delivering high-quality, Free and Open Source software for the Minecraft modding community.","mission":"Our goal is to empower modders and players alike by providing the tools and resources necessary to create, document, and explore the endless possibilities of modded Minecraft."},"blog":{"title":"Blog Posts","open":"Read More"}},"BrowsePage":{"sidebar":{"title":"Browse projects","search_filters":"Filtros de b\xfasqueda...","categories":"Categories"},"sorting":"Sort by","sort":{"relevance":"Relevance","creation_date":"Fecha de creaci\xf3n","popularity":"Popularidad","az":"A-Z","za":"Z-A"},"search":"Search projects...","clear_filter":"Clear filters","no_results":"\xa1La consulta de b\xfasqueda no ha devuelto resultados!"},"SearchProjectTypes":{"mod":"Mods","modpack":"Modpacks","resourcepack":"Resource packs","datapack":"Data packs","shader":"Shaders","plugin":"Plugins"},"ProjectTypes":{"mod":"Mod","modpack":"Modpack","resourcepack":"Resource pack","datapack":"Data pack","shader":"Shader","plugin":"Plugin"},"LoadingContent":{"message":"Cargando..."},"MetaDocsNavigation":{"title":"Navegaci\xf3n","about":"Acerca de","devs":"Author guide","components":"Components","help":"Obtener ayuda","tos":"T\xe9rminos de Uso","privacy":"Pol\xedtica de Privacidad","security":"Aviso de Seguridad"},"Login":{"title":"Se requiere iniciar sesi\xf3n","desc":"La p\xe1gina a la que est\xe1 intentando acceder requiere que inicie sesi\xf3n.","prompt":"Por favor, utiliza tu cuenta de GitHub para continuar.","button":"Iniciar sesi\xf3n con GitHub"},"Preview":{"title":"El modo de previsualizaci\xf3n est\xe1 habilitado","desc":"El modo de previsualizaci\xf3n permite una interfaz de usuario m\xednima, permiti\xe9ndole enfocarse en redactar sus documentos localmente antes de que sean publicados.","roots":"Ra\xedces de documentaci\xf3n local disponibles","open":"Abrir"},"DocsProjectInfo":{"title":"Project information","type":"Type","author":"Autor","tags":"Etiquetas","latest":{"title":"\xdaltima versi\xf3n","unknown":"N/D"},"license":{"title":"Licencia","custom":"Custom","unknown":"Desconocido","arr":"Todos los Derechos Reservados"}},"ProjectCategories":{"adventure":"Aventura","cursed":"Cursed","decoration":"Decoraci\xf3n","economy":"Econom\xeda","equipment":"Equipamiento","food":"Alimento","game-mechanics":"Mec\xe1nicas del juego","library":"Biblioteca","magic":"Magia","management":"Gesti\xf3n","minigame":"Minijuego","mobs":"Mobs","optimization":"Optimizaci\xf3n","social":"Social","storage":"Almacenaje","technology":"Tecnolog\xeda","transportation":"Transporte","utility":"Utilidad","worldgen":"Generaci\xf3n de mundo","server-utility":"Utilidades de servidor","armor-weapons-tools":"Armaduras, Herramientas y Armas","library-api":"API y librer\xedas","adventure-rpg":"Aventura y RPG","world-gen":"Generaci\xf3n del mundo","cosmetic":"Cosm\xe9tica","mc-food":"Alimento","performance":"Rendimiento","map-information":"Mapa e informaci\xf3n","bug-fixes":"Arreglos de Bugs","mc-addons":"Complementos","education":"Educaci\xf3n","mc-miscellaneous":"Miscel\xe1neo","redstone":"Redstone","utility-qol":"Utilidad & Calidad de vida","mc-creator":"MCreator"},"PageEditControls":{"edit_gh":"Edita esta p\xe1gina","report":"Reportar esta p\xe1gina","report_button":"Report page","last_updated":"\xdaltima actualizaci\xf3n: <date></date>"},"Report":{"title":"Reportar una p\xe1gina de documentaci\xf3n","desc":"Report content that violates our <tos>Terms of Service</tos> or <cr>Content Rules</cr>.","contact":"For auditing purposes, your <b>username</b> will be included in the report.","confidential":"Your privacy is important to us, and this information will always be kept confidential.","privacy":"For more information, please refer to our <link>Privacy Policy</link>.","form":{"id":{"title":"ID de proyecto","desc":"Reported project ID."},"path":{"title":"Page path","desc":"Reported documentation page path."},"locale":{"title":"Locale","desc":"Applied if the content lies within a localized subpath.","placeholder":"N/D"},"version":{"title":"Version","desc":"Applied if the content lies within a named version.","placeholder":"N/D"},"reason":{"title":"Reason*","placeholder":"Select a reason for reporting this content","desc":"Reason for reporting this content.","dislike":"I just don\'t like it"},"details":{"title":"Details*","placeholder":"Please provide more details on why you\'re reporting this content. Note that empty reports will be ignored.","desc":"Detalles adicionales sobre el problema."},"dislike":{"title":"We understand that you may not like this content, and that\'s totally okay!","desc":"Unfortunately, however, it is not a valid reason to report a project.","suggestion":"Would you like to look for something else to explore instead?","explore":"Explore projects"},"success":"Report submitted successfully"}},"ProjectReportReason":{"spam":"Spam","copyright":"Infracci\xf3n de derechos de autor","content_rules":"Viola las normas de contenido","tos":"Violates Terms of Service","unknown":"Desconocido"},"ProjectReportStatus":{"new":"New","dismissed":"Dismissed","accepted":"Accepted","unknown":"Desconocido"},"ProjectReportType":{"project":"Project","docs":"Docs page","content":"Content page","unknown":"Desconocido"},"ViewReportPage":{"reports":"Reports","title":"Report details","desc":"Viewing report details for {id}","details":{"reporter":"Reported by","project_id":"ID de proyecto","path":"Path","body":"Body","reason":"Reason","created_at":"Created at","status":"Estado","type":"Type","locale":"Locale","version":"Version"},"actions":{"dismiss":"Dismiss","accept":"Accept"},"toast":{"accept":"Report accepted","dismiss":"Report dismissed"}},"SubmitButton":{"title":"Submit"},"Callout":{"default":"Heads up!","info":"Info","warning":"Warning","danger":"Danger"},"ProjectRegisterForm":{"button":"New Project","title":"Registrar proyecto","desc":"Registrar un nuevo proyecto en la wiki.","repo":{"title":"Repository URL","desc":"This is the address you use to clone your repository.","placeholder":"https://github.com/ExampleUser/ExampleMod"},"branch":{"title":"Rama","desc":"Primary branch ref. You can specify additional branches to include in your metadata file."},"path":{"title":"Ruta a la ra\xedz de documentaci\xf3n","desc":"Path to the folder containing the metadata file."},"admin":"Configuraci\xf3n del admin de Wiki","is_community":{"title":"Proyecto mantenido por la Comunidad"},"errors":{"details":"Mostrar detalles"},"connect_modrinth":{"desc":"Connect your <b>Modrinth account</b> in Settings to easily verify platform project ownership at any time.","settings":"Open Settings"},"submit":"Submit","success":{"title":"Project registered successfully","desc":"You can now navigate to the project\'s docs page"},"submitting":"Submitting...","verify_modrinth":"Verificar usando Modrinth"},"ProjectSettingsForm":{"title":"Editar proyecto","desc":"Editar la configuraci\xf3n de un proyecto existente.","button":"Configuraci\xf3n","success":{"title":"Proyecto actualizado correctamente","desc":"You can now navigate to the updated project\'s docs page"}},"ProjectDeleteForm":{"trigger":"Delete project","title":"\xbfEst\xe1s realmente seguro?","desc":"Esta acci\xf3n no se puede deshacer. Esto eliminar\xe1 permanentemente tu proyecto y eliminar\xe1 todos los datos asociados de nuestros servidores.","cancel":"Cancelar","submit":"Eliminar","success":"Proyecto eliminado correctamente"},"FormActions":{"errors":{"unauthorized":"User authentication error","internal":"Internal Server Error, please try again later.","unknown":"An unknown error has occurred, please try again later.","no_platforms":"No platform projects defined in metadata.","no_project":"Platform project not found. Please make sure the metadata \\"slug\\" field is correct.","unsupported_type":"Unsupported project type","ownership":"Failed to verify project ownership","cf_unavailable":"Registering CurseForge projects is not active","requires_auth":"Repository connection requires login credentials but none were provided","no_repository":"Repository not found","no_branch":"Invalid branch specified","no_path":"Metadata file not found at specified path","invalid_meta":"El archivo de metadatos no es v\xe1lido","unsupported":"Not yet implemented","exists":"El proyecto ya existe.","not_found":"Project does not exist","illegal_id":"Illegal project ID","not_owner":"User is not authorized to register this project"}},"CommunityBadge":{"title":"Comunidad","desc":"Documentaci\xf3n no oficial mantenida por la comunidad"},"DocsPageNotFoundError":{"title":"Perdimos esta p\xe1gina","desc":"La p\xe1gina de documentaci\xf3n solicitada no est\xe1 disponible por el momento.","suggestion":"Please try again later or report this issue to the project author.","submit":"Enviar un problema","return":"Volver al Inicio"},"GetStartedButton":{"title":"Create your first project"},"ProjectHomepage":{"overview":{"intro":"<project></project> is a {type} created by <authors></authors>.","availability":"Available for <versions></versions>. Latest version built for <latest></latest>. First released for <first></first>.","tags":"Tagged:"},"description":{"title":"Description"},"navigation":{"title":"Navegaci\xf3n","docs":{"title":"Browse documentation","desc":"{pages} pages available."},"content":{"title":"Browse content","desc":"{items} in-game items."}},"links":{"title":"Enlaces","website":"Website","source_code":"Source code"},"license":{"title":"Licenses","project":"Project License","arr":"Todos los Derechos Reservados","unknown":"Desconocido","wiki":"Wiki License","default":"Wiki content <link>partially made available</link> under the <license></license> license."}},"ProjectDocsHomepage":{"title":"Inicio"},"DocsHomepagePlaceholder":{"title":"Homepage placeholder","subtitle":"Due to API restrictions, project metadata is not available for CurseForge projects in local environments.","replace":"Don\'t worry! We\'ll replace this placeholder with the project\'s actual description once deployed on the live wiki website."},"DocsSearchBar":{"placeholder":"Buscar contenido de la wiki...","no_results":"\xa1No se encontraron resultados!","loading":"Buscando los resultados perfectos...","results":"Mostrando <highlight>{count}</highlight> de <highlight>{total}</highlight> resultados","close":"<kbd>ESC</kbd> para cerrar"},"DocsChangelogPage":{"title":"Changelog"},"DocsLeftSidebar":{"title":"Documentaci\xf3n","homepage":"Inicio"},"DocsContentRightSidebar":{"title":"Entry information"},"DocsNonContentRightSidebar":{"title":"On this page"},"DocsVersionSelector":{"placeholder":"Select version","latest":"\xdaltimo"},"ModVersionRange":{"desc":"+{count} more"},"LanguageSelect":{"placeholder":"Search languages...","no_results":"No language found."},"ProjectStatus":{"unknown":"Desconocido","loading":"Initializing","healthy":"Loaded","at_risk":"Requires attention","error":"Errored"},"DevProjectsListPage":{"project":{"manage":"Manage"},"empty":{"primary":"Looks like you haven\'t created any projects yet","secondary":"Comience leyendo nuestra <guide>gu\xeda de autor</guide>."}},"DevProjectPage":{"breadcrumbs":{"home":"Inicio"},"toolbar":{"view":"Ver","deployments":"Deployments"},"overview":{"title":"Project overview","desc":"Project information summary"},"source":{"title":"Project Source","repo":"Repository","branch":"Rama","path":"Path","public":"Public"},"platforms":{"title":"Platforms","desc":"Project hosting platforms","headers":{"platform":"Plataforma","slug":"Slug / ID","link":"Enlace"},"open":"Abrir"},"information":{"title":"Informaci\xf3n","desc":"Resolved information","type":"Type","status":"Estado","created_at":"Created at"},"revision":{"title":"Current git revision","reloading":"Reloading project, please stand by...","not_found":"No revision found. Try reloading the project."}},"DevProjectSettingsPage":{"title":"Project settings","desc":"Configure project properties"},"DevProjectVersionsPage":{"title":"Project versions","desc":"Browse project content versions"},"DevProjectHealthPage":{"title":"Project health","desc":"Monitor project status and issues","errors":{"title":"Project issue report","desc":"Ongoing warnings & errors","empty":"No issues found"}},"DevProjectMembersPage":{"title":"Project members","desc":"Manage project members & permissions","roles":{"owner":"Propietario"},"actions":{"manage":"Manage"}},"DevProjectContentItemsPage":{"title":"Project items","desc":"Browse project items"},"DevProjectContentRecipesPage":{"title":"Project recipes","desc":"Browse project crafting recipes"},"DevProjectContentTagsPage":{"title":"Project tags","desc":"Browse project tags"},"DevProjectLogs":{"title":"Deployment log","show":"Show","unloaded":"Not loaded","waiting":"Waiting for server...","loading":"Cargando...","error":"Error loading logs","toast":{"success":"Project setup complete","error":"Error during project setup"}},"DeveloperSidebar":{"teams":{"personal":"Personal"},"groups":{"projects":"Proyectos","platform":"Plataforma","admin":"Administration"},"nav":{"projects":"Proyectos","documentation":"Documentaci\xf3n","settings":"Configuraci\xf3n","admin":"System settings"}},"DevSidebarContextSwitcher":{"title":"Teams"},"DevSidebarUser":{"logout":{"button":"Log out","title":"Cerrar sesi\xf3n","desc":"Logging out..."},"unknown_avatar":"N/D"},"UserSettings":{"breadcrumbs":{"home":"Inicio","settings":"Configuraci\xf3n"},"profile":{"bio":"Modded Minecraft Wiki creator","join_date":"Joined {date}","admin":"Admin"},"connections":{"title":"Connections","modrinth":{"title":"Modrinth account","desc":"Used to verify project ownership","connect":"Conectar","view":"Ver","disconnect":"Desconectar"}},"account":{"title":"Account","delete":{"title":"Delete account","desc":"Forever delete all account data","button":"Delete account"},"delete_modal":{"title":"Delete account","desc":"Are you sure you want to delete this account? This is a destructive action that cannot be undone.","cancel":"Cancelar","button":"Delete forever"}},"toast":{"unlink":{"success":"Account unlinked successfully","error":"Error unlinking account"}}},"AuthFailure":{"title":"Authentication failure","desc":"An unexpected error has occured while trying to log in. Please try again later.","status":"Check status","return":"Return home","report":"Report Bug"},"BuiltinRecipeTypes":{"blasting":"Blasting","campfire_cooking":"Campfire cooking","crafting_shaped":"Shaped Crafting","crafting_shapeless":"Shapeless Crafting","smelting":"Smelting","smithing_transform":"Smithing","smoking":"Smoking","stonecutting":"Stonecutting"},"DocsEntryTabs":{"history":"Show history","home":"Show content"},"DevProjectSidebar":{"groups":{"project":"Project","content":"Content"},"nav":{"home":"Overview","settings":"Configuraci\xf3n","members":"Members","deployments":"Deployments","health":"Health","versions":"Versiones","content":"Items","tags":"Etiquetas","recipes":"Recipes"}},"PrefabObtaining":{"recipe":"Recipe"},"PrefabUsage":{"usage":"Usage"},"AdminSidebar":{"groups":{"home":"Inicio","data":"Data","system":"System","moderation":"Moderation"},"nav":{"home":"Overview","data_imports":"Data Imports","access_keys":"Access Keys","migrations":"Migrations","users":"Usuarios","projects":"Proyectos","config":"Configuration","reports":"Reports","audit_log":"Audit Log","return":"Return"}},"AdminDataImports":{"title":"System data imports","desc":"Imported game data"},"AdminMigrations":{"title":"Data migrations","desc":"Available data migrations"},"EmptyDataTable":{"guide":"Read the <link>author guide</link> to find out more on how to integrate game data into your project."},"DataTable":{"no_results":"No results.","filter":"Filter rows...","previous":"Previous","next":"Next"},"DevProjectVersionsTable":{"name":"Nombre","branch":"Rama","empty":{"title":"No additional versions were found in your project.","desc":"Read the <link>author guide</link> to learn more about project versioning."}},"DevProjectItemsTable":{"icon":"Icon","id":"Identifier","name":"Nombre","path":"Page path (internal)","actions":{"open":"Open menu","title":"Actions","view":"Ver"},"empty":{"title":"No items were found in your project.","desc":"Project items are automatically detected from content pages and included game files."}},"DevProjectTagsTable":{"id":"Identifier","items":"Item count","empty":{"title":"No tags were found in your project."}},"DevProjectRecipesTable":{"type":"Type","id":"Identifier","empty":{"title":"No recipes were found in your project."}},"ResolvedProjectRecipe":{"type":"Recipe Type","input":"Ingredients","output":"Outputs","preview":"Recipe preview","workbenches":"You can craft this recipe using:"},"DevProjectDeploymentsPage":{"title":"Project deployments","desc":"Manage deployed project versions"},"DevProjectDeploymentsTable":{"id":"ID","commit":"Commit","created_at":"Deploy time","user_id":"Deployed by","status":"Estado"},"DeploymentStatus":{"unknown":"N/D","created":"Queued","loading":"Loading","success":"Success","error":"Failed"},"DeleteDeploymentModal":{"trigger":"Eliminar","title":"\xbfEst\xe1s realmente seguro?","desc":"This action cannot be undone. This deployment will be permanently deleted from our servers.","cancel":"Cancelar","submit":"Eliminar","success":"Deployment deleted successfully"},"DeployProjectModal":{"button":"Deploy","title":"New deployment","primary":"All project content will be <b>re-fetched</b> from the source. This option should be used upon updating the documentation source itself.","secondary":"If the new deployment fails, currently stored data <b>will not</b> be replaced. You can always <b>roll back</b> to previous deployments using the \'Redeploy\' option.","tertiary":"Para su propia comodidad, le recomendamos que vuelva a validar autom\xe1ticamente los documentos despu\xe9s de su publicaci\xf3n utilizando nuestro <link>plugin de Gradle</link> en su lugar.","note":"Project configuration remains unchanged. For updating meta information (e.g. source and platforms), please use the Settings dialog instead.","cancel":"Cancelar","submit":"Deploy"},"LiveProjectDeployConnection":{"loading":"Deploying project...","success":"Project deploy successful","error":"Project deploy failed","view":"Ver"},"DevProjectDeploymentPage":{"deployments":"Deployments","title":"Deployment Details","git-config":{"title":"Source coordinates"}},"ProjectGitRevision":{"title":"Git revision","title_current":"Current Git revision","loading":"Deploying project, please stand by...","not_found":"Project has no active deployment"},"ProjectIssueWidget":{"file":"File: <file></file>","date":"Created at: <date></date>","version":"Version: <version></version>"},"ProjectIssueLevel":{"warning":"Warning","error":"Error","unknown":"Desconocido"},"ProjectIssueType":{"meta":"Invalid project metadata","file":"Invalid file","git_clone":"Error cloning repository","git_info":"Error getting commit information","ingestor":"Error importing content","internal":"Internal server error","page_render":"Invalid page","unknown":"Unknown error"},"DeploymentIssues":{"title":"Deployment issues","empty":"No issues found.","issues_found":"Found {count, plural, =1 {1 issue that needs} other {# issues that need}} attention."},"ProjectError":{"requires_auth":"Repository connection requires login credentials but none were provided","no_repository":"Repository not found","repo_too_large":"Repository exceeds allowed file size","no_branch":"Invalid branch specified","no_path":"Metadata file not found at specified path","invalid_meta":"El archivo de metadatos no es v\xe1lido","invalid_page":"Failed to render page contents","duplicate_page":"Duplicate page","unknown_recipe_type":"Unknown recipe type","invalid_ingredient":"Invalid ingredient","invalid_file":"Failed to parse file","invalid_format":"Invalid file format","invalid_resloc":"Invalid Resource Location","invalid_version_branch":"Version branch does not exist","missing_platform_project":"Missing platform project","no_page_title":"Page is missing title","missing_required_attribute":"Page is missing a required metadata attribute","unknown":"Unknown error"},"AdminReports":{"title":"Project Reports","desc":"Manage project reports"},"ResponsiveTable":{"expand":"Expand"},"UsageContentList":{"more":"Show more ..."},"RecipeUsage":{"description":"Can be used to create the following items:","empty":"Has no known usages in crafting."},"ContentCategory":{"all":"All","other":"Otro"},"ContentChangelog":{"toggle":"Show changelog"},"ContentProperties":{"bool":{"true":"Yes","false":"No"},"type":{"block":"Bloque","item":"\xcdtem","other":"Otro"},"properties":{"id":"ID","source_mod":"Source mod","type":"Type","stack_size":"Stack size","required_tool":"Tool","blast_resistance":"Blast resistance","hardness":"Hardness","flammable":"Flammable"}},"DocsLink":{"not_found":"(No encontrado)"},"AdminAccessKeys":{"title":"System access keys","desc":"Provides auth for when non-interactive access is needed, such as CI"},"CreateAccessKeyModal":{"title":"Create access key","desc":"New system access key","button":"Create","name":{"title":"Nombre","desc":"Give your key a name","placeholder":"Deploy staging"},"days_valid":{"title":"Days of validity","desc":"Number of days the key is valid for. Use 0 for no expiration."},"submit":"Submit","submitting":"Submitting..."},"SaveAccessKeyModal":{"title":"Access Key","desc":"Save your generated access key","key":"Access Key","note":"Keep the key value safe. You won\'t be able to access it again.","valid":"The key is valid until {expiry}.","close":"Done"},"DeleteAccessKeyModal":{"title":"Delete Access Key","desc":"Invalidate and delete access key","body":"This will forever delete the access key <name></name>.","cancel":"Cancelar","submit":"Eliminar","success":"Access Key deleted successfully"},"CopyButton":{"copied":"Copied to clipboard"},"InteractiveComponentPlaceholder":{"title":"Content unavailable in preview mode","desc":"Interactive components are currently not supported in the local previewer. The actual contents will be shown here when the project is deployed onto the Wiki website."},"RevalidateCacheModal":{"title":"Revalidate cache tag","desc":"Manually revalidate a cache tag. Used for diagnostic purposes.","button":"Revalidate cache tag","tag":{"title":"Cache Tag","desc":"The cache tag to revalidate"},"success":"Cache tag invalidated successfully"}}')},3673:(a,b,c)=>{"use strict";var d=c(5676),e=Symbol.for("react.transitional.element");if(Symbol.for("react.fragment"),!d.__SERVER_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE)throw Error('The "react" package in this environment is not configured correctly. The "react-server" condition must be enabled in any environment that runs React Server Components.');b.jsx=function(a,b,c){var d=null;if(void 0!==c&&(d=""+c),void 0!==b.key&&(d=""+b.key),"key"in b)for(var f in c={},b)"key"!==f&&(c[f]=b[f]);else c=b;return{$$typeof:e,type:a,key:d,ref:void 0!==(b=c.ref)?b:null,props:c}}},4034:(a,b,c)=>{"use strict";c.r(b),c.d(b,{DiagConsoleLogger:()=>I,DiagLogLevel:()=>d,INVALID_SPANID:()=>al,INVALID_SPAN_CONTEXT:()=>an,INVALID_TRACEID:()=>am,ProxyTracer:()=>aF,ProxyTracerProvider:()=>aH,ROOT_CONTEXT:()=>G,SamplingDecision:()=>g,SpanKind:()=>h,SpanStatusCode:()=>i,TraceFlags:()=>f,ValueType:()=>e,baggageEntryMetadataFromString:()=>E,context:()=>aO,createContextKey:()=>F,createNoopMeter:()=>aa,createTraceState:()=>aN,default:()=>a2,defaultTextMapGetter:()=>ab,defaultTextMapSetter:()=>ac,diag:()=>aP,isSpanContextValid:()=>aA,isValidSpanId:()=>az,isValidTraceId:()=>ay,metrics:()=>aS,propagation:()=>a_,trace:()=>a1});var d,e,f,g,h,i,j="object"==typeof globalThis?globalThis:"object"==typeof self?self:"object"==typeof window?window:"object"==typeof c.g?c.g:{},k="1.9.0",l=/^(\d+)\.(\d+)\.(\d+)(-(.+))?$/,m=function(a){var b=new Set([a]),c=new Set,d=a.match(l);if(!d)return function(){return!1};var e={major:+d[1],minor:+d[2],patch:+d[3],prerelease:d[4]};if(null!=e.prerelease)return function(b){return b===a};function f(a){return c.add(a),!1}return function(a){if(b.has(a))return!0;if(c.has(a))return!1;var d=a.match(l);if(!d)return f(a);var g={major:+d[1],minor:+d[2],patch:+d[3],prerelease:d[4]};if(null!=g.prerelease||e.major!==g.major)return f(a);if(0===e.major)return e.minor===g.minor&&e.patch<=g.patch?(b.add(a),!0):f(a);return e.minor<=g.minor?(b.add(a),!0):f(a)}}(k),n=Symbol.for("opentelemetry.js.api."+k.split(".")[0]);function o(a,b,c,d){void 0===d&&(d=!1);var e,f=j[n]=null!=(e=j[n])?e:{version:k};if(!d&&f[a]){var g=Error("@opentelemetry/api: Attempted duplicate registration of API: "+a);return c.error(g.stack||g.message),!1}if(f.version!==k){var g=Error("@opentelemetry/api: Registration of version v"+f.version+" for "+a+" does not match previously registered API v"+k);return c.error(g.stack||g.message),!1}return f[a]=b,c.debug("@opentelemetry/api: Registered a global for "+a+" v"+k+"."),!0}function p(a){var b,c,d=null==(b=j[n])?void 0:b.version;if(d&&m(d))return null==(c=j[n])?void 0:c[a]}function q(a,b){b.debug("@opentelemetry/api: Unregistering a global for "+a+" v"+k+".");var c=j[n];c&&delete c[a]}var r=function(a,b){var c="function"==typeof Symbol&&a[Symbol.iterator];if(!c)return a;var d,e,f=c.call(a),g=[];try{for(;(void 0===b||b-- >0)&&!(d=f.next()).done;)g.push(d.value)}catch(a){e={error:a}}finally{try{d&&!d.done&&(c=f.return)&&c.call(f)}finally{if(e)throw e.error}}return g},s=function(a,b,c){if(c||2==arguments.length)for(var d,e=0,f=b.length;e<f;e++)!d&&e in b||(d||(d=Array.prototype.slice.call(b,0,e)),d[e]=b[e]);return a.concat(d||Array.prototype.slice.call(b))},t=function(){function a(a){this._namespace=a.namespace||"DiagComponentLogger"}return a.prototype.debug=function(){for(var a=[],b=0;b<arguments.length;b++)a[b]=arguments[b];return u("debug",this._namespace,a)},a.prototype.error=function(){for(var a=[],b=0;b<arguments.length;b++)a[b]=arguments[b];return u("error",this._namespace,a)},a.prototype.info=function(){for(var a=[],b=0;b<arguments.length;b++)a[b]=arguments[b];return u("info",this._namespace,a)},a.prototype.warn=function(){for(var a=[],b=0;b<arguments.length;b++)a[b]=arguments[b];return u("warn",this._namespace,a)},a.prototype.verbose=function(){for(var a=[],b=0;b<arguments.length;b++)a[b]=arguments[b];return u("verbose",this._namespace,a)},a}();function u(a,b,c){var d=p("diag");if(d)return c.unshift(b),d[a].apply(d,s([],r(c),!1))}!function(a){a[a.NONE=0]="NONE",a[a.ERROR=30]="ERROR",a[a.WARN=50]="WARN",a[a.INFO=60]="INFO",a[a.DEBUG=70]="DEBUG",a[a.VERBOSE=80]="VERBOSE",a[a.ALL=9999]="ALL"}(d||(d={}));var v=function(a,b){var c="function"==typeof Symbol&&a[Symbol.iterator];if(!c)return a;var d,e,f=c.call(a),g=[];try{for(;(void 0===b||b-- >0)&&!(d=f.next()).done;)g.push(d.value)}catch(a){e={error:a}}finally{try{d&&!d.done&&(c=f.return)&&c.call(f)}finally{if(e)throw e.error}}return g},w=function(a,b,c){if(c||2==arguments.length)for(var d,e=0,f=b.length;e<f;e++)!d&&e in b||(d||(d=Array.prototype.slice.call(b,0,e)),d[e]=b[e]);return a.concat(d||Array.prototype.slice.call(b))},x=function(){function a(){function a(a){return function(){for(var b=[],c=0;c<arguments.length;c++)b[c]=arguments[c];var d=p("diag");if(d)return d[a].apply(d,w([],v(b),!1))}}var b=this;b.setLogger=function(a,c){if(void 0===c&&(c={logLevel:d.INFO}),a===b){var e,f,g,h=Error("Cannot use diag as the logger for itself. Please use a DiagLogger implementation like ConsoleDiagLogger or a custom implementation");return b.error(null!=(e=h.stack)?e:h.message),!1}"number"==typeof c&&(c={logLevel:c});var i=p("diag"),j=function(a,b){function c(c,d){var e=b[c];return"function"==typeof e&&a>=d?e.bind(b):function(){}}return a<d.NONE?a=d.NONE:a>d.ALL&&(a=d.ALL),b=b||{},{error:c("error",d.ERROR),warn:c("warn",d.WARN),info:c("info",d.INFO),debug:c("debug",d.DEBUG),verbose:c("verbose",d.VERBOSE)}}(null!=(f=c.logLevel)?f:d.INFO,a);if(i&&!c.suppressOverrideMessage){var k=null!=(g=Error().stack)?g:"<failed to generate stacktrace>";i.warn("Current logger will be overwritten from "+k),j.warn("Current logger will overwrite one already registered from "+k)}return o("diag",j,b,!0)},b.disable=function(){q("diag",b)},b.createComponentLogger=function(a){return new t(a)},b.verbose=a("verbose"),b.debug=a("debug"),b.info=a("info"),b.warn=a("warn"),b.error=a("error")}return a.instance=function(){return this._instance||(this._instance=new a),this._instance},a}(),y=function(a,b){var c="function"==typeof Symbol&&a[Symbol.iterator];if(!c)return a;var d,e,f=c.call(a),g=[];try{for(;(void 0===b||b-- >0)&&!(d=f.next()).done;)g.push(d.value)}catch(a){e={error:a}}finally{try{d&&!d.done&&(c=f.return)&&c.call(f)}finally{if(e)throw e.error}}return g},z=function(a){var b="function"==typeof Symbol&&Symbol.iterator,c=b&&a[b],d=0;if(c)return c.call(a);if(a&&"number"==typeof a.length)return{next:function(){return a&&d>=a.length&&(a=void 0),{value:a&&a[d++],done:!a}}};throw TypeError(b?"Object is not iterable.":"Symbol.iterator is not defined.")},A=function(){function a(a){this._entries=a?new Map(a):new Map}return a.prototype.getEntry=function(a){var b=this._entries.get(a);if(b)return Object.assign({},b)},a.prototype.getAllEntries=function(){return Array.from(this._entries.entries()).map(function(a){var b=y(a,2);return[b[0],b[1]]})},a.prototype.setEntry=function(b,c){var d=new a(this._entries);return d._entries.set(b,c),d},a.prototype.removeEntry=function(b){var c=new a(this._entries);return c._entries.delete(b),c},a.prototype.removeEntries=function(){for(var b,c,d=[],e=0;e<arguments.length;e++)d[e]=arguments[e];var f=new a(this._entries);try{for(var g=z(d),h=g.next();!h.done;h=g.next()){var i=h.value;f._entries.delete(i)}}catch(a){b={error:a}}finally{try{h&&!h.done&&(c=g.return)&&c.call(g)}finally{if(b)throw b.error}}return f},a.prototype.clear=function(){return new a},a}(),B=Symbol("BaggageEntryMetadata"),C=x.instance();function D(a){return void 0===a&&(a={}),new A(new Map(Object.entries(a)))}function E(a){return"string"!=typeof a&&(C.error("Cannot create baggage metadata from unknown type: "+typeof a),a=""),{__TYPE__:B,toString:function(){return a}}}function F(a){return Symbol.for(a)}var G=new function a(b){var c=this;c._currentContext=b?new Map(b):new Map,c.getValue=function(a){return c._currentContext.get(a)},c.setValue=function(b,d){var e=new a(c._currentContext);return e._currentContext.set(b,d),e},c.deleteValue=function(b){var d=new a(c._currentContext);return d._currentContext.delete(b),d}},H=[{n:"error",c:"error"},{n:"warn",c:"warn"},{n:"info",c:"info"},{n:"debug",c:"debug"},{n:"verbose",c:"trace"}],I=function(){for(var a=0;a<H.length;a++)this[H[a].n]=function(a){return function(){for(var b=[],c=0;c<arguments.length;c++)b[c]=arguments[c];if(console){var d=console[a];if("function"!=typeof d&&(d=console.log),"function"==typeof d)return d.apply(console,b)}}}(H[a].c)},J=function(){var a=function(b,c){return(a=Object.setPrototypeOf||({__proto__:[]})instanceof Array&&function(a,b){a.__proto__=b}||function(a,b){for(var c in b)Object.prototype.hasOwnProperty.call(b,c)&&(a[c]=b[c])})(b,c)};return function(b,c){if("function"!=typeof c&&null!==c)throw TypeError("Class extends value "+String(c)+" is not a constructor or null");function d(){this.constructor=b}a(b,c),b.prototype=null===c?Object.create(c):(d.prototype=c.prototype,new d)}}(),K=function(){function a(){}return a.prototype.createGauge=function(a,b){return W},a.prototype.createHistogram=function(a,b){return X},a.prototype.createCounter=function(a,b){return V},a.prototype.createUpDownCounter=function(a,b){return Y},a.prototype.createObservableGauge=function(a,b){return $},a.prototype.createObservableCounter=function(a,b){return Z},a.prototype.createObservableUpDownCounter=function(a,b){return _},a.prototype.addBatchObservableCallback=function(a,b){},a.prototype.removeBatchObservableCallback=function(a){},a}(),L=function(){},M=function(a){function b(){return null!==a&&a.apply(this,arguments)||this}return J(b,a),b.prototype.add=function(a,b){},b}(L),N=function(a){function b(){return null!==a&&a.apply(this,arguments)||this}return J(b,a),b.prototype.add=function(a,b){},b}(L),O=function(a){function b(){return null!==a&&a.apply(this,arguments)||this}return J(b,a),b.prototype.record=function(a,b){},b}(L),P=function(a){function b(){return null!==a&&a.apply(this,arguments)||this}return J(b,a),b.prototype.record=function(a,b){},b}(L),Q=function(){function a(){}return a.prototype.addCallback=function(a){},a.prototype.removeCallback=function(a){},a}(),R=function(a){function b(){return null!==a&&a.apply(this,arguments)||this}return J(b,a),b}(Q),S=function(a){function b(){return null!==a&&a.apply(this,arguments)||this}return J(b,a),b}(Q),T=function(a){function b(){return null!==a&&a.apply(this,arguments)||this}return J(b,a),b}(Q),U=new K,V=new M,W=new O,X=new P,Y=new N,Z=new R,$=new S,_=new T;function aa(){return U}!function(a){a[a.INT=0]="INT",a[a.DOUBLE=1]="DOUBLE"}(e||(e={}));var ab={get:function(a,b){if(null!=a)return a[b]},keys:function(a){return null==a?[]:Object.keys(a)}},ac={set:function(a,b,c){null!=a&&(a[b]=c)}},ad=function(a,b){var c="function"==typeof Symbol&&a[Symbol.iterator];if(!c)return a;var d,e,f=c.call(a),g=[];try{for(;(void 0===b||b-- >0)&&!(d=f.next()).done;)g.push(d.value)}catch(a){e={error:a}}finally{try{d&&!d.done&&(c=f.return)&&c.call(f)}finally{if(e)throw e.error}}return g},ae=function(a,b,c){if(c||2==arguments.length)for(var d,e=0,f=b.length;e<f;e++)!d&&e in b||(d||(d=Array.prototype.slice.call(b,0,e)),d[e]=b[e]);return a.concat(d||Array.prototype.slice.call(b))},af=function(){function a(){}return a.prototype.active=function(){return G},a.prototype.with=function(a,b,c){for(var d=[],e=3;e<arguments.length;e++)d[e-3]=arguments[e];return b.call.apply(b,ae([c],ad(d),!1))},a.prototype.bind=function(a,b){return b},a.prototype.enable=function(){return this},a.prototype.disable=function(){return this},a}(),ag=function(a,b){var c="function"==typeof Symbol&&a[Symbol.iterator];if(!c)return a;var d,e,f=c.call(a),g=[];try{for(;(void 0===b||b-- >0)&&!(d=f.next()).done;)g.push(d.value)}catch(a){e={error:a}}finally{try{d&&!d.done&&(c=f.return)&&c.call(f)}finally{if(e)throw e.error}}return g},ah=function(a,b,c){if(c||2==arguments.length)for(var d,e=0,f=b.length;e<f;e++)!d&&e in b||(d||(d=Array.prototype.slice.call(b,0,e)),d[e]=b[e]);return a.concat(d||Array.prototype.slice.call(b))},ai="context",aj=new af,ak=function(){function a(){}return a.getInstance=function(){return this._instance||(this._instance=new a),this._instance},a.prototype.setGlobalContextManager=function(a){return o(ai,a,x.instance())},a.prototype.active=function(){return this._getContextManager().active()},a.prototype.with=function(a,b,c){for(var d,e=[],f=3;f<arguments.length;f++)e[f-3]=arguments[f];return(d=this._getContextManager()).with.apply(d,ah([a,b,c],ag(e),!1))},a.prototype.bind=function(a,b){return this._getContextManager().bind(a,b)},a.prototype._getContextManager=function(){return p(ai)||aj},a.prototype.disable=function(){this._getContextManager().disable(),q(ai,x.instance())},a}();!function(a){a[a.NONE=0]="NONE",a[a.SAMPLED=1]="SAMPLED"}(f||(f={}));var al="0000000000000000",am="00000000000000000000000000000000",an={traceId:am,spanId:al,traceFlags:f.NONE},ao=function(){function a(a){void 0===a&&(a=an),this._spanContext=a}return a.prototype.spanContext=function(){return this._spanContext},a.prototype.setAttribute=function(a,b){return this},a.prototype.setAttributes=function(a){return this},a.prototype.addEvent=function(a,b){return this},a.prototype.addLink=function(a){return this},a.prototype.addLinks=function(a){return this},a.prototype.setStatus=function(a){return this},a.prototype.updateName=function(a){return this},a.prototype.end=function(a){},a.prototype.isRecording=function(){return!1},a.prototype.recordException=function(a,b){},a}(),ap=F("OpenTelemetry Context Key SPAN");function aq(a){return a.getValue(ap)||void 0}function ar(){return aq(ak.getInstance().active())}function as(a,b){return a.setValue(ap,b)}function at(a){return a.deleteValue(ap)}function au(a,b){return as(a,new ao(b))}function av(a){var b;return null==(b=aq(a))?void 0:b.spanContext()}var aw=/^([0-9a-f]{32})$/i,ax=/^[0-9a-f]{16}$/i;function ay(a){return aw.test(a)&&a!==am}function az(a){return ax.test(a)&&a!==al}function aA(a){return ay(a.traceId)&&az(a.spanId)}function aB(a){return new ao(a)}var aC=ak.getInstance(),aD=function(){function a(){}return a.prototype.startSpan=function(a,b,c){if(void 0===c&&(c=aC.active()),null==b?void 0:b.root)return new ao;var d,e=c&&av(c);return"object"==typeof(d=e)&&"string"==typeof d.spanId&&"string"==typeof d.traceId&&"number"==typeof d.traceFlags&&aA(e)?new ao(e):new ao},a.prototype.startActiveSpan=function(a,b,c,d){if(!(arguments.length<2)){2==arguments.length?g=b:3==arguments.length?(e=b,g=c):(e=b,f=c,g=d);var e,f,g,h=null!=f?f:aC.active(),i=this.startSpan(a,e,h),j=as(h,i);return aC.with(j,g,void 0,i)}},a}(),aE=new aD,aF=function(){function a(a,b,c,d){this._provider=a,this.name=b,this.version=c,this.options=d}return a.prototype.startSpan=function(a,b,c){return this._getTracer().startSpan(a,b,c)},a.prototype.startActiveSpan=function(a,b,c,d){var e=this._getTracer();return Reflect.apply(e.startActiveSpan,e,arguments)},a.prototype._getTracer=function(){if(this._delegate)return this._delegate;var a=this._provider.getDelegateTracer(this.name,this.version,this.options);return a?(this._delegate=a,this._delegate):aE},a}(),aG=new(function(){function a(){}return a.prototype.getTracer=function(a,b,c){return new aD},a}()),aH=function(){function a(){}return a.prototype.getTracer=function(a,b,c){var d;return null!=(d=this.getDelegateTracer(a,b,c))?d:new aF(this,a,b,c)},a.prototype.getDelegate=function(){var a;return null!=(a=this._delegate)?a:aG},a.prototype.setDelegate=function(a){this._delegate=a},a.prototype.getDelegateTracer=function(a,b,c){var d;return null==(d=this._delegate)?void 0:d.getTracer(a,b,c)},a}();!function(a){a[a.NOT_RECORD=0]="NOT_RECORD",a[a.RECORD=1]="RECORD",a[a.RECORD_AND_SAMPLED=2]="RECORD_AND_SAMPLED"}(g||(g={})),function(a){a[a.INTERNAL=0]="INTERNAL",a[a.SERVER=1]="SERVER",a[a.CLIENT=2]="CLIENT",a[a.PRODUCER=3]="PRODUCER",a[a.CONSUMER=4]="CONSUMER"}(h||(h={})),function(a){a[a.UNSET=0]="UNSET",a[a.OK=1]="OK",a[a.ERROR=2]="ERROR"}(i||(i={}));var aI="[_0-9a-z-*/]",aJ=RegExp("^(?:[a-z]"+aI+"{0,255}|"+("[a-z0-9]"+aI+"{0,240}@[a-z]")+aI+"{0,13})$"),aK=/^[ -~]{0,255}[!-~]$/,aL=/,|=/,aM=function(){function a(a){this._internalState=new Map,a&&this._parse(a)}return a.prototype.set=function(a,b){var c=this._clone();return c._internalState.has(a)&&c._internalState.delete(a),c._internalState.set(a,b),c},a.prototype.unset=function(a){var b=this._clone();return b._internalState.delete(a),b},a.prototype.get=function(a){return this._internalState.get(a)},a.prototype.serialize=function(){var a=this;return this._keys().reduce(function(b,c){return b.push(c+"="+a.get(c)),b},[]).join(",")},a.prototype._parse=function(a){!(a.length>512)&&(this._internalState=a.split(",").reverse().reduce(function(a,b){var c=b.trim(),d=c.indexOf("=");if(-1!==d){var e=c.slice(0,d),f=c.slice(d+1,b.length);aJ.test(e)&&aK.test(f)&&!aL.test(f)&&a.set(e,f)}return a},new Map),this._internalState.size>32&&(this._internalState=new Map(Array.from(this._internalState.entries()).reverse().slice(0,32))))},a.prototype._keys=function(){return Array.from(this._internalState.keys()).reverse()},a.prototype._clone=function(){var b=new a;return b._internalState=new Map(this._internalState),b},a}();function aN(a){return new aM(a)}var aO=ak.getInstance(),aP=x.instance(),aQ=new(function(){function a(){}return a.prototype.getMeter=function(a,b,c){return U},a}()),aR="metrics",aS=(function(){function a(){}return a.getInstance=function(){return this._instance||(this._instance=new a),this._instance},a.prototype.setGlobalMeterProvider=function(a){return o(aR,a,x.instance())},a.prototype.getMeterProvider=function(){return p(aR)||aQ},a.prototype.getMeter=function(a,b,c){return this.getMeterProvider().getMeter(a,b,c)},a.prototype.disable=function(){q(aR,x.instance())},a})().getInstance(),aT=function(){function a(){}return a.prototype.inject=function(a,b){},a.prototype.extract=function(a,b){return a},a.prototype.fields=function(){return[]},a}(),aU=F("OpenTelemetry Baggage Key");function aV(a){return a.getValue(aU)||void 0}function aW(){return aV(ak.getInstance().active())}function aX(a,b){return a.setValue(aU,b)}function aY(a){return a.deleteValue(aU)}var aZ="propagation",a$=new aT,a_=(function(){function a(){this.createBaggage=D,this.getBaggage=aV,this.getActiveBaggage=aW,this.setBaggage=aX,this.deleteBaggage=aY}return a.getInstance=function(){return this._instance||(this._instance=new a),this._instance},a.prototype.setGlobalPropagator=function(a){return o(aZ,a,x.instance())},a.prototype.inject=function(a,b,c){return void 0===c&&(c=ac),this._getGlobalPropagator().inject(a,b,c)},a.prototype.extract=function(a,b,c){return void 0===c&&(c=ab),this._getGlobalPropagator().extract(a,b,c)},a.prototype.fields=function(){return this._getGlobalPropagator().fields()},a.prototype.disable=function(){q(aZ,x.instance())},a.prototype._getGlobalPropagator=function(){return p(aZ)||a$},a})().getInstance(),a0="trace",a1=(function(){function a(){this._proxyTracerProvider=new aH,this.wrapSpanContext=aB,this.isSpanContextValid=aA,this.deleteSpan=at,this.getSpan=aq,this.getActiveSpan=ar,this.getSpanContext=av,this.setSpan=as,this.setSpanContext=au}return a.getInstance=function(){return this._instance||(this._instance=new a),this._instance},a.prototype.setGlobalTracerProvider=function(a){var b=o(a0,this._proxyTracerProvider,x.instance());return b&&this._proxyTracerProvider.setDelegate(a),b},a.prototype.getTracerProvider=function(){return p(a0)||this._proxyTracerProvider},a.prototype.getTracer=function(a,b){return this.getTracerProvider().getTracer(a,b)},a.prototype.disable=function(){q(a0,x.instance()),this._proxyTracerProvider=new aH},a})().getInstance();let a2={context:aO,diag:aP,metrics:aS,propagation:a_,trace:a1}},4603:a=>{"use strict";a.exports=JSON.parse('{"Badges":{"local":"Local","latest":"Latest","admin":"Admin"},"NavigationHeader":{"title":"Modded Minecraft Wiki","title_short":"Wiki","badge":{"preview":"PREVIEW MODE","beta":"Beta"},"link":{"home":"Home","browse":"Browse","about":"About"}},"NavigationFooter":{"title":"Modded Minecraft Wiki","links":{"navigation":{"title":"Navigation","home":"Homepage","browse":"Browse","dev":"Developers"},"links":{"title":"Links"},"resources":{"title":"Resources","blog":"Blog","status":"Status","translate":"Help us translate"},"about":{"title":"About","tos":"Terms of Service","privacy":"Privacy Policy","contact":"Contact"}}},"HomePage":{"title":"Welcome to the <highlight>Modded Minecraft Wiki</highlight>","subtitle":"Your go-to resource for discovering, creating, and contributing to Minecraft-related projects.","popular":{"title":"Popular Wikis","open":"Read more","disclaimer":"These projects are highlighted based on their popularity through view statistics and are not officially endorsed by Modded Minecraft Wiki."},"community":{"title":"Join Our Community","users":{"title":"Users","subtitle":"Explore our featured projects and enjoy these benefits:","docs":"Access high-quality, up-to-date and versioned documentation","contribute":"Contribute to projects without programming knowledge","ui":"Enjoy a consistent, user-friendly interface across all projects","localization":"Benefit from multi-language support"},"authors":{"title":"Authors","subtitle":"Get access to the Project Dashboard and enjoy these benefits:","vcs":"Versioning support for your documentation","components":"Built-in components for recipes, assets, etc.","gradle":"Gradle integration for seamless workflow","management":"Advanced project management tools","interaction":"Direct interaction with your user base","dashboard":"Open Dashboard","guide":"Read More"}},"browse":"Browse Projects","highlights":{"localization":{"title":"Localization","desc":"Translate your docs into world languages"},"accessibility":{"title":"Accessible","desc":"Intuitive and responsive user interface"},"open":{"title":"Open","desc":"Let your users contribute without any programming knowledge necessary"},"free":{"title":"Free","desc":"Hosting docs on our website is completely free of charge!"}},"about":{"title":"About Us","maintainers":"The Wiki is built and maintained by <b>Sinytra</b>, a dedicated team of passionate developers focused on delivering high-quality, Free and Open Source software for the Minecraft modding community.","mission":"Our goal is to empower modders and players alike by providing the tools and resources necessary to create, document, and explore the endless possibilities of modded Minecraft."},"blog":{"title":"Blog Posts","open":"Read More"}},"BrowsePage":{"sidebar":{"title":"Browse projects","search_filters":"Search filters...","categories":"Categories"},"sorting":"Sort by","sort":{"relevance":"Relevance","creation_date":"Creation date","popularity":"Popularity","az":"A-Z","za":"Z-A"},"search":"Search projects...","clear_filter":"Clear filters","no_results":"Search query returned no results!"},"SearchProjectTypes":{"mod":"Mods","modpack":"Modpacks","resourcepack":"Resource packs","datapack":"Data packs","shader":"Shaders","plugin":"Plugins"},"ProjectTypes":{"mod":"Mod","modpack":"Modpack","resourcepack":"Resource pack","datapack":"Data pack","shader":"Shader","plugin":"Plugin"},"LoadingContent":{"message":"Loading..."},"MetaDocsNavigation":{"title":"Navigation","about":"About","devs":"Author guide","components":"Components","help":"Get help","tos":"Terms of Use","privacy":"Privacy Policy","security":"Security Notice"},"Login":{"title":"Login required","desc":"The page you are trying to access requires you to log in.","prompt":"Please use your GitHub account to continue.","button":"Log in with GitHub"},"Preview":{"title":"Preview mode is enabled","desc":"Preview mode enables a minimal user interface, allowing you to focus on drafting your docs locally before they are published.","roots":"Available local documentation roots","open":"Open"},"DocsProjectInfo":{"title":"Project information","type":"Type","author":"Author","tags":"Tags","latest":{"title":"Latest version","unknown":"N/A"},"license":{"title":"License","custom":"Custom","unknown":"Unknown","arr":"All Rights Reserved"}},"ProjectCategories":{"adventure":"Adventure","cursed":"Cursed","decoration":"Decoration","economy":"Economy","equipment":"Equipment","food":"Food","game-mechanics":"Game Mechanics","library":"Library","magic":"Magic","management":"Management","minigame":"Minigame","mobs":"Mobs","optimization":"Optimization","social":"Social","storage":"Storage","technology":"Technology","transportation":"Transporation","utility":"Utility","worldgen":"Worldgen","server-utility":"Server Utility","armor-weapons-tools":"Armor, Tools, and Weapons","library-api":"API and Library","adventure-rpg":"Adventure and RPG","world-gen":"World Gen","cosmetic":"Cosmetic","mc-food":"Food","performance":"Performance","map-information":"Map and Information","bug-fixes":"Bug Fixes","mc-addons":"Addons","education":"Education","mc-miscellaneous":"Miscellaneous","redstone":"Redstone","utility-qol":"Utility & QoL","mc-creator":"MCreator"},"PageEditControls":{"edit_gh":"Edit this page","report":"Report this page","report_button":"Report page","last_updated":"Last updated: <date></date>"},"Report":{"title":"Report a documentation page","desc":"Report content that violates our <tos>Terms of Service</tos> or <cr>Content Rules</cr>.","contact":"For auditing purposes, your <b>username</b> will be included in the report.","confidential":"Your privacy is important to us, and this information will always be kept confidential.","privacy":"For more information, please refer to our <link>Privacy Policy</link>.","form":{"id":{"title":"Project ID","desc":"Reported project ID."},"path":{"title":"Page path","desc":"Reported documentation page path."},"locale":{"title":"Locale","desc":"Applied if the content lies within a localized subpath.","placeholder":"N/A"},"version":{"title":"Version","desc":"Applied if the content lies within a named version.","placeholder":"N/A"},"reason":{"title":"Reason*","placeholder":"Select a reason for reporting this content","desc":"Reason for reporting this content.","dislike":"I just don\'t like it"},"details":{"title":"Details*","placeholder":"Please provide more details on why you\'re reporting this content. Note that empty reports will be ignored.","desc":"Additional details about the issue."},"dislike":{"title":"We understand that you may not like this content, and that\'s totally okay!","desc":"Unfortunately, however, it is not a valid reason to report a project.","suggestion":"Would you like to look for something else to explore instead?","explore":"Explore projects"},"success":"Report submitted successfully"}},"ProjectReportReason":{"spam":"Spam","copyright":"Copyright Infringement","content_rules":"Violates Content Rules","tos":"Violates Terms of Service","unknown":"Unknown"},"ProjectReportStatus":{"new":"New","dismissed":"Dismissed","accepted":"Accepted","unknown":"Unknown"},"ProjectReportType":{"project":"Project","docs":"Docs page","content":"Content page","unknown":"Unknown"},"ViewReportPage":{"reports":"Reports","title":"Report details","desc":"Viewing report details for {id}","details":{"reporter":"Reported by","project_id":"Project ID","path":"Path","body":"Body","reason":"Reason","created_at":"Created at","status":"Status","type":"Type","locale":"Locale","version":"Version"},"actions":{"dismiss":"Dismiss","accept":"Accept"},"toast":{"accept":"Report accepted","dismiss":"Report dismissed"}},"SubmitButton":{"title":"Submit"},"Callout":{"default":"Heads up!","info":"Info","warning":"Warning","danger":"Danger"},"ProjectRegisterForm":{"button":"New Project","title":"Register project","desc":"Register a new project to the wiki.","repo":{"title":"Repository URL","desc":"This is the address you use to clone your repository.","placeholder":"https://github.com/ExampleUser/ExampleMod"},"branch":{"title":"Branch","desc":"Primary branch ref. You can specify additional branches to include in your metadata file."},"path":{"title":"Path to documentation root","desc":"Path to the folder containing the metadata file."},"admin":"Wiki admin settings","is_community":{"title":"Community-maintained project"},"errors":{"details":"Show details"},"connect_modrinth":{"desc":"Connect your <b>Modrinth account</b> in Settings to easily verify platform project ownership at any time.","settings":"Open Settings"},"submit":"Submit","success":{"title":"Project registered successfully","desc":"You can now navigate to the project\'s docs page"},"submitting":"Submitting...","verify_modrinth":"Verify using Modrinth"},"ProjectSettingsForm":{"title":"Edit project","desc":"Edit an existing project\'s settings.","button":"Settings","success":{"title":"Project updated successfully","desc":"You can now navigate to the updated project\'s docs page"}},"ProjectDeleteForm":{"trigger":"Delete project","title":"Are you absolutely sure?","desc":"This action cannot be undone. This will permanently delete your project and remove all associated data from our servers.","cancel":"Cancel","submit":"Delete","success":"Project deleted successfully"},"FormActions":{"errors":{"unauthorized":"User authentication error","internal":"Internal Server Error, please try again later.","unknown":"An unknown error has occurred, please try again later.","no_platforms":"No platform projects defined in metadata.","no_project":"Platform project not found. Please make sure the metadata \\"slug\\" field is correct.","unsupported_type":"Unsupported project type","ownership":"Failed to verify project ownership","cf_unavailable":"Registering CurseForge projects is not active","requires_auth":"Repository connection requires login credentials but none were provided","no_repository":"Repository not found","no_branch":"Invalid branch specified","no_path":"Metadata file not found at specified path","invalid_meta":"Metadata file is invalid","unsupported":"Not yet implemented","exists":"Project already exists.","not_found":"Project does not exist","illegal_id":"Illegal project ID","not_owner":"User is not authorized to register this project"}},"CommunityBadge":{"title":"Community","desc":"Unofficial documentation maintained by the community"},"DocsPageNotFoundError":{"title":"We lost this page","desc":"The requested documentation page is not available at the moment.","suggestion":"Please try again later or report this issue to the project author.","submit":"Submit issue","return":"Return Home"},"GetStartedButton":{"title":"Create your first project"},"ProjectHomepage":{"overview":{"intro":"<project></project> is a {type} created by <authors></authors>.","availability":"Available for <versions></versions>. Latest version built for <latest></latest>. First released for <first></first>.","tags":"Tagged:"},"description":{"title":"Description"},"navigation":{"title":"Navigation","docs":{"title":"Browse documentation","desc":"{pages} pages available."},"content":{"title":"Browse content","desc":"{items} in-game items."}},"links":{"title":"Links","website":"Website","source_code":"Source code"},"license":{"title":"Licenses","project":"Project License","arr":"All Rights Reserved","unknown":"Unknown","wiki":"Wiki License","default":"Wiki content <link>partially made available</link> under the <license></license> license."}},"ProjectDocsHomepage":{"title":"Home"},"DocsHomepagePlaceholder":{"title":"Homepage placeholder","subtitle":"Due to API restrictions, project metadata is not available for CurseForge projects in local environments.","replace":"Don\'t worry! We\'ll replace this placeholder with the project\'s actual description once deployed on the live wiki website."},"DocsSearchBar":{"placeholder":"Search wiki contents...","no_results":"No results found!","loading":"Finding the perfect results...","results":"Showing <highlight>{count}</highlight> of <highlight>{total}</highlight> results","close":"<kbd>ESC</kbd> to close"},"DocsChangelogPage":{"title":"Changelog"},"DocsLeftSidebar":{"title":"Documentation","homepage":"Home"},"DocsContentRightSidebar":{"title":"Entry information"},"DocsNonContentRightSidebar":{"title":"On this page"},"DocsVersionSelector":{"placeholder":"Select version","latest":"Latest"},"ModVersionRange":{"desc":"+{count} more"},"LanguageSelect":{"placeholder":"Search languages...","no_results":"No language found."},"ProjectStatus":{"unknown":"Unknown","loading":"Initializing","healthy":"Loaded","at_risk":"Requires attention","error":"Errored"},"DevProjectsListPage":{"project":{"manage":"Manage"},"empty":{"primary":"Looks like you haven\'t created any projects yet","secondary":"Get started by reading our <guide>author guide</guide>."}},"DevProjectPage":{"breadcrumbs":{"home":"Home"},"toolbar":{"view":"View","deployments":"Deployments"},"overview":{"title":"Project overview","desc":"Project information summary"},"source":{"title":"Project Source","repo":"Repository","branch":"Branch","path":"Path","public":"Public"},"platforms":{"title":"Platforms","desc":"Project hosting platforms","headers":{"platform":"Platform","slug":"Slug / ID","link":"Link"},"open":"Open"},"information":{"title":"Information","desc":"Resolved information","type":"Type","status":"Status","created_at":"Created at"},"revision":{"title":"Current git revision","reloading":"Reloading project, please stand by...","not_found":"No revision found. Try reloading the project."}},"DevProjectSettingsPage":{"title":"Project settings","desc":"Configure project properties"},"DevProjectVersionsPage":{"title":"Project versions","desc":"Browse project content versions"},"DevProjectHealthPage":{"title":"Project health","desc":"Monitor project status and issues","errors":{"title":"Project issue report","desc":"Ongoing warnings & errors","empty":"No issues found"}},"DevProjectMembersPage":{"title":"Project members","desc":"Manage project members & permissions","roles":{"owner":"Owner"},"actions":{"manage":"Manage"}},"DevProjectContentItemsPage":{"title":"Project items","desc":"Browse project items"},"DevProjectContentRecipesPage":{"title":"Project recipes","desc":"Browse project crafting recipes"},"DevProjectContentTagsPage":{"title":"Project tags","desc":"Browse project tags"},"DevProjectLogs":{"title":"Deployment log","show":"Show","unloaded":"Not loaded","waiting":"Waiting for server...","loading":"Loading...","error":"Error loading logs","toast":{"success":"Project setup complete","error":"Error during project setup"}},"DeveloperSidebar":{"teams":{"personal":"Personal"},"groups":{"projects":"Projects","platform":"Platform","admin":"Administration"},"nav":{"projects":"Projects","documentation":"Documentation","settings":"Settings","admin":"System settings"}},"DevSidebarContextSwitcher":{"title":"Teams"},"DevSidebarUser":{"logout":{"button":"Log out","title":"Logout","desc":"Logging out..."},"unknown_avatar":"N/A"},"UserSettings":{"breadcrumbs":{"home":"Home","settings":"Settings"},"profile":{"bio":"Modded Minecraft Wiki creator","join_date":"Joined {date}","admin":"Admin"},"connections":{"title":"Connections","modrinth":{"title":"Modrinth account","desc":"Used to verify project ownership","connect":"Connect","view":"View","disconnect":"Disconnect"}},"account":{"title":"Account","delete":{"title":"Delete account","desc":"Forever delete all account data","button":"Delete account"},"delete_modal":{"title":"Delete account","desc":"Are you sure you want to delete this account? This is a destructive action that cannot be undone.","cancel":"Cancel","button":"Delete forever"}},"toast":{"unlink":{"success":"Account unlinked successfully","error":"Error unlinking account"}}},"AuthFailure":{"title":"Authentication failure","desc":"An unexpected error has occured while trying to log in. Please try again later.","status":"Check status","return":"Return home","report":"Report Bug"},"BuiltinRecipeTypes":{"blasting":"Blasting","campfire_cooking":"Campfire cooking","crafting_shaped":"Shaped Crafting","crafting_shapeless":"Shapeless Crafting","smelting":"Smelting","smithing_transform":"Smithing","smoking":"Smoking","stonecutting":"Stonecutting"},"DocsEntryTabs":{"history":"Show history","home":"Show content"},"DevProjectSidebar":{"groups":{"project":"Project","content":"Content"},"nav":{"home":"Overview","settings":"Settings","members":"Members","deployments":"Deployments","health":"Health","versions":"Versions","content":"Items","tags":"Tags","recipes":"Recipes"}},"PrefabObtaining":{"recipe":"Recipe"},"PrefabUsage":{"usage":"Usage"},"AdminSidebar":{"groups":{"home":"Home","data":"Data","system":"System","moderation":"Moderation"},"nav":{"home":"Overview","data_imports":"Data Imports","access_keys":"Access Keys","migrations":"Migrations","users":"Users","projects":"Projects","config":"Configuration","reports":"Reports","audit_log":"Audit Log","return":"Return"}},"AdminDataImports":{"title":"System data imports","desc":"Imported game data"},"AdminMigrations":{"title":"Data migrations","desc":"Available data migrations"},"EmptyDataTable":{"guide":"Read the <link>author guide</link> to find out more on how to integrate game data into your project."},"DataTable":{"no_results":"No results.","filter":"Filter rows...","previous":"Previous","next":"Next"},"DevProjectVersionsTable":{"name":"Name","branch":"Branch","empty":{"title":"No additional versions were found in your project.","desc":"Read the <link>author guide</link> to learn more about project versioning."}},"DevProjectItemsTable":{"icon":"Icon","id":"Identifier","name":"Name","path":"Page path (internal)","actions":{"open":"Open menu","title":"Actions","view":"View"},"empty":{"title":"No items were found in your project.","desc":"Project items are automatically detected from content pages and included game files."}},"DevProjectTagsTable":{"id":"Identifier","items":"Item count","empty":{"title":"No tags were found in your project."}},"DevProjectRecipesTable":{"type":"Type","id":"Identifier","empty":{"title":"No recipes were found in your project."}},"ResolvedProjectRecipe":{"type":"Recipe Type","input":"Ingredients","output":"Outputs","preview":"Recipe preview","workbenches":"You can craft this recipe using:"},"DevProjectDeploymentsPage":{"title":"Project deployments","desc":"Manage deployed project versions"},"DevProjectDeploymentsTable":{"id":"ID","commit":"Commit","created_at":"Deploy time","user_id":"Deployed by","status":"Status"},"DeploymentStatus":{"unknown":"N/A","created":"Queued","loading":"Loading","success":"Success","error":"Failed"},"DeleteDeploymentModal":{"trigger":"Delete","title":"Are you absolutely sure?","desc":"This action cannot be undone. This deployment will be permanently deleted from our servers.","cancel":"Cancel","submit":"Delete","success":"Deployment deleted successfully"},"DeployProjectModal":{"button":"Deploy","title":"New deployment","primary":"All project content will be <b>re-fetched</b> from the source. This option should be used upon updating the documentation source itself.","secondary":"If the new deployment fails, currently stored data <b>will not</b> be replaced. You can always <b>roll back</b> to previous deployments using the \'Redeploy\' option.","tertiary":"For your own convenience, we recommend automatically revalidating docs after publication using our <link>Gradle plugin</link> instead.","note":"Project configuration remains unchanged. For updating meta information (e.g. source and platforms), please use the Settings dialog instead.","cancel":"Cancel","submit":"Deploy"},"LiveProjectDeployConnection":{"loading":"Deploying project...","success":"Project deploy successful","error":"Project deploy failed","view":"View"},"DevProjectDeploymentPage":{"deployments":"Deployments","title":"Deployment Details","git-config":{"title":"Source coordinates"}},"ProjectGitRevision":{"title":"Git revision","title_current":"Current Git revision","loading":"Deploying project, please stand by...","not_found":"Project has no active deployment"},"ProjectIssueWidget":{"file":"File: <file></file>","date":"Created at: <date></date>","version":"Version: <version></version>"},"ProjectIssueLevel":{"warning":"Warning","error":"Error","unknown":"Unknown"},"ProjectIssueType":{"meta":"Invalid project metadata","file":"Invalid file","git_clone":"Error cloning repository","git_info":"Error getting commit information","ingestor":"Error importing content","internal":"Internal server error","page_render":"Invalid page","unknown":"Unknown error"},"DeploymentIssues":{"title":"Deployment issues","empty":"No issues found.","issues_found":"Found {count, plural, =1 {1 issue that needs} other {# issues that need}} attention."},"ProjectError":{"requires_auth":"Repository connection requires login credentials but none were provided","no_repository":"Repository not found","repo_too_large":"Repository exceeds allowed file size","no_branch":"Invalid branch specified","no_path":"Metadata file not found at specified path","invalid_meta":"Metadata file is invalid","invalid_page":"Failed to render page contents","duplicate_page":"Duplicate page","unknown_recipe_type":"Unknown recipe type","invalid_ingredient":"Invalid ingredient","invalid_file":"Failed to parse file","invalid_format":"Invalid file format","invalid_resloc":"Invalid Resource Location","invalid_version_branch":"Version branch does not exist","missing_platform_project":"Missing platform project","no_page_title":"Page is missing title","missing_required_attribute":"Page is missing a required metadata attribute","unknown":"Unknown error"},"AdminReports":{"title":"Project Reports","desc":"Manage project reports"},"ResponsiveTable":{"expand":"Expand"},"UsageContentList":{"more":"Show more ..."},"RecipeUsage":{"description":"Can be used to create the following items:","empty":"Has no known usages in crafting."},"ContentCategory":{"all":"All","other":"Other"},"ContentChangelog":{"toggle":"Show changelog"},"ContentProperties":{"bool":{"true":"Yes","false":"No"},"type":{"block":"Block","item":"Item","other":"Other"},"properties":{"id":"ID","source_mod":"Source mod","type":"Type","stack_size":"Stack size","required_tool":"Tool","blast_resistance":"Blast resistance","hardness":"Hardness","flammable":"Flammable"}},"DocsLink":{"not_found":"(Not found)"},"AdminAccessKeys":{"title":"System access keys","desc":"Provides auth for when non-interactive access is needed, such as CI"},"CreateAccessKeyModal":{"title":"Create access key","desc":"New system access key","button":"Create","name":{"title":"Name","desc":"Give your key a name","placeholder":"Deploy staging"},"days_valid":{"title":"Days of validity","desc":"Number of days the key is valid for. Use 0 for no expiration."},"submit":"Submit","submitting":"Submitting..."},"SaveAccessKeyModal":{"title":"Access Key","desc":"Save your generated access key","key":"Access Key","note":"Keep the key value safe. You won\'t be able to access it again.","valid":"The key is valid until {expiry}.","close":"Done"},"DeleteAccessKeyModal":{"title":"Delete Access Key","desc":"Invalidate and delete access key","body":"This will forever delete the access key <name></name>.","cancel":"Cancel","submit":"Delete","success":"Access Key deleted successfully"},"CopyButton":{"copied":"Copied to clipboard"},"InteractiveComponentPlaceholder":{"title":"Content unavailable in preview mode","desc":"Interactive components are currently not supported in the local previewer. The actual contents will be shown here when the project is deployed onto the Wiki website."},"RevalidateCacheModal":{"title":"Revalidate cache tag","desc":"Manually revalidate a cache tag. Used for diagnostic purposes.","button":"Revalidate cache tag","tag":{"title":"Cache Tag","desc":"The cache tag to revalidate"},"success":"Cache tag invalidated successfully"}}')},4687:a=>{"use strict";a.exports=JSON.parse('{"Badges":{"local":"Local","latest":"Latest","admin":"Admin"},"NavigationHeader":{"title":"Modded Minecraft Wiki","title_short":"Wiki","badge":{"preview":"MODALITA\' ANTEPRIMA","beta":"Beta"},"link":{"home":"Home","browse":"Esplora","about":"Info"}},"NavigationFooter":{"title":"Modded Minecraft Wiki","links":{"navigation":{"title":"Esplora","home":"Home","browse":"Esplora","dev":"Sviluppatori"},"links":{"title":"Link"},"resources":{"title":"Risorse","blog":"Blog","status":"Stato","translate":"Aiutaci nelle traduzioni"},"about":{"title":"Info","tos":"Termini di Servizio","privacy":"Informativa sulla Privacy","contact":"Contatti"}}},"HomePage":{"title":"Benvenuto nella <highlight>Modded Minecraft Wiki</highlight>","subtitle":"La tua miglior risorsa per scoprire, creare, e contribuire a progetti relativi a Minecraft.","popular":{"title":"Wiki Popolari","open":"Leggi di pi\xf9","disclaimer":"Questi progetti sono evidenziati basandosi sulla loro popolarit\xe0 attraverso statistiche di visualizzazioni e non sono ufficialmente supportate da Moded Minecraft Wiki."},"community":{"title":"Entra nella nostra Community","users":{"title":"Utenti","subtitle":"Esploare i progetti in evidenza e goditi quesiti vantaggi:","docs":"Access high-quality, up-to-date and versioned documentation","contribute":"Contribute to projects without programming knowledge","ui":"Enjoy a consistent, user-friendly interface across all projects","localization":"Benefit from multi-language support"},"authors":{"title":"Autori","subtitle":"Get access to the Project Dashboard and enjoy these benefits:","vcs":"Versioning support for your documentation","components":"Built-in components for recipes, assets, etc.","gradle":"Gradle integration for seamless workflow","management":"Advanced project management tools","interaction":"Direct interaction with your user base","dashboard":"Open Dashboard","guide":"Leggi di pi\xf9"}},"browse":"Scopri progetti","highlights":{"localization":{"title":"Localizzazione","desc":"Translate your docs into world languages"},"accessibility":{"title":"Accessible","desc":"Un interfaccia utente intuitiva e responsiva"},"open":{"title":"Aperto","desc":"Let your users contribute without any programming knowledge necessary"},"free":{"title":"Free","desc":"Hosting docs on our website is completely free of charge!"}},"about":{"title":"About Us","maintainers":"The Wiki is built and maintained by <b>Sinytra</b>, a dedicated team of passionate developers focused on delivering high-quality, Free and Open Source software for the Minecraft modding community.","mission":"Our goal is to empower modders and players alike by providing the tools and resources necessary to create, document, and explore the endless possibilities of modded Minecraft."},"blog":{"title":"Blog Posts","open":"Leggi di pi\xf9"}},"BrowsePage":{"sidebar":{"title":"Browse projects","search_filters":"Search filters...","categories":"Categories"},"sorting":"Sort by","sort":{"relevance":"Relevance","creation_date":"Creation date","popularity":"Popularity","az":"A-Z","za":"Z-A"},"search":"Search projects...","clear_filter":"Clear filters","no_results":"Search query returned no results!"},"SearchProjectTypes":{"mod":"Mods","modpack":"Modpacks","resourcepack":"Resource packs","datapack":"Data packs","shader":"Shaders","plugin":"Plugins"},"ProjectTypes":{"mod":"Mod","modpack":"Modpack","resourcepack":"Resource pack","datapack":"Data pack","shader":"Shader","plugin":"Plugin"},"LoadingContent":{"message":"Loading..."},"MetaDocsNavigation":{"title":"Esplora","about":"Info","devs":"Author guide","components":"Components","help":"Get help","tos":"Terms of Use","privacy":"Informativa sulla Privacy","security":"Security Notice"},"Login":{"title":"Login required","desc":"The page you are trying to access requires you to log in.","prompt":"Please use your GitHub account to continue.","button":"Log in with GitHub"},"Preview":{"title":"Preview mode is enabled","desc":"Preview mode enables a minimal user interface, allowing you to focus on drafting your docs locally before they are published.","roots":"Available local documentation roots","open":"Aperto"},"DocsProjectInfo":{"title":"Project information","type":"Type","author":"Author","tags":"Tags","latest":{"title":"Latest version","unknown":"N/A"},"license":{"title":"License","custom":"Custom","unknown":"Unknown","arr":"All Rights Reserved"}},"ProjectCategories":{"adventure":"Adventure","cursed":"Cursed","decoration":"Decoration","economy":"Economy","equipment":"Equipment","food":"Food","game-mechanics":"Game Mechanics","library":"Library","magic":"Magic","management":"Management","minigame":"Minigame","mobs":"Mobs","optimization":"Optimization","social":"Social","storage":"Storage","technology":"Technology","transportation":"Transporation","utility":"Utility","worldgen":"Worldgen","server-utility":"Server Utility","armor-weapons-tools":"Armor, Tools, and Weapons","library-api":"API and Library","adventure-rpg":"Adventure and RPG","world-gen":"World Gen","cosmetic":"Cosmetic","mc-food":"Food","performance":"Performance","map-information":"Map and Information","bug-fixes":"Bug Fixes","mc-addons":"Addons","education":"Education","mc-miscellaneous":"Miscellaneous","redstone":"Redstone","utility-qol":"Utility & QoL","mc-creator":"MCreator"},"PageEditControls":{"edit_gh":"Edit this page","report":"Report this page","report_button":"Report page","last_updated":"Last updated: <date></date>"},"Report":{"title":"Report a documentation page","desc":"Report content that violates our <tos>Terms of Service</tos> or <cr>Content Rules</cr>.","contact":"For auditing purposes, your <b>username</b> will be included in the report.","confidential":"Your privacy is important to us, and this information will always be kept confidential.","privacy":"For more information, please refer to our <link>Privacy Policy</link>.","form":{"id":{"title":"Project ID","desc":"Reported project ID."},"path":{"title":"Page path","desc":"Reported documentation page path."},"locale":{"title":"Locale","desc":"Applied if the content lies within a localized subpath.","placeholder":"N/A"},"version":{"title":"Version","desc":"Applied if the content lies within a named version.","placeholder":"N/A"},"reason":{"title":"Reason*","placeholder":"Select a reason for reporting this content","desc":"Reason for reporting this content.","dislike":"I just don\'t like it"},"details":{"title":"Details*","placeholder":"Please provide more details on why you\'re reporting this content. Note that empty reports will be ignored.","desc":"Additional details about the issue."},"dislike":{"title":"We understand that you may not like this content, and that\'s totally okay!","desc":"Unfortunately, however, it is not a valid reason to report a project.","suggestion":"Would you like to look for something else to explore instead?","explore":"Explore projects"},"success":"Report submitted successfully"}},"ProjectReportReason":{"spam":"Spam","copyright":"Copyright Infringement","content_rules":"Violates Content Rules","tos":"Violates Terms of Service","unknown":"Unknown"},"ProjectReportStatus":{"new":"New","dismissed":"Dismissed","accepted":"Accepted","unknown":"Unknown"},"ProjectReportType":{"project":"Project","docs":"Docs page","content":"Content page","unknown":"Unknown"},"ViewReportPage":{"reports":"Reports","title":"Report details","desc":"Viewing report details for {id}","details":{"reporter":"Reported by","project_id":"Project ID","path":"Path","body":"Body","reason":"Reason","created_at":"Created at","status":"Stato","type":"Type","locale":"Locale","version":"Version"},"actions":{"dismiss":"Dismiss","accept":"Accept"},"toast":{"accept":"Report accepted","dismiss":"Report dismissed"}},"SubmitButton":{"title":"Submit"},"Callout":{"default":"Heads up!","info":"Info","warning":"Warning","danger":"Danger"},"ProjectRegisterForm":{"button":"New Project","title":"Register project","desc":"Register a new project to the wiki.","repo":{"title":"Repository URL","desc":"This is the address you use to clone your repository.","placeholder":"https://github.com/ExampleUser/ExampleMod"},"branch":{"title":"Branch","desc":"Primary branch ref. You can specify additional branches to include in your metadata file."},"path":{"title":"Path to documentation root","desc":"Path to the folder containing the metadata file."},"admin":"Wiki admin settings","is_community":{"title":"Community-maintained project"},"errors":{"details":"Show details"},"connect_modrinth":{"desc":"Connect your <b>Modrinth account</b> in Settings to easily verify platform project ownership at any time.","settings":"Open Settings"},"submit":"Submit","success":{"title":"Project registered successfully","desc":"You can now navigate to the project\'s docs page"},"submitting":"Submitting...","verify_modrinth":"Verify using Modrinth"},"ProjectSettingsForm":{"title":"Edit project","desc":"Edit an existing project\'s settings.","button":"Impostazioni","success":{"title":"Project updated successfully","desc":"You can now navigate to the updated project\'s docs page"}},"ProjectDeleteForm":{"trigger":"Delete project","title":"Are you absolutely sure?","desc":"This action cannot be undone. This will permanently delete your project and remove all associated data from our servers.","cancel":"Annulla","submit":"Delete","success":"Project deleted successfully"},"FormActions":{"errors":{"unauthorized":"User authentication error","internal":"Internal Server Error, please try again later.","unknown":"An unknown error has occurred, please try again later.","no_platforms":"No platform projects defined in metadata.","no_project":"Platform project not found. Please make sure the metadata \\"slug\\" field is correct.","unsupported_type":"Unsupported project type","ownership":"Failed to verify project ownership","cf_unavailable":"Registering CurseForge projects is not active","requires_auth":"Repository connection requires login credentials but none were provided","no_repository":"Repository not found","no_branch":"Invalid branch specified","no_path":"Metadata file not found at specified path","invalid_meta":"Metadata file is invalid","unsupported":"Not yet implemented","exists":"Project already exists.","not_found":"Project does not exist","illegal_id":"Illegal project ID","not_owner":"User is not authorized to register this project"}},"CommunityBadge":{"title":"Community","desc":"Unofficial documentation maintained by the community"},"DocsPageNotFoundError":{"title":"We lost this page","desc":"The requested documentation page is not available at the moment.","suggestion":"Please try again later or report this issue to the project author.","submit":"Submit issue","return":"Return Home"},"GetStartedButton":{"title":"Create your first project"},"ProjectHomepage":{"overview":{"intro":"<project></project> is a {type} created by <authors></authors>.","availability":"Available for <versions></versions>. Latest version built for <latest></latest>. First released for <first></first>.","tags":"Tagged:"},"description":{"title":"Description"},"navigation":{"title":"Esplora","docs":{"title":"Browse documentation","desc":"{pages} pages available."},"content":{"title":"Browse content","desc":"{items} in-game items."}},"links":{"title":"Link","website":"Website","source_code":"Source code"},"license":{"title":"Licenses","project":"Project License","arr":"All Rights Reserved","unknown":"Unknown","wiki":"Wiki License","default":"Wiki content <link>partially made available</link> under the <license></license> license."}},"ProjectDocsHomepage":{"title":"Home"},"DocsHomepagePlaceholder":{"title":"Homepage placeholder","subtitle":"Due to API restrictions, project metadata is not available for CurseForge projects in local environments.","replace":"Don\'t worry! We\'ll replace this placeholder with the project\'s actual description once deployed on the live wiki website."},"DocsSearchBar":{"placeholder":"Search wiki contents...","no_results":"No results found!","loading":"Finding the perfect results...","results":"Showing <highlight>{count}</highlight> of <highlight>{total}</highlight> results","close":"<kbd>ESC</kbd> to close"},"DocsChangelogPage":{"title":"Changelog"},"DocsLeftSidebar":{"title":"Documentation","homepage":"Home"},"DocsContentRightSidebar":{"title":"Entry information"},"DocsNonContentRightSidebar":{"title":"On this page"},"DocsVersionSelector":{"placeholder":"Select version","latest":"Latest"},"ModVersionRange":{"desc":"+{count} more"},"LanguageSelect":{"placeholder":"Search languages...","no_results":"No language found."},"ProjectStatus":{"unknown":"Unknown","loading":"Initializing","healthy":"Loaded","at_risk":"Requires attention","error":"Errored"},"DevProjectsListPage":{"project":{"manage":"Manage"},"empty":{"primary":"Looks like you haven\'t created any projects yet","secondary":"Get started by reading our <guide>author guide</guide>."}},"DevProjectPage":{"breadcrumbs":{"home":"Home"},"toolbar":{"view":"Visualizza","deployments":"Deployments"},"overview":{"title":"Project overview","desc":"Project information summary"},"source":{"title":"Project Source","repo":"Repository","branch":"Branch","path":"Path","public":"Public"},"platforms":{"title":"Platforms","desc":"Project hosting platforms","headers":{"platform":"Platform","slug":"Slug / ID","link":"Link"},"open":"Aperto"},"information":{"title":"Information","desc":"Resolved information","type":"Type","status":"Stato","created_at":"Created at"},"revision":{"title":"Current git revision","reloading":"Reloading project, please stand by...","not_found":"No revision found. Try reloading the project."}},"DevProjectSettingsPage":{"title":"Project settings","desc":"Configure project properties"},"DevProjectVersionsPage":{"title":"Project versions","desc":"Browse project content versions"},"DevProjectHealthPage":{"title":"Project health","desc":"Monitor project status and issues","errors":{"title":"Project issue report","desc":"Ongoing warnings & errors","empty":"No issues found"}},"DevProjectMembersPage":{"title":"Project members","desc":"Manage project members & permissions","roles":{"owner":"Owner"},"actions":{"manage":"Manage"}},"DevProjectContentItemsPage":{"title":"Project items","desc":"Browse project items"},"DevProjectContentRecipesPage":{"title":"Project recipes","desc":"Browse project crafting recipes"},"DevProjectContentTagsPage":{"title":"Project tags","desc":"Browse project tags"},"DevProjectLogs":{"title":"Deployment log","show":"Show","unloaded":"Not loaded","waiting":"Waiting for server...","loading":"Loading...","error":"Error loading logs","toast":{"success":"Project setup complete","error":"Error during project setup"}},"DeveloperSidebar":{"teams":{"personal":"Personal"},"groups":{"projects":"Projects","platform":"Platform","admin":"Administration"},"nav":{"projects":"Projects","documentation":"Documentation","settings":"Impostazioni","admin":"System settings"}},"DevSidebarContextSwitcher":{"title":"Teams"},"DevSidebarUser":{"logout":{"button":"Log out","title":"Logout","desc":"Logging out..."},"unknown_avatar":"N/A"},"UserSettings":{"breadcrumbs":{"home":"Home","settings":"Impostazioni"},"profile":{"bio":"Modded Minecraft Wiki creator","join_date":"Entrato il {date}","admin":"Admin"},"connections":{"title":"Connessioni","modrinth":{"title":"Account Modrinth","desc":"Usato per verificare la propriet\xe0 del progetto","connect":"Connetti","view":"Visualizza","disconnect":"Disconnettiti"}},"account":{"title":"Profilo","delete":{"title":"Elimina account","desc":"Elimina per sempre tutti i dati dell\'account","button":"Elimina account"},"delete_modal":{"title":"Elimina account","desc":"Sei sicuro di voler eliminare questo account? Questa \xe8 un\'azione distruttiva che non pu\xf2 essere annullata.","cancel":"Annulla","button":"Elimina per sempre"}},"toast":{"unlink":{"success":"Account scollegato con successo","error":"Errore nello scollegare l\'account"}}},"AuthFailure":{"title":"Errore di autenticazione","desc":"Si \xe8 verificato un errore imprevisto durante l\'accesso. Riprova pi\xf9 tardi.","status":"Verifica stato","return":"Torna alla home","report":"Segnala un Problema"},"BuiltinRecipeTypes":{"blasting":"Blasting","campfire_cooking":"Campfire cooking","crafting_shaped":"Shaped Crafting","crafting_shapeless":"Shapeless Crafting","smelting":"Smelting","smithing_transform":"Smithing","smoking":"Smoking","stonecutting":"Stonecutting"},"DocsEntryTabs":{"history":"Show history","home":"Show content"},"DevProjectSidebar":{"groups":{"project":"Project","content":"Content"},"nav":{"home":"Overview","settings":"Impostazioni","members":"Members","deployments":"Deployments","health":"Health","versions":"Versions","content":"Items","tags":"Tags","recipes":"Recipes"}},"PrefabObtaining":{"recipe":"Recipe"},"PrefabUsage":{"usage":"Usage"},"AdminSidebar":{"groups":{"home":"Home","data":"Data","system":"System","moderation":"Moderation"},"nav":{"home":"Overview","data_imports":"Data Imports","access_keys":"Access Keys","migrations":"Migrations","users":"Utenti","projects":"Projects","config":"Configuration","reports":"Reports","audit_log":"Audit Log","return":"Return"}},"AdminDataImports":{"title":"System data imports","desc":"Imported game data"},"AdminMigrations":{"title":"Data migrations","desc":"Available data migrations"},"EmptyDataTable":{"guide":"Read the <link>author guide</link> to find out more on how to integrate game data into your project."},"DataTable":{"no_results":"No results.","filter":"Filter rows...","previous":"Previous","next":"Next"},"DevProjectVersionsTable":{"name":"Name","branch":"Branch","empty":{"title":"No additional versions were found in your project.","desc":"Read the <link>author guide</link> to learn more about project versioning."}},"DevProjectItemsTable":{"icon":"Icon","id":"Identifier","name":"Name","path":"Page path (internal)","actions":{"open":"Open menu","title":"Actions","view":"Visualizza"},"empty":{"title":"No items were found in your project.","desc":"Project items are automatically detected from content pages and included game files."}},"DevProjectTagsTable":{"id":"Identifier","items":"Item count","empty":{"title":"No tags were found in your project."}},"DevProjectRecipesTable":{"type":"Type","id":"Identifier","empty":{"title":"No recipes were found in your project."}},"ResolvedProjectRecipe":{"type":"Recipe Type","input":"Ingredients","output":"Outputs","preview":"Recipe preview","workbenches":"You can craft this recipe using:"},"DevProjectDeploymentsPage":{"title":"Project deployments","desc":"Manage deployed project versions"},"DevProjectDeploymentsTable":{"id":"ID","commit":"Commit","created_at":"Deploy time","user_id":"Deployed by","status":"Stato"},"DeploymentStatus":{"unknown":"N/A","created":"Queued","loading":"Loading","success":"Success","error":"Failed"},"DeleteDeploymentModal":{"trigger":"Delete","title":"Are you absolutely sure?","desc":"This action cannot be undone. This deployment will be permanently deleted from our servers.","cancel":"Annulla","submit":"Delete","success":"Deployment deleted successfully"},"DeployProjectModal":{"button":"Deploy","title":"New deployment","primary":"All project content will be <b>re-fetched</b> from the source. This option should be used upon updating the documentation source itself.","secondary":"If the new deployment fails, currently stored data <b>will not</b> be replaced. You can always <b>roll back</b> to previous deployments using the \'Redeploy\' option.","tertiary":"For your own convenience, we recommend automatically revalidating docs after publication using our <link>Gradle plugin</link> instead.","note":"Project configuration remains unchanged. For updating meta information (e.g. source and platforms), please use the Settings dialog instead.","cancel":"Annulla","submit":"Deploy"},"LiveProjectDeployConnection":{"loading":"Deploying project...","success":"Project deploy successful","error":"Project deploy failed","view":"Visualizza"},"DevProjectDeploymentPage":{"deployments":"Deployments","title":"Deployment Details","git-config":{"title":"Source coordinates"}},"ProjectGitRevision":{"title":"Git revision","title_current":"Current Git revision","loading":"Deploying project, please stand by...","not_found":"Project has no active deployment"},"ProjectIssueWidget":{"file":"File: <file></file>","date":"Created at: <date></date>","version":"Version: <version></version>"},"ProjectIssueLevel":{"warning":"Warning","error":"Error","unknown":"Unknown"},"ProjectIssueType":{"meta":"Invalid project metadata","file":"Invalid file","git_clone":"Error cloning repository","git_info":"Error getting commit information","ingestor":"Error importing content","internal":"Internal server error","page_render":"Invalid page","unknown":"Unknown error"},"DeploymentIssues":{"title":"Deployment issues","empty":"No issues found.","issues_found":"Found {count, plural, =1 {1 issue that needs} other {# issues that need}} attention."},"ProjectError":{"requires_auth":"Repository connection requires login credentials but none were provided","no_repository":"Repository not found","repo_too_large":"Repository exceeds allowed file size","no_branch":"Invalid branch specified","no_path":"Metadata file not found at specified path","invalid_meta":"Metadata file is invalid","invalid_page":"Failed to render page contents","duplicate_page":"Duplicate page","unknown_recipe_type":"Unknown recipe type","invalid_ingredient":"Invalid ingredient","invalid_file":"Failed to parse file","invalid_format":"Invalid file format","invalid_resloc":"Invalid Resource Location","invalid_version_branch":"Version branch does not exist","missing_platform_project":"Missing platform project","no_page_title":"Page is missing title","missing_required_attribute":"Page is missing a required metadata attribute","unknown":"Unknown error"},"AdminReports":{"title":"Project Reports","desc":"Manage project reports"},"ResponsiveTable":{"expand":"Expand"},"UsageContentList":{"more":"Show more ..."},"RecipeUsage":{"description":"Can be used to create the following items:","empty":"Has no known usages in crafting."},"ContentCategory":{"all":"All","other":"Other"},"ContentChangelog":{"toggle":"Show changelog"},"ContentProperties":{"bool":{"true":"Yes","false":"No"},"type":{"block":"Block","item":"Item","other":"Other"},"properties":{"id":"ID","source_mod":"Source mod","type":"Type","stack_size":"Stack size","required_tool":"Tool","blast_resistance":"Blast resistance","hardness":"Hardness","flammable":"Flammable"}},"DocsLink":{"not_found":"(Not found)"},"AdminAccessKeys":{"title":"System access keys","desc":"Provides auth for when non-interactive access is needed, such as CI"},"CreateAccessKeyModal":{"title":"Create access key","desc":"New system access key","button":"Create","name":{"title":"Name","desc":"Give your key a name","placeholder":"Deploy staging"},"days_valid":{"title":"Days of validity","desc":"Number of days the key is valid for. Use 0 for no expiration."},"submit":"Submit","submitting":"Submitting..."},"SaveAccessKeyModal":{"title":"Access Key","desc":"Save your generated access key","key":"Access Key","note":"Keep the key value safe. You won\'t be able to access it again.","valid":"The key is valid until {expiry}.","close":"Done"},"DeleteAccessKeyModal":{"title":"Delete Access Key","desc":"Invalidate and delete access key","body":"This will forever delete the access key <name></name>.","cancel":"Annulla","submit":"Delete","success":"Access Key deleted successfully"},"CopyButton":{"copied":"Copied to clipboard"},"InteractiveComponentPlaceholder":{"title":"Content unavailable in preview mode","desc":"Interactive components are currently not supported in the local previewer. The actual contents will be shown here when the project is deployed onto the Wiki website."},"RevalidateCacheModal":{"title":"Revalidate cache tag","desc":"Manually revalidate a cache tag. Used for diagnostic purposes.","button":"Revalidate cache tag","tag":{"title":"Cache Tag","desc":"The cache tag to revalidate"},"success":"Cache tag invalidated successfully"}}')},5071:(a,b,c)=>{"use strict";c.d(b,{z:()=>d});class d extends Error{constructor(a,b){super("Invariant: "+(a.endsWith(".")?a:a+".")+" This is a bug in Next.js.",b),this.name="InvariantError"}}},5356:a=>{"use strict";a.exports=require("node:buffer")},5371:a=>{"use strict";a.exports=JSON.parse('{"Badges":{"local":"Локальный документ","latest":"Последний документ","admin":"Admin"},"NavigationHeader":{"title":"Вики по модификациям Minecraft","title_short":"Вики","badge":{"preview":"РЕЖИМ ПРЕДПРОСМОТРА","beta":"Бета"},"link":{"home":"Главная","browse":"Обзор","about":"О проекте"}},"NavigationFooter":{"title":"Вики по модификациям Minecraft","links":{"navigation":{"title":"Навигация","home":"Главная страница","browse":"Обзор","dev":"Разработчики"},"links":{"title":"Ссылки"},"resources":{"title":"Ресурсы","blog":"Блог","status":"Статус","translate":"Помогите нам с переводом"},"about":{"title":"О проекте","tos":"Условия использования","privacy":"Политика конфиденциальности","contact":"Контакты"}}},"HomePage":{"title":"Добро пожаловать на <highlight>вики модификаций Minecraft</highlight>","subtitle":"Ваш главный ресурс для поиска, создания и участия в проектах, связанных с Minecraft.","popular":{"title":"Популярные вики","open":"Подробнее","disclaimer":"Эти проекты выделены на основе их популярности, определяемой статистикой просмотров, и не являются официальной рекомендацией вики по модификациям Minecraft."},"community":{"title":"Присоединяйтесь к нашему сообществу","users":{"title":"Пользователи","subtitle":"Ознакомьтесь с нашими лучшими проектами и воспользуйтесь следующими преимуществами:","docs":"Получите доступ к высококачественной, актуальной и обновляемой документации","contribute":"Участвуйте в проектах, не имея знаний в области программирования","ui":"Наслаждайтесь единым удобным интерфейсом во всех проектах","localization":"Воспользуйтесь преимуществами многоязычной поддержки"},"authors":{"title":"Авторы","subtitle":"Получите доступ к панели управления проектом и воспользуйтесь следующими преимуществами:","vcs":"Поддержка версий вашей документации","components":"Built-in components for recipes, assets, etc.","gradle":"Интеграция Gradle для бесперебойного рабочего процесса","management":"Расширенные инструменты управления проектами","interaction":"Прямое взаимодействие с вашей пользовательской базой","dashboard":"Открыть панель управления","guide":"Подробнее"}},"browse":"Обзор проектов","highlights":{"localization":{"title":"Локализация","desc":"Переводите свои документы на языки мира"},"accessibility":{"title":"Доступность","desc":"Интуитивно понятный и отзывчивый пользовательский интерфейс"},"open":{"title":"Открытость","desc":"Позвольте вашим пользователям вносить свой вклад без каких-либо знаний в области программирования"},"free":{"title":"Бесплатность","desc":"Размещение документов на нашем сайте совершенно бесплатно!"}},"about":{"title":"О нас","maintainers":"Вики создана и поддерживается <b>Sinytra</b>, преданной своему делу командой разработчиков, увлечённых созданием высококачественного бесплатного программного обеспечения с открытым исходным кодом для сообщества модификаций Minecraft.","mission":"Наша цель — расширить возможности как разработчиков модов, так и игроков, предоставляя инструменты и ресурсы, необходимые для создания, документирования и изучения бесконечных возможностей модифицированного Minecraft."},"blog":{"title":"Публикации в блоге","open":"Читать больше"}},"BrowsePage":{"sidebar":{"title":"Обзор проектов","search_filters":"Искать по фильтрам…","categories":"Категории"},"sorting":"Сортировать по","sort":{"relevance":"релевантности","creation_date":"дате создания","popularity":"популярности","az":"алфавиту","za":"алфавиту наоборот"},"search":"Искать по проектам…","clear_filter":"Сбросить фильтры","no_results":"По запросу ничего не нашлось!"},"SearchProjectTypes":{"mod":"Моды","modpack":"Сборки модов","resourcepack":"Наборы ресурсов","datapack":"Наборы данных","shader":"Шейдеры","plugin":"Плагины"},"ProjectTypes":{"mod":"Мод","modpack":"Сборка модов","resourcepack":"Набор ресурсов","datapack":"Набор данных","shader":"Шейдер","plugin":"Плагин"},"LoadingContent":{"message":"Загрузка…"},"MetaDocsNavigation":{"title":"Навигация","about":"О проекте","devs":"Author guide","components":"Components","help":"Получить помощь","tos":"Условия использования","privacy":"Политика конфиденциальности","security":"Про безопасность"},"Login":{"title":"Требуется вход","desc":"Вам нужно авторизоваться, чтобы войти на эту страницу.","prompt":"Для продолжения авторизуйтесь через учётную запись GitHub.","button":"Войти через GitHub"},"Preview":{"title":"Режим предпросмотра включён","desc":"Режим предпросмотра активирует минимальный интерфейс, позволяющий вам сфокусироваться на редактировании документации локально прежде чем она будет отправлена на публикацию.","roots":"Доступные корни локальной документации","open":"Открыть"},"DocsProjectInfo":{"title":"Информация о проекте","type":"Тип","author":"Автор","tags":"Теги","latest":{"title":"Последняя версия","unknown":"Н/Д"},"license":{"title":"Лицензия","custom":"Своя","unknown":"Неизвестно","arr":"Все права защищены"}},"ProjectCategories":{"adventure":"Приключения","cursed":"Проклятое","decoration":"Декорация","economy":"Экономика","equipment":"Снаряжение","food":"Еда","game-mechanics":"Игровая механика","library":"Библиотека","magic":"Магия","management":"Управление","minigame":"Мини-игры","mobs":"Мобы","optimization":"Оптимизация","social":"Социальные","storage":"Хранилище","technology":"Технологии","transportation":"Транспортировка","utility":"Утилиты","worldgen":"Генерация мира","server-utility":"Серверные утилиты","armor-weapons-tools":"Броня, инструменты и оружие","library-api":"API и библиотеки","adventure-rpg":"Приключения и RPG","world-gen":"Генерация мира","cosmetic":"Косметические","mc-food":"Еда","performance":"Производительность","map-information":"Карты и информация","bug-fixes":"Исправление ошибок","mc-addons":"Дополнения","education":"Обучение","mc-miscellaneous":"Разное","redstone":"Редстоун","utility-qol":"Утилиты и улучшение процесса игры","mc-creator":"MCreator"},"PageEditControls":{"edit_gh":"Редактировать страницу","report":"Сообщить о нарушении на странице","report_button":"Сообщить о нарушении","last_updated":"Дата последнего обновления: <date></date>"},"Report":{"title":"Сообщить о нарушении на странице документации","desc":"Report content that violates our <tos>Terms of Service</tos> or <cr>Content Rules</cr>.","contact":"For auditing purposes, your <b>username</b> will be included in the report.","confidential":"Нам важна ваша конфиденциальность и эта информация всегда будет оставаться в секрете.","privacy":"Чтобы узнать больше, обратитесь к нашей <link>политике конфиденциальности</link>.","form":{"id":{"title":"Идентификатор проекта","desc":"Идентификатор проекта с нарушением."},"path":{"title":"Путь к странице","desc":"Путь к странице документации, содержащей нарушение."},"locale":{"title":"Locale","desc":"Applied if the content lies within a localized subpath.","placeholder":"Н/Д"},"version":{"title":"Version","desc":"Applied if the content lies within a named version.","placeholder":"Н/Д"},"reason":{"title":"Причина*","placeholder":"Select a reason for reporting this content","desc":"Reason for reporting this content.","dislike":"Просто не понравилось"},"details":{"title":"Подробности*","placeholder":"Please provide more details on why you\'re reporting this content. Note that empty reports will be ignored.","desc":"Дополнительные сведения по проблеме."},"dislike":{"title":"We understand that you may not like this content, and that\'s totally okay!","desc":"Однако, к сожалению, это не весомая причина для подачи жалобы на проект.","suggestion":"Would you like to look for something else to explore instead?","explore":"Поискать проекты"},"success":"Жалоба успешно отправлена"}},"ProjectReportReason":{"spam":"Спам","copyright":"Нарушение авторских прав","content_rules":"Нарушение правил контента","tos":"Нарушение условий использования","unknown":"Неизвестно"},"ProjectReportStatus":{"new":"New","dismissed":"Dismissed","accepted":"Accepted","unknown":"Неизвестно"},"ProjectReportType":{"project":"Проект","docs":"Docs page","content":"Content page","unknown":"Неизвестно"},"ViewReportPage":{"reports":"Reports","title":"Report details","desc":"Viewing report details for {id}","details":{"reporter":"Reported by","project_id":"Идентификатор проекта","path":"Путь","body":"Body","reason":"Причина","created_at":"Создано","status":"Статус","type":"Тип","locale":"Locale","version":"Version"},"actions":{"dismiss":"Dismiss","accept":"Accept"},"toast":{"accept":"Report accepted","dismiss":"Report dismissed"}},"SubmitButton":{"title":"Отправить"},"Callout":{"default":"Важно!","info":"Info","warning":"Warning","danger":"Danger"},"ProjectRegisterForm":{"button":"New Project","title":"Зарегистрировать проект","desc":"Зарегистрируйте новый проект в вики.","repo":{"title":"Ссылка на репозиторий","desc":"Это адрес, который вы используете для клонирования своего репозитория.","placeholder":"https://github.com/ExampleUser/ExampleMod"},"branch":{"title":"Ветка","desc":"Основная ветка. Вы можете указать дополнительные ветки, которые будут включены в файл метаданных."},"path":{"title":"Путь к корню документации","desc":"Путь к папке, содержащей файл метаданных."},"admin":"Админ-панель","is_community":{"title":"Проект, поддерживаемый сообществом"},"errors":{"details":"Подробнее"},"connect_modrinth":{"desc":"Подключите свою <b>учётную запись Modrinth</b> в настройках, чтобы в любое время легко подтвердить право собственности на проект на платформе.","settings":"Открыть настройки"},"submit":"Отправить","success":{"title":"Проект успешно зарегистрирован","desc":"Теперь вы можете перейти на страницу документации проекта"},"submitting":"Отправка...","verify_modrinth":"Верифицировать через Modrinth"},"ProjectSettingsForm":{"title":"Отредактировать проект","desc":"Редактировать настройки существующего проекта.","button":"Настройки","success":{"title":"Проект успешно обновлён","desc":"Теперь вы можете перейти на обновлённую страницу документации проекта"}},"ProjectDeleteForm":{"trigger":"Delete project","title":"Вы абсолютно уверены?","desc":"Это действие невозможно отменить. Оно навсегда удалит ваш проект и все связанные с ним данные с наших серверов.","cancel":"Отменить","submit":"Удалить","success":"Проект успешно удалён"},"FormActions":{"errors":{"unauthorized":"Ошибка авторизации пользователя","internal":"Внутренняя ошибка сервера. Пожалуйста, попробуйте позже.","unknown":"Произошла неизвестная ошибка, пожалуйста, повторите попытку позже.","no_platforms":"В метаданных не указаны проекты платформы.","no_project":"Проект платформы не найден. Пожалуйста, убедитесь, что поле метаданных \xabslug\xbb заполнено правильно.","unsupported_type":"Неподдерживаемый тип проекта","ownership":"Не удалось проверить права на владение проектом","cf_unavailable":"Регистрация проектов CurseForge не активна","requires_auth":"Для подключения к репозиторию требуются учётные данные, но они не были предоставлены","no_repository":"Репозиторий не найден","no_branch":"Указана недопустимая ветка","no_path":"Файл метаданных не найден по указанному пути","invalid_meta":"Неправильный файл метаданных","unsupported":"В разработке","exists":"Проект уже существует.","not_found":"Проект не существует","illegal_id":"Illegal project ID","not_owner":"User is not authorized to register this project"}},"CommunityBadge":{"title":"Сообщество","desc":"Неофициальная документация, поддерживаемая сообществом"},"DocsPageNotFoundError":{"title":"Мы потеряли эту страницу","desc":"Запрашиваемая страница документации в данный момент недоступна.","suggestion":"Попробуйте снова позже или сообщите об этой проблеме автору проекта.","submit":"Отправить сообщение о проблеме","return":"Вернуться на главную"},"GetStartedButton":{"title":"Create your first project"},"ProjectHomepage":{"overview":{"intro":"<project></project> is a {type} created by <authors></authors>.","availability":"Available for <versions></versions>. Latest version built for <latest></latest>. First released for <first></first>.","tags":"Tagged:"},"description":{"title":"Description"},"navigation":{"title":"Навигация","docs":{"title":"Browse documentation","desc":"{pages} pages available."},"content":{"title":"Browse content","desc":"{items} in-game items."}},"links":{"title":"Ссылки","website":"Website","source_code":"Source code"},"license":{"title":"Лицензии","project":"Project License","arr":"Все права защищены","unknown":"Неизвестно","wiki":"Wiki License","default":"Wiki content <link>partially made available</link> under the <license></license> license."}},"ProjectDocsHomepage":{"title":"Главная"},"DocsHomepagePlaceholder":{"title":"Заполнитель главной страницы","subtitle":"Из-за ограничений API метаданные проекта недоступны для проектов CurseForge в локальной среде.","replace":"Не переживайте! Мы заменим этот заполнитель на реальное описание проекта после публикации на сайте вики."},"DocsSearchBar":{"placeholder":"Искать по содержимому вики…","no_results":"Ничего не нашлось!","loading":"Поиск хороших результатов…","results":"Показано <highlight>{count}</highlight> результатов из <highlight>{total}</highlight>","close":"<kbd>ESC</kbd> — закрыть"},"DocsChangelogPage":{"title":"Список изменений"},"DocsLeftSidebar":{"title":"Документация","homepage":"Главная"},"DocsContentRightSidebar":{"title":"Информация о записи"},"DocsNonContentRightSidebar":{"title":"На этой странице"},"DocsVersionSelector":{"placeholder":"Выбрать версию","latest":"Последний документ"},"ModVersionRange":{"desc":"+ещё {count}"},"LanguageSelect":{"placeholder":"Поиск языков…","no_results":"Нет языков."},"ProjectStatus":{"unknown":"Неизвестно","loading":"Инициализация","healthy":"Загружено","at_risk":"Requires attention","error":"Ошибка"},"DevProjectsListPage":{"project":{"manage":"Управление"},"empty":{"primary":"Looks like you haven\'t created any projects yet","secondary":"Начните, прочитав наше <guide>руководство для авторов</guide>."}},"DevProjectPage":{"breadcrumbs":{"home":"Главная"},"toolbar":{"view":"Смотреть","deployments":"Deployments"},"overview":{"title":"Project overview","desc":"Project information summary"},"source":{"title":"Источник проекта","repo":"Репозиторий","branch":"Ветка","path":"Путь","public":"Открытый"},"platforms":{"title":"Платформы","desc":"Project hosting platforms","headers":{"platform":"Платформа","slug":"Метка/идентификатор","link":"Ссылка"},"open":"Открыть"},"information":{"title":"Информация","desc":"Resolved information","type":"Тип","status":"Статус","created_at":"Создано"},"revision":{"title":"Current git revision","reloading":"Reloading project, please stand by...","not_found":"No revision found. Try reloading the project."}},"DevProjectSettingsPage":{"title":"Project settings","desc":"Configure project properties"},"DevProjectVersionsPage":{"title":"Project versions","desc":"Browse project content versions"},"DevProjectHealthPage":{"title":"Project health","desc":"Monitor project status and issues","errors":{"title":"Project issue report","desc":"Ongoing warnings & errors","empty":"No issues found"}},"DevProjectMembersPage":{"title":"Project members","desc":"Manage project members & permissions","roles":{"owner":"Владелец"},"actions":{"manage":"Управление"}},"DevProjectContentItemsPage":{"title":"Project items","desc":"Browse project items"},"DevProjectContentRecipesPage":{"title":"Project recipes","desc":"Browse project crafting recipes"},"DevProjectContentTagsPage":{"title":"Project tags","desc":"Browse project tags"},"DevProjectLogs":{"title":"Deployment log","show":"Показать","unloaded":"Не загружено","waiting":"Ожидание сервера...","loading":"Загрузка…","error":"Ошибка при загрузке журналов","toast":{"success":"Настройка проекта завершена","error":"Ошибка при настройке проекта"}},"DeveloperSidebar":{"teams":{"personal":"Личные"},"groups":{"projects":"Проекты","platform":"Платформа","admin":"Administration"},"nav":{"projects":"Проекты","documentation":"Документация","settings":"Настройки","admin":"System settings"}},"DevSidebarContextSwitcher":{"title":"Команды"},"DevSidebarUser":{"logout":{"button":"Выйти","title":"Выйти","desc":"Выход из..."},"unknown_avatar":"Н/Д"},"UserSettings":{"breadcrumbs":{"home":"Главная","settings":"Настройки"},"profile":{"bio":"Создатель вики модификаций Minecraft","join_date":"Зарегистрирован(а) с {date}","admin":"Admin"},"connections":{"title":"Связи","modrinth":{"title":"Учётная запись Modrinth","desc":"Используется для подтверждения права собственности на проект","connect":"Подключиться","view":"Смотреть","disconnect":"Отключить"}},"account":{"title":"Учётная запись","delete":{"title":"Удалить учётную запись","desc":"Удалить все данные учётной записи навсегда","button":"Удалить учётную запись"},"delete_modal":{"title":"Удалить учётную запись","desc":"Вы уверены, что хотите удалить эту учётную запись? Это необратимое действие.","cancel":"Отменить","button":"Удалить навсегда"}},"toast":{"unlink":{"success":"Учётная запись успешно удалена","error":"Ошибка при отключении учётной записи"}}},"AuthFailure":{"title":"Ошибка аутентификации","desc":"Произошла непредвиденная ошибка при попытке входа. Пожалуйста, повторите попытку позже.","status":"Проверить статус","return":"Вернуться на главную","report":"Сообщить об ошибке"},"BuiltinRecipeTypes":{"blasting":"Blasting","campfire_cooking":"Campfire cooking","crafting_shaped":"Shaped Crafting","crafting_shapeless":"Shapeless Crafting","smelting":"Smelting","smithing_transform":"Smithing","smoking":"Smoking","stonecutting":"Stonecutting"},"DocsEntryTabs":{"history":"Show history","home":"Show content"},"DevProjectSidebar":{"groups":{"project":"Проект","content":"Content"},"nav":{"home":"Overview","settings":"Настройки","members":"Members","deployments":"Deployments","health":"Health","versions":"Версии","content":"Items","tags":"Теги","recipes":"Recipes"}},"PrefabObtaining":{"recipe":"Recipe"},"PrefabUsage":{"usage":"Usage"},"AdminSidebar":{"groups":{"home":"Главная","data":"Data","system":"System","moderation":"Moderation"},"nav":{"home":"Overview","data_imports":"Data Imports","access_keys":"Access Keys","migrations":"Migrations","users":"Пользователи","projects":"Проекты","config":"Configuration","reports":"Reports","audit_log":"Audit Log","return":"Return"}},"AdminDataImports":{"title":"System data imports","desc":"Imported game data"},"AdminMigrations":{"title":"Data migrations","desc":"Available data migrations"},"EmptyDataTable":{"guide":"Read the <link>author guide</link> to find out more on how to integrate game data into your project."},"DataTable":{"no_results":"No results.","filter":"Filter rows...","previous":"Previous","next":"Next"},"DevProjectVersionsTable":{"name":"Название","branch":"Ветка","empty":{"title":"No additional versions were found in your project.","desc":"Read the <link>author guide</link> to learn more about project versioning."}},"DevProjectItemsTable":{"icon":"Icon","id":"Identifier","name":"Название","path":"Page path (internal)","actions":{"open":"Open menu","title":"Actions","view":"Смотреть"},"empty":{"title":"No items were found in your project.","desc":"Project items are automatically detected from content pages and included game files."}},"DevProjectTagsTable":{"id":"Identifier","items":"Item count","empty":{"title":"No tags were found in your project."}},"DevProjectRecipesTable":{"type":"Тип","id":"Identifier","empty":{"title":"No recipes were found in your project."}},"ResolvedProjectRecipe":{"type":"Recipe Type","input":"Ingredients","output":"Outputs","preview":"Recipe preview","workbenches":"You can craft this recipe using:"},"DevProjectDeploymentsPage":{"title":"Project deployments","desc":"Manage deployed project versions"},"DevProjectDeploymentsTable":{"id":"Идентификатор","commit":"Commit","created_at":"Deploy time","user_id":"Deployed by","status":"Статус"},"DeploymentStatus":{"unknown":"Н/Д","created":"Queued","loading":"Loading","success":"Success","error":"Failed"},"DeleteDeploymentModal":{"trigger":"Удалить","title":"Вы абсолютно уверены?","desc":"This action cannot be undone. This deployment will be permanently deleted from our servers.","cancel":"Отменить","submit":"Удалить","success":"Deployment deleted successfully"},"DeployProjectModal":{"button":"Deploy","title":"New deployment","primary":"All project content will be <b>re-fetched</b> from the source. This option should be used upon updating the documentation source itself.","secondary":"If the new deployment fails, currently stored data <b>will not</b> be replaced. You can always <b>roll back</b> to previous deployments using the \'Redeploy\' option.","tertiary":"Для облегчения работы мы рекомендуем автоматически перепроверять документацию после публикации с помощью <link>нашего плагина для Gradle</link>.","note":"Project configuration remains unchanged. For updating meta information (e.g. source and platforms), please use the Settings dialog instead.","cancel":"Отменить","submit":"Deploy"},"LiveProjectDeployConnection":{"loading":"Deploying project...","success":"Project deploy successful","error":"Project deploy failed","view":"Смотреть"},"DevProjectDeploymentPage":{"deployments":"Deployments","title":"Deployment Details","git-config":{"title":"Source coordinates"}},"ProjectGitRevision":{"title":"Git revision","title_current":"Current Git revision","loading":"Deploying project, please stand by...","not_found":"Project has no active deployment"},"ProjectIssueWidget":{"file":"File: <file></file>","date":"Created at: <date></date>","version":"Version: <version></version>"},"ProjectIssueLevel":{"warning":"Warning","error":"Error","unknown":"Неизвестно"},"ProjectIssueType":{"meta":"Invalid project metadata","file":"Invalid file","git_clone":"Error cloning repository","git_info":"Error getting commit information","ingestor":"Error importing content","internal":"Internal server error","page_render":"Invalid page","unknown":"Unknown error"},"DeploymentIssues":{"title":"Deployment issues","empty":"No issues found.","issues_found":"Found {count, plural, =1 {1 issue that needs} other {# issues that need}} attention."},"ProjectError":{"requires_auth":"Для подключения к репозиторию требуются учётные данные, но они не были предоставлены","no_repository":"Репозиторий не найден","repo_too_large":"Repository exceeds allowed file size","no_branch":"Указана недопустимая ветка","no_path":"Файл метаданных не найден по указанному пути","invalid_meta":"Неправильный файл метаданных","invalid_page":"Failed to render page contents","duplicate_page":"Duplicate page","unknown_recipe_type":"Unknown recipe type","invalid_ingredient":"Invalid ingredient","invalid_file":"Failed to parse file","invalid_format":"Invalid file format","invalid_resloc":"Invalid Resource Location","invalid_version_branch":"Version branch does not exist","missing_platform_project":"Missing platform project","no_page_title":"Page is missing title","missing_required_attribute":"Page is missing a required metadata attribute","unknown":"Unknown error"},"AdminReports":{"title":"Project Reports","desc":"Manage project reports"},"ResponsiveTable":{"expand":"Expand"},"UsageContentList":{"more":"Show more ..."},"RecipeUsage":{"description":"Can be used to create the following items:","empty":"Has no known usages in crafting."},"ContentCategory":{"all":"All","other":"Другое"},"ContentChangelog":{"toggle":"Show changelog"},"ContentProperties":{"bool":{"true":"Yes","false":"No"},"type":{"block":"Блок","item":"Предмет","other":"Другое"},"properties":{"id":"Идентификатор","source_mod":"Source mod","type":"Тип","stack_size":"Stack size","required_tool":"Tool","blast_resistance":"Blast resistance","hardness":"Hardness","flammable":"Flammable"}},"DocsLink":{"not_found":"(Not found)"},"AdminAccessKeys":{"title":"System access keys","desc":"Provides auth for when non-interactive access is needed, such as CI"},"CreateAccessKeyModal":{"title":"Create access key","desc":"New system access key","button":"Create","name":{"title":"Название","desc":"Give your key a name","placeholder":"Deploy staging"},"days_valid":{"title":"Days of validity","desc":"Number of days the key is valid for. Use 0 for no expiration."},"submit":"Отправить","submitting":"Отправка..."},"SaveAccessKeyModal":{"title":"Access Key","desc":"Save your generated access key","key":"Access Key","note":"Keep the key value safe. You won\'t be able to access it again.","valid":"The key is valid until {expiry}.","close":"Done"},"DeleteAccessKeyModal":{"title":"Delete Access Key","desc":"Invalidate and delete access key","body":"This will forever delete the access key <name></name>.","cancel":"Отменить","submit":"Удалить","success":"Access Key deleted successfully"},"CopyButton":{"copied":"Copied to clipboard"},"InteractiveComponentPlaceholder":{"title":"Content unavailable in preview mode","desc":"Interactive components are currently not supported in the local previewer. The actual contents will be shown here when the project is deployed onto the Wiki website."},"RevalidateCacheModal":{"title":"Revalidate cache tag","desc":"Manually revalidate a cache tag. Used for diagnostic purposes.","button":"Revalidate cache tag","tag":{"title":"Cache Tag","desc":"The cache tag to revalidate"},"success":"Cache tag invalidated successfully"}}')},5521:a=>{"use strict";a.exports=require("node:async_hooks")},5663:(a,b,c)=>{"use strict";var d=c(5356).Buffer;Object.defineProperty(b,"__esModule",{value:!0}),!function(a,b){for(var c in b)Object.defineProperty(a,c,{enumerable:!0,get:b[c]})}(b,{handleFetch:function(){return h},interceptFetch:function(){return i},reader:function(){return f}});let e=c(8326),f={url:a=>a.url,header:(a,b)=>a.headers.get(b)};async function g(a,b){let{url:c,method:e,headers:f,body:g,cache:h,credentials:i,integrity:j,mode:k,redirect:l,referrer:m,referrerPolicy:n}=b;return{testData:a,api:"fetch",request:{url:c,method:e,headers:[...Array.from(f),["next-test-stack",function(){let a=(Error().stack??"").split("\n");for(let b=1;b<a.length;b++)if(a[b].length>0){a=a.slice(b);break}return(a=(a=(a=a.filter(a=>!a.includes("/next/dist/"))).slice(0,5)).map(a=>a.replace("webpack-internal:///(rsc)/","").trim())).join(" ")}()]],body:g?d.from(await b.arrayBuffer()).toString("base64"):null,cache:h,credentials:i,integrity:j,mode:k,redirect:l,referrer:m,referrerPolicy:n}}}async function h(a,b){let c=(0,e.getTestReqInfo)(b,f);if(!c)return a(b);let{testData:h,proxyPort:i}=c,j=await g(h,b),k=await a(`http://localhost:${i}`,{method:"POST",body:JSON.stringify(j),next:{internal:!0}});if(!k.ok)throw Object.defineProperty(Error(`Proxy request failed: ${k.status}`),"__NEXT_ERROR_CODE",{value:"E146",enumerable:!1,configurable:!0});let l=await k.json(),{api:m}=l;switch(m){case"continue":return a(b);case"abort":case"unhandled":throw Object.defineProperty(Error(`Proxy request aborted [${b.method} ${b.url}]`),"__NEXT_ERROR_CODE",{value:"E145",enumerable:!1,configurable:!0});case"fetch":let{status:n,headers:o,body:p}=l.response;return new Response(p?d.from(p,"base64"):null,{status:n,headers:new Headers(o)});default:return m}}function i(a){return c.g.fetch=function(b,c){var d;return(null==c||null==(d=c.next)?void 0:d.internal)?a(b,c):h(a,new Request(b,c))},()=>{c.g.fetch=a}}},5676:(a,b,c)=>{"use strict";a.exports=c(6866)},5692:a=>{"use strict";a.exports=JSON.parse('{"Badges":{"local":"Local","latest":"Latest","admin":"Admin"},"NavigationHeader":{"title":"Modded Minecraft Wiki","title_short":"Wiki","badge":{"preview":"PREVIEW MODE","beta":"Beta"},"link":{"home":"Domov","browse":"Prozkoum\xe1vat","about":"About"}},"NavigationFooter":{"title":"Modded Minecraft Wiki","links":{"navigation":{"title":"Navigation","home":"Domovsk\xe1 str\xe1nka","browse":"Prozkoum\xe1vat","dev":"V\xfdvoj\xe1ři"},"links":{"title":"Odkazy"},"resources":{"title":"Resources","blog":"Blog","status":"Status","translate":"Pomozte n\xe1m překl\xe1dat"},"about":{"title":"About","tos":"Terms of Service","privacy":"Privacy Policy","contact":"Kontaktovat"}}},"HomePage":{"title":"V\xedtejte v <highlight>M\xf3dovan\xe9 Minecraft Wiki</highlight>","subtitle":"Your go-to resource for discovering, creating, and contributing to Minecraft-related projects.","popular":{"title":"Popul\xe1rn\xed Wiki","open":"Read more","disclaimer":"These projects are highlighted based on their popularity through view statistics and are not officially endorsed by Modded Minecraft Wiki."},"community":{"title":"Join Our Community","users":{"title":"Users","subtitle":"Explore our featured projects and enjoy these benefits:","docs":"Access high-quality, up-to-date and versioned documentation","contribute":"Contribute to projects without programming knowledge","ui":"Enjoy a consistent, user-friendly interface across all projects","localization":"Benefit from multi-language support"},"authors":{"title":"Autoři","subtitle":"Get access to the Project Dashboard and enjoy these benefits:","vcs":"Versioning support for your documentation","components":"Built-in components for recipes, assets, etc.","gradle":"Gradle integration for seamless workflow","management":"Advanced project management tools","interaction":"Direct interaction with your user base","dashboard":"Open Dashboard","guide":"Read More"}},"browse":"Browse Projects","highlights":{"localization":{"title":"Localization","desc":"Translate your docs into world languages"},"accessibility":{"title":"Accessible","desc":"Intuitive and responsive user interface"},"open":{"title":"Open","desc":"Let your users contribute without any programming knowledge necessary"},"free":{"title":"Free","desc":"Hosting docs on our website is completely free of charge!"}},"about":{"title":"About Us","maintainers":"The Wiki is built and maintained by <b>Sinytra</b>, a dedicated team of passionate developers focused on delivering high-quality, Free and Open Source software for the Minecraft modding community.","mission":"Our goal is to empower modders and players alike by providing the tools and resources necessary to create, document, and explore the endless possibilities of modded Minecraft."},"blog":{"title":"Blog Posts","open":"Read More"}},"BrowsePage":{"sidebar":{"title":"Browse projects","search_filters":"Vyhled\xe1vac\xed filtry...","categories":"Kategorie"},"sorting":"Řadit podle","sort":{"relevance":"Relevance","creation_date":"Datum vytvořen\xed","popularity":"Popularita","az":"A-Z","za":"Z-A"},"search":"Hledat projekty...","clear_filter":"Vymazat filtry","no_results":"Hledan\xfd dotaz nevr\xe1til ž\xe1dn\xe9 v\xfdsledky!"},"SearchProjectTypes":{"mod":"M\xf3dy","modpack":"Modpacky","resourcepack":"Bal\xedčky zdrojů","datapack":"Data packs","shader":"Shadery","plugin":"Pluginy"},"ProjectTypes":{"mod":"M\xf3d","modpack":"Modpack","resourcepack":"Bal\xedček zdrojů","datapack":"Data pack","shader":"Shader","plugin":"Plugin"},"LoadingContent":{"message":"Nač\xedt\xe1n\xed…"},"MetaDocsNavigation":{"title":"Navigation","about":"About","devs":"Author guide","components":"Components","help":"Z\xedskat pomoc","tos":"Terms of Use","privacy":"Privacy Policy","security":"Security Notice"},"Login":{"title":"Vyžadov\xe1no přihl\xe1šen\xed","desc":"Str\xe1nka, ke kter\xe9 se pokouš\xedte přistupovat, vyžaduje přihl\xe1šen\xed.","prompt":"Pro pokračov\xe1n\xed použijte pros\xedm svůj \xfačet na GitHub.","button":"Přihl\xe1sit se pomoc\xed GitHub"},"Preview":{"title":"Preview mode is enabled","desc":"Preview mode enables a minimal user interface, allowing you to focus on drafting your docs locally before they are published.","roots":"Available local documentation roots","open":"Open"},"DocsProjectInfo":{"title":"Informace o projektu","type":"Typ","author":"Autor","tags":"Tagy","latest":{"title":"Nejnovějš\xed verze","unknown":"N/A"},"license":{"title":"Licence","custom":"Custom","unknown":"Unknown","arr":"Všechna pr\xe1va vyhrazena"}},"ProjectCategories":{"adventure":"Adventure","cursed":"Cursed","decoration":"Dekorace","economy":"Economy","equipment":"V\xfdbava","food":"J\xeddlo","game-mechanics":"Game Mechanics","library":"Library","magic":"Magie","management":"Management","minigame":"Minihra","mobs":"Mobs","optimization":"Optimalizace","social":"Social","storage":"\xdaložiště","technology":"Technologie","transportation":"Přeprava","utility":"Utility","worldgen":"Generace světa","server-utility":"Server Utility","armor-weapons-tools":"Armor, Tools, and Weapons","library-api":"API and Library","adventure-rpg":"Dobrodružstv\xed a RPG","world-gen":"Generace světa","cosmetic":"Cosmetic","mc-food":"J\xeddlo","performance":"V\xfdkon","map-information":"Mapa a informace","bug-fixes":"Opravy chyb","mc-addons":"Doplňky","education":"Education","mc-miscellaneous":"Miscellaneous","redstone":"Rudit","utility-qol":"Utility & QoL","mc-creator":"MCreator"},"PageEditControls":{"edit_gh":"Upravit tuto str\xe1nku","report":"Nahl\xe1sit tuto str\xe1nku","report_button":"Report page","last_updated":"Naposledy aktualizov\xe1no: <date></date>"},"Report":{"title":"Nahl\xe1sit str\xe1nku dokumentace","desc":"Report content that violates our <tos>Terms of Service</tos> or <cr>Content Rules</cr>.","contact":"For auditing purposes, your <b>username</b> will be included in the report.","confidential":"Your privacy is important to us, and this information will always be kept confidential.","privacy":"For more information, please refer to our <link>Privacy Policy</link>.","form":{"id":{"title":"ID Projektu","desc":"Nahl\xe1šen\xe9 ID projektu."},"path":{"title":"Page path","desc":"Reported documentation page path."},"locale":{"title":"Locale","desc":"Applied if the content lies within a localized subpath.","placeholder":"N/A"},"version":{"title":"Version","desc":"Applied if the content lies within a named version.","placeholder":"N/A"},"reason":{"title":"Důvod*","placeholder":"Select a reason for reporting this content","desc":"Reason for reporting this content.","dislike":"Jen se mi to nel\xedb\xed"},"details":{"title":"Podrobnosti*","placeholder":"Please provide more details on why you\'re reporting this content. Note that empty reports will be ignored.","desc":"Additional details about the issue."},"dislike":{"title":"We understand that you may not like this content, and that\'s totally okay!","desc":"Bohužel to však nen\xed platn\xfd důvod k nahl\xe1šen\xed projektu.","suggestion":"Would you like to look for something else to explore instead?","explore":"Prozkoumat projekty"},"success":"Nahl\xe1šen\xed bylo \xfaspěšně odesl\xe1no"}},"ProjectReportReason":{"spam":"Spam","copyright":"Porušen\xed autorsk\xfdch pr\xe1v","content_rules":"Violates Content Rules","tos":"Violates Terms of Service","unknown":"Unknown"},"ProjectReportStatus":{"new":"New","dismissed":"Dismissed","accepted":"Accepted","unknown":"Unknown"},"ProjectReportType":{"project":"Project","docs":"Docs page","content":"Content page","unknown":"Unknown"},"ViewReportPage":{"reports":"Reports","title":"Report details","desc":"Viewing report details for {id}","details":{"reporter":"Reported by","project_id":"ID Projektu","path":"Path","body":"Body","reason":"Důvod","created_at":"Created at","status":"Status","type":"Typ","locale":"Locale","version":"Version"},"actions":{"dismiss":"Dismiss","accept":"Accept"},"toast":{"accept":"Report accepted","dismiss":"Report dismissed"}},"SubmitButton":{"title":"Odeslat"},"Callout":{"default":"Heads up!","info":"Info","warning":"Warning","danger":"Danger"},"ProjectRegisterForm":{"button":"New Project","title":"Registrovat projekt","desc":"Registrovat nov\xfd projekt na wiki.","repo":{"title":"Repository URL","desc":"This is the address you use to clone your repository.","placeholder":"https://github.com/ExampleUser/ExampleMod"},"branch":{"title":"Branch","desc":"Primary branch ref. You can specify additional branches to include in your metadata file."},"path":{"title":"Path to documentation root","desc":"Path to the folder containing the metadata file."},"admin":"Wiki admin settings","is_community":{"title":"Community-maintained project"},"errors":{"details":"Zobrazit detaily"},"connect_modrinth":{"desc":"Connect your <b>Modrinth account</b> in Settings to easily verify platform project ownership at any time.","settings":"Open Settings"},"submit":"Odeslat","success":{"title":"Project registered successfully","desc":"You can now navigate to the project\'s docs page"},"submitting":"Submitting...","verify_modrinth":"Ověřit pomoc\xed Modrinth"},"ProjectSettingsForm":{"title":"Upravit projekt","desc":"Upravit nastaven\xed existuj\xedc\xedho projektu.","button":"Settings","success":{"title":"Projekt \xfaspěšně aktualizov\xe1n","desc":"You can now navigate to the updated project\'s docs page"}},"ProjectDeleteForm":{"trigger":"Delete project","title":"Jste si opravdu jisti?","desc":"Tuto akci nelze vr\xe1tit zpět. Toto projekt trvale odstran\xed a z\xe1roveň všechna souvisej\xedc\xed data z našich serverů.","cancel":"Zrušit","submit":"Odstranit","success":"Projekt byl \xfaspěšně odstraněn"},"FormActions":{"errors":{"unauthorized":"User authentication error","internal":"Internal Server Error, please try again later.","unknown":"An unknown error has occurred, please try again later.","no_platforms":"No platform projects defined in metadata.","no_project":"Platform project not found. Please make sure the metadata \\"slug\\" field is correct.","unsupported_type":"Unsupported project type","ownership":"Failed to verify project ownership","cf_unavailable":"Registering CurseForge projects is not active","requires_auth":"Repository connection requires login credentials but none were provided","no_repository":"Repository not found","no_branch":"Invalid branch specified","no_path":"Metadata file not found at specified path","invalid_meta":"Metadata file is invalid","unsupported":"Not yet implemented","exists":"Project already exists.","not_found":"Project does not exist","illegal_id":"Illegal project ID","not_owner":"User is not authorized to register this project"}},"CommunityBadge":{"title":"Community","desc":"Unofficial documentation maintained by the community"},"DocsPageNotFoundError":{"title":"We lost this page","desc":"The requested documentation page is not available at the moment.","suggestion":"Please try again later or report this issue to the project author.","submit":"Submit issue","return":"Return Home"},"GetStartedButton":{"title":"Create your first project"},"ProjectHomepage":{"overview":{"intro":"<project></project> is a {type} created by <authors></authors>.","availability":"Available for <versions></versions>. Latest version built for <latest></latest>. First released for <first></first>.","tags":"Tagged:"},"description":{"title":"Description"},"navigation":{"title":"Navigation","docs":{"title":"Browse documentation","desc":"{pages} pages available."},"content":{"title":"Browse content","desc":"{items} in-game items."}},"links":{"title":"Odkazy","website":"Website","source_code":"Source code"},"license":{"title":"Licenses","project":"Project License","arr":"Všechna pr\xe1va vyhrazena","unknown":"Unknown","wiki":"Wiki License","default":"Wiki content <link>partially made available</link> under the <license></license> license."}},"ProjectDocsHomepage":{"title":"Domov"},"DocsHomepagePlaceholder":{"title":"Homepage placeholder","subtitle":"Due to API restrictions, project metadata is not available for CurseForge projects in local environments.","replace":"Don\'t worry! We\'ll replace this placeholder with the project\'s actual description once deployed on the live wiki website."},"DocsSearchBar":{"placeholder":"Search wiki contents...","no_results":"No results found!","loading":"Finding the perfect results...","results":"Showing <highlight>{count}</highlight> of <highlight>{total}</highlight> results","close":"<kbd>ESC</kbd> to close"},"DocsChangelogPage":{"title":"Changelog"},"DocsLeftSidebar":{"title":"Documentation","homepage":"Domov"},"DocsContentRightSidebar":{"title":"Entry information"},"DocsNonContentRightSidebar":{"title":"On this page"},"DocsVersionSelector":{"placeholder":"Select version","latest":"Latest"},"ModVersionRange":{"desc":"+{count} more"},"LanguageSelect":{"placeholder":"Search languages...","no_results":"No language found."},"ProjectStatus":{"unknown":"Unknown","loading":"Initializing","healthy":"Loaded","at_risk":"Requires attention","error":"Errored"},"DevProjectsListPage":{"project":{"manage":"Manage"},"empty":{"primary":"Looks like you haven\'t created any projects yet","secondary":"Get started by reading our <guide>author guide</guide>."}},"DevProjectPage":{"breadcrumbs":{"home":"Domov"},"toolbar":{"view":"View","deployments":"Deployments"},"overview":{"title":"Project overview","desc":"Project information summary"},"source":{"title":"Project Source","repo":"Repository","branch":"Branch","path":"Path","public":"Public"},"platforms":{"title":"Platforms","desc":"Project hosting platforms","headers":{"platform":"Platform","slug":"Slug / ID","link":"Link"},"open":"Open"},"information":{"title":"Information","desc":"Resolved information","type":"Typ","status":"Status","created_at":"Created at"},"revision":{"title":"Current git revision","reloading":"Reloading project, please stand by...","not_found":"No revision found. Try reloading the project."}},"DevProjectSettingsPage":{"title":"Project settings","desc":"Configure project properties"},"DevProjectVersionsPage":{"title":"Project versions","desc":"Browse project content versions"},"DevProjectHealthPage":{"title":"Project health","desc":"Monitor project status and issues","errors":{"title":"Project issue report","desc":"Ongoing warnings & errors","empty":"No issues found"}},"DevProjectMembersPage":{"title":"Project members","desc":"Manage project members & permissions","roles":{"owner":"Vlastn\xedk"},"actions":{"manage":"Manage"}},"DevProjectContentItemsPage":{"title":"Project items","desc":"Browse project items"},"DevProjectContentRecipesPage":{"title":"Project recipes","desc":"Browse project crafting recipes"},"DevProjectContentTagsPage":{"title":"Project tags","desc":"Browse project tags"},"DevProjectLogs":{"title":"Deployment log","show":"Show","unloaded":"Not loaded","waiting":"Waiting for server...","loading":"Nač\xedt\xe1n\xed…","error":"Error loading logs","toast":{"success":"Project setup complete","error":"Error during project setup"}},"DeveloperSidebar":{"teams":{"personal":"Personal"},"groups":{"projects":"Projekty","platform":"Platform","admin":"Administration"},"nav":{"projects":"Projekty","documentation":"Documentation","settings":"Settings","admin":"System settings"}},"DevSidebarContextSwitcher":{"title":"Teams"},"DevSidebarUser":{"logout":{"button":"Log out","title":"Odhl\xe1sit se","desc":"Logging out..."},"unknown_avatar":"N/A"},"UserSettings":{"breadcrumbs":{"home":"Domov","settings":"Settings"},"profile":{"bio":"Modded Minecraft Wiki creator","join_date":"Joined {date}","admin":"Admin"},"connections":{"title":"Connections","modrinth":{"title":"Modrinth account","desc":"Used to verify project ownership","connect":"Connect","view":"View","disconnect":"Disconnect"}},"account":{"title":"Account","delete":{"title":"Delete account","desc":"Forever delete all account data","button":"Delete account"},"delete_modal":{"title":"Delete account","desc":"Are you sure you want to delete this account? This is a destructive action that cannot be undone.","cancel":"Zrušit","button":"Delete forever"}},"toast":{"unlink":{"success":"Account unlinked successfully","error":"Error unlinking account"}}},"AuthFailure":{"title":"Authentication failure","desc":"An unexpected error has occured while trying to log in. Please try again later.","status":"Check status","return":"Return home","report":"Report Bug"},"BuiltinRecipeTypes":{"blasting":"Blasting","campfire_cooking":"Campfire cooking","crafting_shaped":"Shaped Crafting","crafting_shapeless":"Shapeless Crafting","smelting":"Smelting","smithing_transform":"Smithing","smoking":"Smoking","stonecutting":"Stonecutting"},"DocsEntryTabs":{"history":"Show history","home":"Show content"},"DevProjectSidebar":{"groups":{"project":"Project","content":"Content"},"nav":{"home":"Overview","settings":"Settings","members":"Members","deployments":"Deployments","health":"Health","versions":"Versions","content":"Items","tags":"Tagy","recipes":"Recipes"}},"PrefabObtaining":{"recipe":"Recipe"},"PrefabUsage":{"usage":"Usage"},"AdminSidebar":{"groups":{"home":"Domov","data":"Data","system":"System","moderation":"Moderation"},"nav":{"home":"Overview","data_imports":"Data Imports","access_keys":"Access Keys","migrations":"Migrations","users":"Users","projects":"Projekty","config":"Configuration","reports":"Reports","audit_log":"Audit Log","return":"Return"}},"AdminDataImports":{"title":"System data imports","desc":"Imported game data"},"AdminMigrations":{"title":"Data migrations","desc":"Available data migrations"},"EmptyDataTable":{"guide":"Read the <link>author guide</link> to find out more on how to integrate game data into your project."},"DataTable":{"no_results":"No results.","filter":"Filter rows...","previous":"Previous","next":"Next"},"DevProjectVersionsTable":{"name":"Name","branch":"Branch","empty":{"title":"No additional versions were found in your project.","desc":"Read the <link>author guide</link> to learn more about project versioning."}},"DevProjectItemsTable":{"icon":"Icon","id":"Identifier","name":"Name","path":"Page path (internal)","actions":{"open":"Open menu","title":"Actions","view":"View"},"empty":{"title":"No items were found in your project.","desc":"Project items are automatically detected from content pages and included game files."}},"DevProjectTagsTable":{"id":"Identifier","items":"Item count","empty":{"title":"No tags were found in your project."}},"DevProjectRecipesTable":{"type":"Typ","id":"Identifier","empty":{"title":"No recipes were found in your project."}},"ResolvedProjectRecipe":{"type":"Recipe Type","input":"Ingredients","output":"Outputs","preview":"Recipe preview","workbenches":"You can craft this recipe using:"},"DevProjectDeploymentsPage":{"title":"Project deployments","desc":"Manage deployed project versions"},"DevProjectDeploymentsTable":{"id":"ID","commit":"Commit","created_at":"Deploy time","user_id":"Deployed by","status":"Status"},"DeploymentStatus":{"unknown":"N/A","created":"Queued","loading":"Loading","success":"Success","error":"Failed"},"DeleteDeploymentModal":{"trigger":"Odstranit","title":"Jste si opravdu jisti?","desc":"This action cannot be undone. This deployment will be permanently deleted from our servers.","cancel":"Zrušit","submit":"Odstranit","success":"Deployment deleted successfully"},"DeployProjectModal":{"button":"Deploy","title":"New deployment","primary":"All project content will be <b>re-fetched</b> from the source. This option should be used upon updating the documentation source itself.","secondary":"If the new deployment fails, currently stored data <b>will not</b> be replaced. You can always <b>roll back</b> to previous deployments using the \'Redeploy\' option.","tertiary":"For your own convenience, we recommend automatically revalidating docs after publication using our <link>Gradle plugin</link> instead.","note":"Project configuration remains unchanged. For updating meta information (e.g. source and platforms), please use the Settings dialog instead.","cancel":"Zrušit","submit":"Deploy"},"LiveProjectDeployConnection":{"loading":"Deploying project...","success":"Project deploy successful","error":"Project deploy failed","view":"View"},"DevProjectDeploymentPage":{"deployments":"Deployments","title":"Deployment Details","git-config":{"title":"Source coordinates"}},"ProjectGitRevision":{"title":"Git revision","title_current":"Current Git revision","loading":"Deploying project, please stand by...","not_found":"Project has no active deployment"},"ProjectIssueWidget":{"file":"File: <file></file>","date":"Created at: <date></date>","version":"Version: <version></version>"},"ProjectIssueLevel":{"warning":"Warning","error":"Error","unknown":"Unknown"},"ProjectIssueType":{"meta":"Invalid project metadata","file":"Invalid file","git_clone":"Error cloning repository","git_info":"Error getting commit information","ingestor":"Error importing content","internal":"Internal server error","page_render":"Invalid page","unknown":"Unknown error"},"DeploymentIssues":{"title":"Deployment issues","empty":"No issues found.","issues_found":"Found {count, plural, =1 {1 issue that needs} other {# issues that need}} attention."},"ProjectError":{"requires_auth":"Repository connection requires login credentials but none were provided","no_repository":"Repository not found","repo_too_large":"Repository exceeds allowed file size","no_branch":"Invalid branch specified","no_path":"Metadata file not found at specified path","invalid_meta":"Metadata file is invalid","invalid_page":"Failed to render page contents","duplicate_page":"Duplicate page","unknown_recipe_type":"Unknown recipe type","invalid_ingredient":"Invalid ingredient","invalid_file":"Failed to parse file","invalid_format":"Invalid file format","invalid_resloc":"Invalid Resource Location","invalid_version_branch":"Version branch does not exist","missing_platform_project":"Missing platform project","no_page_title":"Page is missing title","missing_required_attribute":"Page is missing a required metadata attribute","unknown":"Unknown error"},"AdminReports":{"title":"Project Reports","desc":"Manage project reports"},"ResponsiveTable":{"expand":"Expand"},"UsageContentList":{"more":"Show more ..."},"RecipeUsage":{"description":"Can be used to create the following items:","empty":"Has no known usages in crafting."},"ContentCategory":{"all":"All","other":"Other"},"ContentChangelog":{"toggle":"Show changelog"},"ContentProperties":{"bool":{"true":"Yes","false":"No"},"type":{"block":"Block","item":"Item","other":"Other"},"properties":{"id":"ID","source_mod":"Source mod","type":"Typ","stack_size":"Stack size","required_tool":"Tool","blast_resistance":"Blast resistance","hardness":"Hardness","flammable":"Flammable"}},"DocsLink":{"not_found":"(Not found)"},"AdminAccessKeys":{"title":"System access keys","desc":"Provides auth for when non-interactive access is needed, such as CI"},"CreateAccessKeyModal":{"title":"Create access key","desc":"New system access key","button":"Create","name":{"title":"Name","desc":"Give your key a name","placeholder":"Deploy staging"},"days_valid":{"title":"Days of validity","desc":"Number of days the key is valid for. Use 0 for no expiration."},"submit":"Odeslat","submitting":"Submitting..."},"SaveAccessKeyModal":{"title":"Access Key","desc":"Save your generated access key","key":"Access Key","note":"Keep the key value safe. You won\'t be able to access it again.","valid":"The key is valid until {expiry}.","close":"Done"},"DeleteAccessKeyModal":{"title":"Delete Access Key","desc":"Invalidate and delete access key","body":"This will forever delete the access key <name></name>.","cancel":"Zrušit","submit":"Odstranit","success":"Access Key deleted successfully"},"CopyButton":{"copied":"Copied to clipboard"},"InteractiveComponentPlaceholder":{"title":"Content unavailable in preview mode","desc":"Interactive components are currently not supported in the local previewer. The actual contents will be shown here when the project is deployed onto the Wiki website."},"RevalidateCacheModal":{"title":"Revalidate cache tag","desc":"Manually revalidate a cache tag. Used for diagnostic purposes.","button":"Revalidate cache tag","tag":{"title":"Cache Tag","desc":"The cache tag to revalidate"},"success":"Cache tag invalidated successfully"}}')},5893:a=>{"use strict";a.exports=JSON.parse('{"Badges":{"local":"تمڤتن","latest":"ترکيني","admin":"Admin"},"NavigationHeader":{"title":"ويکي ماءينکرف‌ت موديد","title_short":"ويکي","badge":{"preview":"مود ڤراليهت","beta":"بيتا"},"link":{"home":"لامن اوتام","browse":"سيمق ايمبس","about":"تنتڠ"}},"NavigationFooter":{"title":"ويکي ماءينکرف‌ت موديد","links":{"navigation":{"title":"ناۏيݢاسي","home":"لامن اوتام","browse":"سيمق ايمبس","dev":"ڤمباڠون"},"links":{"title":"ڤاءوتن"},"resources":{"title":"سومبر","blog":"بلوݢ","status":"ستاتوس","translate":"بنتو کامي منترجمه"},"about":{"title":"تنتڠ","tos":"شرط ڤرخدمتن","privacy":"داسر ڤريۏاسي","contact":"هوبوڠي"}}},"HomePage":{"title":"سلامت داتڠ ک<highlight>ويکي ماءينکرف‌ت موديد</highlight>","subtitle":"سومبر اوتام اندا اونتوق منموءي⹁ منچيڤتا دان مڽومبڠ کڤد ڤروجيک برکاءيتن ماءينکرف‌ت.","popular":{"title":"ويکي ڤوڤولر","open":"باچ لبيه لنجوت","disclaimer":"ڤروجيک٢ اين دسرلهکن برداسرکن ڤوڤولاريتيڽ ملالوءي ستاتيستيک ڤاڤرن دان تيدق دصحکن سچارا راسمي اوليه ويکي ماءينکرف‌ت موديد."},"community":{"title":"سرتاي کومونيتي کامي","users":{"title":"ڤڠݢونا","subtitle":"تروکي ڤروجيک يڠ دتمڤيلکن اوليه کامي دان نعمتي فاءيده اين:","docs":"اکسيس دوکومنتاسي يڠ ترکيني⹁ برکواليتي تيڠݢي دان برۏرسي","contribute":"بر سومبڠ کڤد ڤروجيک تنڤا ڤڠتاهوان ڤڠاتورچاراءن","ui":"نعمتي انتارا موک يڠ کونسيستن دان مسرا ڤڠݢونا مرنتسي سموا ڤروجيک","localization":"منفعت درڤد سوکوڠن مولتيبهاس"},"authors":{"title":"ڤڠارڠ","subtitle":"داڤتکن اکسيس کڤد ڤاڤن ڤموک ڤروجيک دان نعمتي فاءيده اين:","vcs":"سوکوڠن ڤمۏرسين اونتوق دوکومنتاسي اندا","components":"Built-in components for recipes, assets, etc.","gradle":"ڤڽڤادوان Gradle اونتوق اليرن کرجا يڠ لنچر","management":"الت ڤڠوروسن ڤروجيک لنجوتن","interaction":"اينترکسي لڠسوڠ دڠن ڤڠکلن ڤڠݢونا اندا","dashboard":"بوک ڤاڤن ڤموک","guide":"باچ لبيه لنجوت"}},"browse":"سيمق ايمبس ڤروجيک","highlights":{"localization":{"title":"ڤڽتمڤتن","desc":"ترجمهکن دوکومنتاسي اندا کدالم بهاس٢ دنيا"},"accessibility":{"title":"موده داکسيس","desc":"انتارا موک ڤڠݢونا يڠ اينتويتيف دان ريسڤونسيف"},"open":{"title":"تربوک","desc":"بيارکن ڤڠݢونا اندا مڽومبڠ تنڤا ڤڠتاهوان ڤڠاتورچاراءن يڠ دڤرلوکن"},"free":{"title":"ڤرچوما","desc":"ڤڠهوسن دوکومنتاسي ڤد لامن سساوڠ کامي اداله ڤرچوما سڤنوهڽ!"}},"about":{"title":"تنتڠ کامي","maintainers":"ويکي اين دبينا دان دسلڠݢارا اوليه <b>Sinytra</b>⹁ سبواه ڤاسوقن ڤمباڠون يڠ برديديکاسي يڠ برسماڠت يڠ منومڤوکن ڤد ڤڽمڤاين ڤرايسين سومبر تربوک دان ڤرچوما يڠ برکواليتي تيڠݢي اونتوق کومونيتي ڤڠوبهسواين ماءينکرف‌ت.","mission":"متلامت کامي اداله اونتوق ممڤرکاساکن ڤڠوبهسواي دان ڤماءين دڠن مڽدياکن التن دان سومبر يڠ دڤرلوکن اونتوق منچيڤتا⹁ مندوکومنکن دان منروک کموڠکينن يڠ تيدق برکسودهن ماءينکرف‌ت يڠ دأوبه سواي."},"blog":{"title":"سيارن بلوݢ","open":"باچ لبيه لنجوت"}},"BrowsePage":{"sidebar":{"title":"سيمق ايمبس ڤروجيک","search_filters":"ڤناڤيس چارين...","categories":"کاتݢوري"},"sorting":"ايسيه مڠيکوت","sort":{"relevance":"کاءيتن","creation_date":"تاريخ ڤنچيڤتاءن","popularity":"ڤوڤولاريتي","az":"A-Z","za":"Z-A"},"search":"چاري ڤروجيک...","clear_filter":"کوسوڠکن ڤناڤيس","no_results":"چارين تيدق مڠمباليکن حاصيل!"},"SearchProjectTypes":{"mod":"مود","modpack":"ڤيک مود","resourcepack":"ڤيک سومبر","datapack":"ڤيک داتا","shader":"ڤمبايڠ","plugin":"ڤمالم"},"ProjectTypes":{"mod":"مود","modpack":"ڤيک مود","resourcepack":"ڤيک سومبر","datapack":"ڤيک داتا","shader":"ڤمبايڠ","plugin":"ڤمالم"},"LoadingContent":{"message":"ممواتکن..."},"MetaDocsNavigation":{"title":"ناۏيݢاسي","about":"ڤريحال","devs":"Author guide","components":"Components","help":"داڤتکن بنتوان","tos":"شرط ڤڠݢوناءن","privacy":"داسر ڤريۏاسي","security":"نوتيس کسلامتن"},"Login":{"title":"لوݢ ماسوق دڤرلوکن","desc":"لامن يڠ اندا چوبا اکسيس ممرلوکن اندا اونتوق لوݢ ماسوق.","prompt":"سيلا ݢوناکن اکاءون GitHub اندا اونتوق منروسکن.","button":"لوݢ ماسوق دڠن GitHub"},"Preview":{"title":"مود ڤراليهت سدڠ دداياکن","desc":"مود ڤراليهت منداياکن انتارا موک ڤڠݢونا يڠ مينيموم⹁ ممبوليهکن اندا منومڤوکن ڤد مندرف دوکومن اندا سچارا ستمڤت سبلوم دتربيتکن.","roots":"اکر دوکومنتاسي تمڤتن يڠ ترسديا","open":"بوک"},"DocsProjectInfo":{"title":"معلومت ڤروجيک","type":"جنيس","author":"ڤڠارڠ","tags":"تݢ","latest":{"title":"ۏرسي ترکيني","unknown":"N/A"},"license":{"title":"ليسين","custom":"ترسواي","unknown":"تيدق دکتاهوءي","arr":"حق چيڤتا ترڤليهارا"}},"ProjectCategories":{"adventure":"ڤڠمباراءن","cursed":"ڤليق","decoration":"هياسن","economy":"ايکونومي","equipment":"ڤرالتن","food":"ماکنن","game-mechanics":"ميکانيک ڤرماءينن","library":"ڤوستاک","magic":"ماجيک","management":"ڤڠوروسن","minigame":"ڤرماءينن ميني","mobs":"مخلوق","optimization":"ڤڠوڤتيمومن","social":"سوسيال","storage":"ڤڽيمڤنن","technology":"تيکنولوݢي","transportation":"ڤڠڠکوتن","utility":"اوتيليتي","worldgen":"ڤنجاناءن دنيا","server-utility":"اوتيليتي ڤلاين","armor-weapons-tools":"زيره⹁ التن دان سنجات","library-api":"API دان ڤوستاک","adventure-rpg":"ڤڠمباراءن دان RPG","world-gen":"ڤنجاناءن دنيا","cosmetic":"کوسميتيک","mc-food":"ماکنن","performance":"ڤريستاسي","map-information":"ڤتا دان معلومت","bug-fixes":"ڤمباءيقن ڤڤيجت","mc-addons":"ڤنمبهن","education":"ڤنديديقن","mc-miscellaneous":"لاءين٢","redstone":"ريدستون","utility-qol":"اوتيليتي & QoL","mc-creator":"MCreator"},"PageEditControls":{"edit_gh":"سونتيڠ هلامن اين","report":"لاڤورکن لامن اين","report_button":"لاڤورکن لامن","last_updated":"کمس کيني تراخير: <date></date>"},"Report":{"title":"لاڤورکن لامن دوکومنتاسي","desc":"Report content that violates our <tos>Terms of Service</tos> or <cr>Content Rules</cr>.","contact":"For auditing purposes, your <b>username</b> will be included in the report.","confidential":"ڤريۏاسي اندا اداله ڤنتيڠ باݢي کامي⹁ دان معلومت اين اکن سنتياس درهسياکن.","privacy":"اونتوق معلومت لنجوت⹁ سيلا روجوع <link>داسر ڤريۏاسي</link> کامي.","form":{"id":{"title":"ID ڤروجيک","desc":"ID ڤروجيک يڠ دلاڤورکن."},"path":{"title":"لالوان لامن","desc":"لالوان لامن دوکومنتاسي يڠ دلاڤورکن."},"locale":{"title":"Locale","desc":"Applied if the content lies within a localized subpath.","placeholder":"N/A"},"version":{"title":"Version","desc":"Applied if the content lies within a named version.","placeholder":"N/A"},"reason":{"title":"سبب*","placeholder":"Select a reason for reporting this content","desc":"Reason for reporting this content.","dislike":"ساي سقدر تيدق سوک"},"details":{"title":"بوتيرن*","placeholder":"Please provide more details on why you\'re reporting this content. Note that empty reports will be ignored.","desc":"بوتيرن تمبهن تنتڠ ايسو ترسبوت."},"dislike":{"title":"We understand that you may not like this content, and that\'s totally okay!","desc":"مالڠڽ⹁ باݢايماناڤون⹁ اي بوکن السن يڠ صح اونتوق ملاڤورکن ڤروجيک.","suggestion":"Would you like to look for something else to explore instead?","explore":"تروکي ڤروجيک"},"success":"لاڤورن برجاي دهانتر"}},"ProjectReportReason":{"spam":"ڤڠسڤامن","copyright":"ڤلڠݢرن حق چيڤتا","content_rules":"ملڠݢر ڤراتورن کاندوڠن","tos":"ملڠݢر شرط ڤرخدمتن","unknown":"تيدق دکتاهوءي"},"ProjectReportStatus":{"new":"New","dismissed":"Dismissed","accepted":"Accepted","unknown":"تيدق دکتاهوءي"},"ProjectReportType":{"project":"ڤروجيک","docs":"Docs page","content":"Content page","unknown":"تيدق دکتاهوءي"},"ViewReportPage":{"reports":"Reports","title":"Report details","desc":"Viewing report details for {id}","details":{"reporter":"Reported by","project_id":"ID ڤروجيک","path":"لالوان","body":"Body","reason":"سبب","created_at":"دچيڤتا ڤد","status":"ستاتوس","type":"جنيس","locale":"Locale","version":"Version"},"actions":{"dismiss":"Dismiss","accept":"Accept"},"toast":{"accept":"Report accepted","dismiss":"Report dismissed"}},"SubmitButton":{"title":"سره"},"Callout":{"default":"ڤرهاتين!","info":"Info","warning":"Warning","danger":"Danger"},"ProjectRegisterForm":{"button":"New Project","title":"دفتر ڤروجيک","desc":"دفترکن ڤروجيک بهارو ک دالم ويکي.","repo":{"title":"URL ريڤوسيتوري","desc":"اين اداله علامت يڠ اندا ݢوناکن اونتوق مڠکلون ريڤوسيتوري اندا.","placeholder":"https://github.com/ContohPengguna/ContohMod"},"branch":{"title":"چابڠ","desc":"روجوعن چابڠ اوتام. اندا بوليه مننتوکن چابڠ تمبهن اونتوق دسرتاکن دالم فاءيل ميتاداتا اندا."},"path":{"title":"لالوان کاکر دوکومنتاسي","desc":"لالوان کفولدر يڠ مڠاندوڠي فاءيل ميتاداتا."},"admin":"تتڤن ڤنتدبير ويکي","is_community":{"title":"ڤروجيک يڠ دسلڠݢارا کومونيتي"},"errors":{"details":"ڤاڤرکن بوتيرن"},"connect_modrinth":{"desc":"سامبوڠکن <b>اکاءون Modrinth</b> اندا دالم تتڤن اونتوق مڠصحکن ڤميليقن ڤروجيک ڤلتفوم دڠن موده ڤد بيلا‌٢ ماس.","settings":"بوک تتڤن"},"submit":"سره","success":{"title":"ڤروجيک برجاي ددفترکن","desc":"اندا کيني بوليه مناۏيݢاسي کلامن دوکومنتاسي ڤروجيک"},"submitting":"مڽرهکن...","verify_modrinth":"صحکن مڠݢوناکن Modrinth"},"ProjectSettingsForm":{"title":"سونتيڠ ڤروجيک","desc":"سونتيڠ تتڤن ڤروجيک سديا اد.","button":"تتڤن","success":{"title":"ڤروجيک برجاي دکمس کيني","desc":"اندا کيني بوليه مناۏيݢاسي کلامن دوکومنتاسي ڤروجيک يڠ دکمس کيني"}},"ProjectDeleteForm":{"trigger":"Delete project","title":"اداکه اندا بنر٢ ڤستي؟","desc":"تيندقن اين تيدق بوليه دبوات اصل. اين اکن ممادمکن ڤروجيک اندا سچارا ککل دان مڠاليه کلوار سموا داتا يڠ برکاءيتن درڤد ڤلاين کامي.","cancel":"بطل","submit":"ڤادم","success":"ڤروجيک برجاي دڤادم"},"FormActions":{"errors":{"unauthorized":"رالت ڤڠصحن ڤڠݢونا","internal":"رالت ڤلاين دالمن⹁ سيلا چوبا لاݢي کمودين.","unknown":"سبواه رالت يڠ تيدق دکتاهوءي تله برلاکو⹁ سيلا چوبا سبنتر لاݢي.","no_platforms":"تياد ڤروجيک ڤلتفوم دتعريفکن دالم ميتاداتا.","no_project":"ڤلتفوم ڤروجيک تيدق دتموءي. سيلا ڤستيکن ميدن \\"slug\\" ميتاداتا اداله بتول.","unsupported_type":"جنيس ڤروجيک تيدق دسوکوڠ","ownership":"ݢاݢل مڠصحکن ڤميليقن ڤروجيک","cf_unavailable":"ڤندفترن ڤروجيک CurseForge تيدق اکتيف","requires_auth":"سامبوڠن ريڤوسيتوري ممرلوکن کلايقن لوݢ ماسوق تتاڤي تياد يڠ دبريکن","no_repository":"ريڤوسيتوري تيدق دتموءي","no_branch":"چابڠ تيدق صح دتنتوکن","no_path":"فاءيل ميتاداتا تيدق دتموءي ڤد لالوان يڠ دتنتوکن","invalid_meta":"فاءيل ميتاداتا تيدق صح","unsupported":"بلوم دلقساناکن","exists":"ڤروجيک سوده وجود.","not_found":"ڤروجيک تيدق وجود","illegal_id":"Illegal project ID","not_owner":"User is not authorized to register this project"}},"CommunityBadge":{"title":"کومونيتي","desc":"دوکومنتاسي تيدق راسمي يڠ دسلڠݢارا اوليه کومونيتي"},"DocsPageNotFoundError":{"title":"کامي کهيلڠن لامن اين","desc":"لامن دوکومنتاسي يڠ دمينتا تيدق ترسديا ڤد ماس اين.","suggestion":"سيلا چوبا سبنتر لاݢي اتاو لاڤورکن ايسو اين کڤد ڤڠارڠ ڤروجيک.","submit":"سرهکن ايسو","return":"کمبالي ک لامن اوتام"},"GetStartedButton":{"title":"Create your first project"},"ProjectHomepage":{"overview":{"intro":"<project></project> is a {type} created by <authors></authors>.","availability":"Available for <versions></versions>. Latest version built for <latest></latest>. First released for <first></first>.","tags":"Tagged:"},"description":{"title":"Description"},"navigation":{"title":"ناۏيݢاسي","docs":{"title":"Browse documentation","desc":"{pages} pages available."},"content":{"title":"Browse content","desc":"{items} in-game items."}},"links":{"title":"ڤاءوتن","website":"Website","source_code":"Source code"},"license":{"title":"ليسين","project":"Project License","arr":"حق چيڤتا ترڤليهارا","unknown":"تيدق دکتاهوءي","wiki":"Wiki License","default":"Wiki content <link>partially made available</link> under the <license></license> license."}},"ProjectDocsHomepage":{"title":"لامن اوتام"},"DocsHomepagePlaceholder":{"title":"ڤمݢڠ تمڤت لامن اوتام","subtitle":"دسببکن اوليه سکتن API⹁ ميتاداتا ڤروجيک تيدق ترسديا اونتوق ڤروجيک کرس‌فورج دالم ڤرسکيترن تمڤتن.","replace":"جاڠن ريساو! کامي اکن مڠݢنتيکن رواڠ لتق اين دڠن ڤنرڠن سبنر ڤروجيک سباءيق سهاج دݢوناکن د تاڤق ويب ويکي لڠسوڠ."},"DocsSearchBar":{"placeholder":"چاري کاندوڠن ويکي...","no_results":"تياد حاصيل چارين دتموءي!","loading":"منچاري حاصيل يڠ سمڤورنا...","results":"منونجوقکن <highlight>{count}</highlight> حاصيل درڤد <highlight>{total}</highlight>","close":"<kbd>ESC</kbd> اونتوق توتوڤ"},"DocsChangelogPage":{"title":"لوݢ ڤروبهن"},"DocsLeftSidebar":{"title":"دوکومنتاسي","homepage":"لامن اوتام"},"DocsContentRightSidebar":{"title":"معلومت اينتري"},"DocsNonContentRightSidebar":{"title":"ڤد لامن اين"},"DocsVersionSelector":{"placeholder":"ڤيليه ۏرسي","latest":"ترکيني"},"ModVersionRange":{"desc":"+{count} لاݢي"},"LanguageSelect":{"placeholder":"چاري بهاس...","no_results":"تياد بهاس دتموءي."},"ProjectStatus":{"unknown":"تيدق دکتاهوءي","loading":"دمولاکن","healthy":"دمواتکن","at_risk":"Requires attention","error":"تله رالت"},"DevProjectsListPage":{"project":{"manage":"اوروس"},"empty":{"primary":"Looks like you haven\'t created any projects yet","secondary":"مولاکن دڠن ممباچ <guide>ڤندوان ڤڠارڠ</guide> کامي."}},"DevProjectPage":{"breadcrumbs":{"home":"لامن اوتام"},"toolbar":{"view":"ليهت","deployments":"Deployments"},"overview":{"title":"Project overview","desc":"Project information summary"},"source":{"title":"سومبر ڤروجيک","repo":"ريڤوسيتوري","branch":"چابڠ","path":"لالوان","public":"عوام"},"platforms":{"title":"ڤلتفوم","desc":"Project hosting platforms","headers":{"platform":"ڤلتفوم","slug":"سلوݢ / ID","link":"ڤاءوتن"},"open":"بوک"},"information":{"title":"معلومت","desc":"Resolved information","type":"جنيس","status":"ستاتوس","created_at":"دچيڤتا ڤد"},"revision":{"title":"Current git revision","reloading":"Reloading project, please stand by...","not_found":"No revision found. Try reloading the project."}},"DevProjectSettingsPage":{"title":"Project settings","desc":"Configure project properties"},"DevProjectVersionsPage":{"title":"Project versions","desc":"Browse project content versions"},"DevProjectHealthPage":{"title":"Project health","desc":"Monitor project status and issues","errors":{"title":"Project issue report","desc":"Ongoing warnings & errors","empty":"No issues found"}},"DevProjectMembersPage":{"title":"Project members","desc":"Manage project members & permissions","roles":{"owner":"ڤميليق"},"actions":{"manage":"اوروس"}},"DevProjectContentItemsPage":{"title":"Project items","desc":"Browse project items"},"DevProjectContentRecipesPage":{"title":"Project recipes","desc":"Browse project crafting recipes"},"DevProjectContentTagsPage":{"title":"Project tags","desc":"Browse project tags"},"DevProjectLogs":{"title":"Deployment log","show":"تونجوقکن","unloaded":"تيدق دمواتکن","waiting":"منوڠݢو ڤلاين...","loading":"مموات...","error":"رالت دالم مموات لوݢ","toast":{"success":"ڤرسدياءن ڤروجيک سلساي","error":"رالت سماس ڤرسدياءن ڤروجيک"}},"DeveloperSidebar":{"teams":{"personal":"ڤريبادي"},"groups":{"projects":"ڤروجيک","platform":"ڤلتفوم","admin":"Administration"},"nav":{"projects":"ڤروجيک","documentation":"دوکومنتاسي","settings":"تتڤن","admin":"System settings"}},"DevSidebarContextSwitcher":{"title":"ڤاسوقن"},"DevSidebarUser":{"logout":{"button":"لوݢ کلوار","title":"لوݢ کلوار","desc":"سدڠ لوݢ کلوار..."},"unknown_avatar":"N/A"},"UserSettings":{"breadcrumbs":{"home":"لامن اوتام","settings":"تتڤن"},"profile":{"bio":"ڤنچيڤتا ويکي ماءينکرف‌ت موديد","join_date":"مڽرتاءي ڤد {date}","admin":"Admin"},"connections":{"title":"سامبوڠن","modrinth":{"title":"اکاءون Modrinth","desc":"دݢوناکن اونتوق مڠصحکن ڤميليقن ڤروجيک","connect":"سامبوڠ","view":"ليهت","disconnect":"ڤوتوسکن"}},"account":{"title":"اکاءون","delete":{"title":"ڤادم اکاءون","desc":"ڤادم سموا داتا اکاءون بوات سلاما-لاماڽ","button":"ڤادم اکاءون"},"delete_modal":{"title":"ڤادم اکاءون","desc":"اداکه اندا ڤستي ماهو ممادمکن اکاءون اين؟ اين اداله تيندقن يڠ مروسقکن دان تيدق بوليه دبوات اصل.","cancel":"بطل","button":"ڤادم سلاما-لاماڽ"}},"toast":{"unlink":{"success":"اکاءون برجاي دڽهڤاءوت","error":"رالت دالم مڽهڤاءوت اکاءون"}}},"AuthFailure":{"title":"کݢاݢلن ڤڠصحن","desc":"سبواه رالت يڠ تيدق دجڠک تله برلاکو سماس چوبا لوݢ ماسوق. سيلا چوبا سبنتر لاݢي.","status":"سيمق ستاتوس","return":"کمبالي کلامن اوتام","report":"لاڤورکن ڤڤيجت"},"BuiltinRecipeTypes":{"blasting":"Blasting","campfire_cooking":"Campfire cooking","crafting_shaped":"Shaped Crafting","crafting_shapeless":"Shapeless Crafting","smelting":"Smelting","smithing_transform":"Smithing","smoking":"Smoking","stonecutting":"Stonecutting"},"DocsEntryTabs":{"history":"Show history","home":"Show content"},"DevProjectSidebar":{"groups":{"project":"ڤروجيک","content":"Content"},"nav":{"home":"Overview","settings":"تتڤن","members":"Members","deployments":"Deployments","health":"Health","versions":"ۏرسي","content":"Items","tags":"تݢ","recipes":"Recipes"}},"PrefabObtaining":{"recipe":"Recipe"},"PrefabUsage":{"usage":"Usage"},"AdminSidebar":{"groups":{"home":"لامن اوتام","data":"Data","system":"System","moderation":"Moderation"},"nav":{"home":"Overview","data_imports":"Data Imports","access_keys":"Access Keys","migrations":"Migrations","users":"ڤڠݢونا","projects":"ڤروجيک","config":"Configuration","reports":"Reports","audit_log":"Audit Log","return":"Return"}},"AdminDataImports":{"title":"System data imports","desc":"Imported game data"},"AdminMigrations":{"title":"Data migrations","desc":"Available data migrations"},"EmptyDataTable":{"guide":"Read the <link>author guide</link> to find out more on how to integrate game data into your project."},"DataTable":{"no_results":"No results.","filter":"Filter rows...","previous":"Previous","next":"Next"},"DevProjectVersionsTable":{"name":"نام","branch":"چابڠ","empty":{"title":"No additional versions were found in your project.","desc":"Read the <link>author guide</link> to learn more about project versioning."}},"DevProjectItemsTable":{"icon":"Icon","id":"Identifier","name":"نام","path":"Page path (internal)","actions":{"open":"Open menu","title":"Actions","view":"ليهت"},"empty":{"title":"No items were found in your project.","desc":"Project items are automatically detected from content pages and included game files."}},"DevProjectTagsTable":{"id":"Identifier","items":"Item count","empty":{"title":"No tags were found in your project."}},"DevProjectRecipesTable":{"type":"جنيس","id":"Identifier","empty":{"title":"No recipes were found in your project."}},"ResolvedProjectRecipe":{"type":"Recipe Type","input":"Ingredients","output":"Outputs","preview":"Recipe preview","workbenches":"You can craft this recipe using:"},"DevProjectDeploymentsPage":{"title":"Project deployments","desc":"Manage deployed project versions"},"DevProjectDeploymentsTable":{"id":"ID","commit":"Commit","created_at":"Deploy time","user_id":"Deployed by","status":"ستاتوس"},"DeploymentStatus":{"unknown":"N/A","created":"Queued","loading":"Loading","success":"Success","error":"Failed"},"DeleteDeploymentModal":{"trigger":"ڤادم","title":"اداکه اندا بنر٢ ڤستي؟","desc":"This action cannot be undone. This deployment will be permanently deleted from our servers.","cancel":"بطل","submit":"ڤادم","success":"Deployment deleted successfully"},"DeployProjectModal":{"button":"Deploy","title":"New deployment","primary":"All project content will be <b>re-fetched</b> from the source. This option should be used upon updating the documentation source itself.","secondary":"If the new deployment fails, currently stored data <b>will not</b> be replaced. You can always <b>roll back</b> to previous deployments using the \'Redeploy\' option.","tertiary":"اونتوق کمودهن اندا سنديري⹁ کامي مڠشورکن اݢر اندا سباليقڽ مڠصحکن سمولا دوکومن سچارا اءوتوماتيک سلڤس دتربيتکن مڠݢوناکن <link>ڤمالم Gradle</link> کامي.","note":"Project configuration remains unchanged. For updating meta information (e.g. source and platforms), please use the Settings dialog instead.","cancel":"بطل","submit":"Deploy"},"LiveProjectDeployConnection":{"loading":"Deploying project...","success":"Project deploy successful","error":"Project deploy failed","view":"ليهت"},"DevProjectDeploymentPage":{"deployments":"Deployments","title":"Deployment Details","git-config":{"title":"Source coordinates"}},"ProjectGitRevision":{"title":"Git revision","title_current":"Current Git revision","loading":"Deploying project, please stand by...","not_found":"Project has no active deployment"},"ProjectIssueWidget":{"file":"File: <file></file>","date":"Created at: <date></date>","version":"Version: <version></version>"},"ProjectIssueLevel":{"warning":"Warning","error":"Error","unknown":"تيدق دکتاهوءي"},"ProjectIssueType":{"meta":"Invalid project metadata","file":"Invalid file","git_clone":"Error cloning repository","git_info":"Error getting commit information","ingestor":"Error importing content","internal":"Internal server error","page_render":"Invalid page","unknown":"Unknown error"},"DeploymentIssues":{"title":"Deployment issues","empty":"No issues found.","issues_found":"Found {count, plural, =1 {1 issue that needs} other {# issues that need}} attention."},"ProjectError":{"requires_auth":"سامبوڠن ريڤوسيتوري ممرلوکن کلايقن لوݢ ماسوق تتاڤي تياد يڠ دبريکن","no_repository":"ريڤوسيتوري تيدق دتموءي","repo_too_large":"Repository exceeds allowed file size","no_branch":"چابڠ تيدق صح دتنتوکن","no_path":"فاءيل ميتاداتا تيدق دتموءي ڤد لالوان يڠ دتنتوکن","invalid_meta":"فاءيل ميتاداتا تيدق صح","invalid_page":"Failed to render page contents","duplicate_page":"Duplicate page","unknown_recipe_type":"Unknown recipe type","invalid_ingredient":"Invalid ingredient","invalid_file":"Failed to parse file","invalid_format":"Invalid file format","invalid_resloc":"Invalid Resource Location","invalid_version_branch":"Version branch does not exist","missing_platform_project":"Missing platform project","no_page_title":"Page is missing title","missing_required_attribute":"Page is missing a required metadata attribute","unknown":"Unknown error"},"AdminReports":{"title":"Project Reports","desc":"Manage project reports"},"ResponsiveTable":{"expand":"Expand"},"UsageContentList":{"more":"Show more ..."},"RecipeUsage":{"description":"Can be used to create the following items:","empty":"Has no known usages in crafting."},"ContentCategory":{"all":"All","other":"لاءين٢"},"ContentChangelog":{"toggle":"Show changelog"},"ContentProperties":{"bool":{"true":"Yes","false":"No"},"type":{"block":"بلوک","item":"اءيتم","other":"لاءين٢"},"properties":{"id":"ID","source_mod":"Source mod","type":"جنيس","stack_size":"Stack size","required_tool":"Tool","blast_resistance":"Blast resistance","hardness":"Hardness","flammable":"Flammable"}},"DocsLink":{"not_found":"(Not found)"},"AdminAccessKeys":{"title":"System access keys","desc":"Provides auth for when non-interactive access is needed, such as CI"},"CreateAccessKeyModal":{"title":"Create access key","desc":"New system access key","button":"Create","name":{"title":"نام","desc":"Give your key a name","placeholder":"Deploy staging"},"days_valid":{"title":"Days of validity","desc":"Number of days the key is valid for. Use 0 for no expiration."},"submit":"سره","submitting":"مڽرهکن..."},"SaveAccessKeyModal":{"title":"Access Key","desc":"Save your generated access key","key":"Access Key","note":"Keep the key value safe. You won\'t be able to access it again.","valid":"The key is valid until {expiry}.","close":"Done"},"DeleteAccessKeyModal":{"title":"Delete Access Key","desc":"Invalidate and delete access key","body":"This will forever delete the access key <name></name>.","cancel":"بطل","submit":"ڤادم","success":"Access Key deleted successfully"},"CopyButton":{"copied":"Copied to clipboard"},"InteractiveComponentPlaceholder":{"title":"Content unavailable in preview mode","desc":"Interactive components are currently not supported in the local previewer. The actual contents will be shown here when the project is deployed onto the Wiki website."},"RevalidateCacheModal":{"title":"Revalidate cache tag","desc":"Manually revalidate a cache tag. Used for diagnostic purposes.","button":"Revalidate cache tag","tag":{"title":"Cache Tag","desc":"The cache tag to revalidate"},"success":"Cache tag invalidated successfully"}}')},5895:(a,b,c)=>{},6016:a=>{"use strict";a.exports=JSON.parse('{"Badges":{"local":"Local","latest":"Latest","admin":"Admin"},"NavigationHeader":{"title":"Modded Minecraft Wiki","title_short":"Wiki","badge":{"preview":"PREVIEW MODE","beta":"Beta"},"link":{"home":"Home","browse":"Browse","about":"About"}},"NavigationFooter":{"title":"Modded Minecraft Wiki","links":{"navigation":{"title":"Navigation","home":"Homepage","browse":"Browse","dev":"Developers"},"links":{"title":"Links"},"resources":{"title":"Resources","blog":"Blog","status":"Status","translate":"Help us translate"},"about":{"title":"About","tos":"Terms of Service","privacy":"Privacy Policy","contact":"Contact"}}},"HomePage":{"title":"Welcome to the <highlight>Modded Minecraft Wiki</highlight>","subtitle":"Your go-to resource for discovering, creating, and contributing to Minecraft-related projects.","popular":{"title":"Popular Wikis","open":"Read more","disclaimer":"These projects are highlighted based on their popularity through view statistics and are not officially endorsed by Modded Minecraft Wiki."},"community":{"title":"Join Our Community","users":{"title":"Users","subtitle":"Explore our featured projects and enjoy these benefits:","docs":"Access high-quality, up-to-date and versioned documentation","contribute":"Contribute to projects without programming knowledge","ui":"Enjoy a consistent, user-friendly interface across all projects","localization":"Benefit from multi-language support"},"authors":{"title":"Authors","subtitle":"Get access to the Project Dashboard and enjoy these benefits:","vcs":"Versioning support for your documentation","components":"Built-in components for recipes, assets, etc.","gradle":"Gradle integration for seamless workflow","management":"Advanced project management tools","interaction":"Direct interaction with your user base","dashboard":"Open Dashboard","guide":"Read More"}},"browse":"Browse Projects","highlights":{"localization":{"title":"Localization","desc":"Translate your docs into world languages"},"accessibility":{"title":"Accessible","desc":"Intuitive and responsive user interface"},"open":{"title":"Open","desc":"Let your users contribute without any programming knowledge necessary"},"free":{"title":"Free","desc":"Hosting docs on our website is completely free of charge!"}},"about":{"title":"About Us","maintainers":"The Wiki is built and maintained by <b>Sinytra</b>, a dedicated team of passionate developers focused on delivering high-quality, Free and Open Source software for the Minecraft modding community.","mission":"Our goal is to empower modders and players alike by providing the tools and resources necessary to create, document, and explore the endless possibilities of modded Minecraft."},"blog":{"title":"Blog Posts","open":"Read More"}},"BrowsePage":{"sidebar":{"title":"Browse projects","search_filters":"Search filters...","categories":"Categories"},"sorting":"Sort by","sort":{"relevance":"Relevance","creation_date":"Creation date","popularity":"Popularity","az":"A-Z","za":"Z-A"},"search":"Search projects...","clear_filter":"Clear filters","no_results":"Search query returned no results!"},"SearchProjectTypes":{"mod":"Mods","modpack":"Modpacks","resourcepack":"Resource packs","datapack":"Data packs","shader":"Shaders","plugin":"Plugins"},"ProjectTypes":{"mod":"Mod","modpack":"Modpack","resourcepack":"Resource pack","datapack":"Data pack","shader":"Shader","plugin":"Plugin"},"LoadingContent":{"message":"Loading..."},"MetaDocsNavigation":{"title":"Navigation","about":"About","devs":"Author guide","components":"Components","help":"Get help","tos":"Terms of Use","privacy":"Privacy Policy","security":"Security Notice"},"Login":{"title":"Login required","desc":"The page you are trying to access requires you to log in.","prompt":"Please use your GitHub account to continue.","button":"Log in with GitHub"},"Preview":{"title":"Preview mode is enabled","desc":"Preview mode enables a minimal user interface, allowing you to focus on drafting your docs locally before they are published.","roots":"Available local documentation roots","open":"Open"},"DocsProjectInfo":{"title":"Project information","type":"Type","author":"Author","tags":"Tags","latest":{"title":"Latest version","unknown":"N/A"},"license":{"title":"License","custom":"Custom","unknown":"Unknown","arr":"All Rights Reserved"}},"ProjectCategories":{"adventure":"Adventure","cursed":"Cursed","decoration":"Decoration","economy":"Economy","equipment":"Equipment","food":"Food","game-mechanics":"Game Mechanics","library":"Library","magic":"Magic","management":"Management","minigame":"Minigame","mobs":"Mobs","optimization":"Optimization","social":"Social","storage":"Storage","technology":"Technology","transportation":"Transporation","utility":"Utility","worldgen":"Worldgen","server-utility":"Server Utility","armor-weapons-tools":"Armor, Tools, and Weapons","library-api":"API and Library","adventure-rpg":"Adventure and RPG","world-gen":"World Gen","cosmetic":"Cosmetic","mc-food":"Food","performance":"Performance","map-information":"Map and Information","bug-fixes":"Bug Fixes","mc-addons":"Addons","education":"Education","mc-miscellaneous":"Miscellaneous","redstone":"Redstone","utility-qol":"Utility & QoL","mc-creator":"MCreator"},"PageEditControls":{"edit_gh":"Edit this page","report":"Report this page","report_button":"Report page","last_updated":"Last updated: <date></date>"},"Report":{"title":"Report a documentation page","desc":"Report content that violates our <tos>Terms of Service</tos> or <cr>Content Rules</cr>.","contact":"For auditing purposes, your <b>username</b> will be included in the report.","confidential":"Your privacy is important to us, and this information will always be kept confidential.","privacy":"For more information, please refer to our <link>Privacy Policy</link>.","form":{"id":{"title":"Project ID","desc":"Reported project ID."},"path":{"title":"Page path","desc":"Reported documentation page path."},"locale":{"title":"Locale","desc":"Applied if the content lies within a localized subpath.","placeholder":"N/A"},"version":{"title":"Version","desc":"Applied if the content lies within a named version.","placeholder":"N/A"},"reason":{"title":"Reason*","placeholder":"Select a reason for reporting this content","desc":"Reason for reporting this content.","dislike":"I just don\'t like it"},"details":{"title":"Details*","placeholder":"Please provide more details on why you\'re reporting this content. Note that empty reports will be ignored.","desc":"Additional details about the issue."},"dislike":{"title":"We understand that you may not like this content, and that\'s totally okay!","desc":"Unfortunately, however, it is not a valid reason to report a project.","suggestion":"Would you like to look for something else to explore instead?","explore":"Explore projects"},"success":"Report submitted successfully"}},"ProjectReportReason":{"spam":"Spam","copyright":"Copyright Infringement","content_rules":"Violates Content Rules","tos":"Violates Terms of Service","unknown":"Unknown"},"ProjectReportStatus":{"new":"New","dismissed":"Dismissed","accepted":"Accepted","unknown":"Unknown"},"ProjectReportType":{"project":"Project","docs":"Docs page","content":"Content page","unknown":"Unknown"},"ViewReportPage":{"reports":"Reports","title":"Report details","desc":"Viewing report details for {id}","details":{"reporter":"Reported by","project_id":"Project ID","path":"Path","body":"Body","reason":"Reason","created_at":"Created at","status":"Status","type":"Type","locale":"Locale","version":"Version"},"actions":{"dismiss":"Dismiss","accept":"Accept"},"toast":{"accept":"Report accepted","dismiss":"Report dismissed"}},"SubmitButton":{"title":"Submit"},"Callout":{"default":"Heads up!","info":"Info","warning":"Warning","danger":"Danger"},"ProjectRegisterForm":{"button":"New Project","title":"Register project","desc":"Register a new project to the wiki.","repo":{"title":"Repository URL","desc":"This is the address you use to clone your repository.","placeholder":"https://github.com/ExampleUser/ExampleMod"},"branch":{"title":"Branch","desc":"Primary branch ref. You can specify additional branches to include in your metadata file."},"path":{"title":"Path to documentation root","desc":"Path to the folder containing the metadata file."},"admin":"Wiki admin settings","is_community":{"title":"Community-maintained project"},"errors":{"details":"Show details"},"connect_modrinth":{"desc":"Connect your <b>Modrinth account</b> in Settings to easily verify platform project ownership at any time.","settings":"Open Settings"},"submit":"Submit","success":{"title":"Project registered successfully","desc":"You can now navigate to the project\'s docs page"},"submitting":"Submitting...","verify_modrinth":"Verify using Modrinth"},"ProjectSettingsForm":{"title":"Edit project","desc":"Edit an existing project\'s settings.","button":"Settings","success":{"title":"Project updated successfully","desc":"You can now navigate to the updated project\'s docs page"}},"ProjectDeleteForm":{"trigger":"Delete project","title":"Are you absolutely sure?","desc":"This action cannot be undone. This will permanently delete your project and remove all associated data from our servers.","cancel":"Cancel","submit":"Delete","success":"Project deleted successfully"},"FormActions":{"errors":{"unauthorized":"User authentication error","internal":"Internal Server Error, please try again later.","unknown":"An unknown error has occurred, please try again later.","no_platforms":"No platform projects defined in metadata.","no_project":"Platform project not found. Please make sure the metadata \\"slug\\" field is correct.","unsupported_type":"Unsupported project type","ownership":"Failed to verify project ownership","cf_unavailable":"Registering CurseForge projects is not active","requires_auth":"Repository connection requires login credentials but none were provided","no_repository":"Repository not found","no_branch":"Invalid branch specified","no_path":"Metadata file not found at specified path","invalid_meta":"Metadata file is invalid","unsupported":"Not yet implemented","exists":"Project already exists.","not_found":"Project does not exist","illegal_id":"Illegal project ID","not_owner":"User is not authorized to register this project"}},"CommunityBadge":{"title":"Community","desc":"Unofficial documentation maintained by the community"},"DocsPageNotFoundError":{"title":"We lost this page","desc":"The requested documentation page is not available at the moment.","suggestion":"Please try again later or report this issue to the project author.","submit":"Submit issue","return":"Return Home"},"GetStartedButton":{"title":"Create your first project"},"ProjectHomepage":{"overview":{"intro":"<project></project> is a {type} created by <authors></authors>.","availability":"Available for <versions></versions>. Latest version built for <latest></latest>. First released for <first></first>.","tags":"Tagged:"},"description":{"title":"Description"},"navigation":{"title":"Navigation","docs":{"title":"Browse documentation","desc":"{pages} pages available."},"content":{"title":"Browse content","desc":"{items} in-game items."}},"links":{"title":"Links","website":"Website","source_code":"Source code"},"license":{"title":"Licenses","project":"Project License","arr":"All Rights Reserved","unknown":"Unknown","wiki":"Wiki License","default":"Wiki content <link>partially made available</link> under the <license></license> license."}},"ProjectDocsHomepage":{"title":"Home"},"DocsHomepagePlaceholder":{"title":"Homepage placeholder","subtitle":"Due to API restrictions, project metadata is not available for CurseForge projects in local environments.","replace":"Don\'t worry! We\'ll replace this placeholder with the project\'s actual description once deployed on the live wiki website."},"DocsSearchBar":{"placeholder":"Search wiki contents...","no_results":"No results found!","loading":"Finding the perfect results...","results":"Showing <highlight>{count}</highlight> of <highlight>{total}</highlight> results","close":"<kbd>ESC</kbd> to close"},"DocsChangelogPage":{"title":"Changelog"},"DocsLeftSidebar":{"title":"Documentation","homepage":"Home"},"DocsContentRightSidebar":{"title":"Entry information"},"DocsNonContentRightSidebar":{"title":"On this page"},"DocsVersionSelector":{"placeholder":"Select version","latest":"Latest"},"ModVersionRange":{"desc":"+{count} more"},"LanguageSelect":{"placeholder":"Search languages...","no_results":"No language found."},"ProjectStatus":{"unknown":"Unknown","loading":"Initializing","healthy":"Loaded","at_risk":"Requires attention","error":"Errored"},"DevProjectsListPage":{"project":{"manage":"Manage"},"empty":{"primary":"Looks like you haven\'t created any projects yet","secondary":"Get started by reading our <guide>author guide</guide>."}},"DevProjectPage":{"breadcrumbs":{"home":"Home"},"toolbar":{"view":"View","deployments":"Deployments"},"overview":{"title":"Project overview","desc":"Project information summary"},"source":{"title":"Project Source","repo":"Repository","branch":"Branch","path":"Path","public":"Public"},"platforms":{"title":"Platforms","desc":"Project hosting platforms","headers":{"platform":"Platform","slug":"Slug / ID","link":"Link"},"open":"Open"},"information":{"title":"Information","desc":"Resolved information","type":"Type","status":"Status","created_at":"Created at"},"revision":{"title":"Current git revision","reloading":"Reloading project, please stand by...","not_found":"No revision found. Try reloading the project."}},"DevProjectSettingsPage":{"title":"Project settings","desc":"Configure project properties"},"DevProjectVersionsPage":{"title":"Project versions","desc":"Browse project content versions"},"DevProjectHealthPage":{"title":"Project health","desc":"Monitor project status and issues","errors":{"title":"Project issue report","desc":"Ongoing warnings & errors","empty":"No issues found"}},"DevProjectMembersPage":{"title":"Project members","desc":"Manage project members & permissions","roles":{"owner":"Owner"},"actions":{"manage":"Manage"}},"DevProjectContentItemsPage":{"title":"Project items","desc":"Browse project items"},"DevProjectContentRecipesPage":{"title":"Project recipes","desc":"Browse project crafting recipes"},"DevProjectContentTagsPage":{"title":"Project tags","desc":"Browse project tags"},"DevProjectLogs":{"title":"Deployment log","show":"Show","unloaded":"Not loaded","waiting":"Waiting for server...","loading":"Loading...","error":"Error loading logs","toast":{"success":"Project setup complete","error":"Error during project setup"}},"DeveloperSidebar":{"teams":{"personal":"Personal"},"groups":{"projects":"Projects","platform":"Platform","admin":"Administration"},"nav":{"projects":"Projects","documentation":"Documentation","settings":"Settings","admin":"System settings"}},"DevSidebarContextSwitcher":{"title":"Teams"},"DevSidebarUser":{"logout":{"button":"Log out","title":"Logout","desc":"Logging out..."},"unknown_avatar":"N/A"},"UserSettings":{"breadcrumbs":{"home":"Home","settings":"Settings"},"profile":{"bio":"Modded Minecraft Wiki creator","join_date":"Joined {date}","admin":"Admin"},"connections":{"title":"Connections","modrinth":{"title":"Modrinth account","desc":"Used to verify project ownership","connect":"Connect","view":"View","disconnect":"Disconnect"}},"account":{"title":"Account","delete":{"title":"Delete account","desc":"Forever delete all account data","button":"Delete account"},"delete_modal":{"title":"Delete account","desc":"Are you sure you want to delete this account? This is a destructive action that cannot be undone.","cancel":"Cancel","button":"Delete forever"}},"toast":{"unlink":{"success":"Account unlinked successfully","error":"Error unlinking account"}}},"AuthFailure":{"title":"Authentication failure","desc":"An unexpected error has occured while trying to log in. Please try again later.","status":"Check status","return":"Return home","report":"Report Bug"},"BuiltinRecipeTypes":{"blasting":"Blasting","campfire_cooking":"Campfire cooking","crafting_shaped":"Shaped Crafting","crafting_shapeless":"Shapeless Crafting","smelting":"Smelting","smithing_transform":"Smithing","smoking":"Smoking","stonecutting":"Stonecutting"},"DocsEntryTabs":{"history":"Show history","home":"Show content"},"DevProjectSidebar":{"groups":{"project":"Project","content":"Content"},"nav":{"home":"Overview","settings":"Settings","members":"Members","deployments":"Deployments","health":"Health","versions":"Versions","content":"Items","tags":"Tags","recipes":"Recipes"}},"PrefabObtaining":{"recipe":"Recipe"},"PrefabUsage":{"usage":"Usage"},"AdminSidebar":{"groups":{"home":"Home","data":"Data","system":"System","moderation":"Moderation"},"nav":{"home":"Overview","data_imports":"Data Imports","access_keys":"Access Keys","migrations":"Migrations","users":"Users","projects":"Projects","config":"Configuration","reports":"Reports","audit_log":"Audit Log","return":"Return"}},"AdminDataImports":{"title":"System data imports","desc":"Imported game data"},"AdminMigrations":{"title":"Data migrations","desc":"Available data migrations"},"EmptyDataTable":{"guide":"Read the <link>author guide</link> to find out more on how to integrate game data into your project."},"DataTable":{"no_results":"No results.","filter":"Filter rows...","previous":"Previous","next":"Next"},"DevProjectVersionsTable":{"name":"Name","branch":"Branch","empty":{"title":"No additional versions were found in your project.","desc":"Read the <link>author guide</link> to learn more about project versioning."}},"DevProjectItemsTable":{"icon":"Icon","id":"Identifier","name":"Name","path":"Page path (internal)","actions":{"open":"Open menu","title":"Actions","view":"View"},"empty":{"title":"No items were found in your project.","desc":"Project items are automatically detected from content pages and included game files."}},"DevProjectTagsTable":{"id":"Identifier","items":"Item count","empty":{"title":"No tags were found in your project."}},"DevProjectRecipesTable":{"type":"Type","id":"Identifier","empty":{"title":"No recipes were found in your project."}},"ResolvedProjectRecipe":{"type":"Recipe Type","input":"Ingredients","output":"Outputs","preview":"Recipe preview","workbenches":"You can craft this recipe using:"},"DevProjectDeploymentsPage":{"title":"Project deployments","desc":"Manage deployed project versions"},"DevProjectDeploymentsTable":{"id":"ID","commit":"Commit","created_at":"Deploy time","user_id":"Deployed by","status":"Status"},"DeploymentStatus":{"unknown":"N/A","created":"Queued","loading":"Loading","success":"Success","error":"Failed"},"DeleteDeploymentModal":{"trigger":"Delete","title":"Are you absolutely sure?","desc":"This action cannot be undone. This deployment will be permanently deleted from our servers.","cancel":"Cancel","submit":"Delete","success":"Deployment deleted successfully"},"DeployProjectModal":{"button":"Deploy","title":"New deployment","primary":"All project content will be <b>re-fetched</b> from the source. This option should be used upon updating the documentation source itself.","secondary":"If the new deployment fails, currently stored data <b>will not</b> be replaced. You can always <b>roll back</b> to previous deployments using the \'Redeploy\' option.","tertiary":"For your own convenience, we recommend automatically revalidating docs after publication using our <link>Gradle plugin</link> instead.","note":"Project configuration remains unchanged. For updating meta information (e.g. source and platforms), please use the Settings dialog instead.","cancel":"Cancel","submit":"Deploy"},"LiveProjectDeployConnection":{"loading":"Deploying project...","success":"Project deploy successful","error":"Project deploy failed","view":"View"},"DevProjectDeploymentPage":{"deployments":"Deployments","title":"Deployment Details","git-config":{"title":"Source coordinates"}},"ProjectGitRevision":{"title":"Git revision","title_current":"Current Git revision","loading":"Deploying project, please stand by...","not_found":"Project has no active deployment"},"ProjectIssueWidget":{"file":"File: <file></file>","date":"Created at: <date></date>","version":"Version: <version></version>"},"ProjectIssueLevel":{"warning":"Warning","error":"Error","unknown":"Unknown"},"ProjectIssueType":{"meta":"Invalid project metadata","file":"Invalid file","git_clone":"Error cloning repository","git_info":"Error getting commit information","ingestor":"Error importing content","internal":"Internal server error","page_render":"Invalid page","unknown":"Unknown error"},"DeploymentIssues":{"title":"Deployment issues","empty":"No issues found.","issues_found":"Found {count, plural, =1 {1 issue that needs} other {# issues that need}} attention."},"ProjectError":{"requires_auth":"Repository connection requires login credentials but none were provided","no_repository":"Repository not found","repo_too_large":"Repository exceeds allowed file size","no_branch":"Invalid branch specified","no_path":"Metadata file not found at specified path","invalid_meta":"Metadata file is invalid","invalid_page":"Failed to render page contents","duplicate_page":"Duplicate page","unknown_recipe_type":"Unknown recipe type","invalid_ingredient":"Invalid ingredient","invalid_file":"Failed to parse file","invalid_format":"Invalid file format","invalid_resloc":"Invalid Resource Location","invalid_version_branch":"Version branch does not exist","missing_platform_project":"Missing platform project","no_page_title":"Page is missing title","missing_required_attribute":"Page is missing a required metadata attribute","unknown":"Unknown error"},"AdminReports":{"title":"Project Reports","desc":"Manage project reports"},"ResponsiveTable":{"expand":"Expand"},"UsageContentList":{"more":"Show more ..."},"RecipeUsage":{"description":"Can be used to create the following items:","empty":"Has no known usages in crafting."},"ContentCategory":{"all":"All","other":"Other"},"ContentChangelog":{"toggle":"Show changelog"},"ContentProperties":{"bool":{"true":"Yes","false":"No"},"type":{"block":"Block","item":"Item","other":"Other"},"properties":{"id":"ID","source_mod":"Source mod","type":"Type","stack_size":"Stack size","required_tool":"Tool","blast_resistance":"Blast resistance","hardness":"Hardness","flammable":"Flammable"}},"DocsLink":{"not_found":"(Not found)"},"AdminAccessKeys":{"title":"System access keys","desc":"Provides auth for when non-interactive access is needed, such as CI"},"CreateAccessKeyModal":{"title":"Create access key","desc":"New system access key","button":"Create","name":{"title":"Name","desc":"Give your key a name","placeholder":"Deploy staging"},"days_valid":{"title":"Days of validity","desc":"Number of days the key is valid for. Use 0 for no expiration."},"submit":"Submit","submitting":"Submitting..."},"SaveAccessKeyModal":{"title":"Access Key","desc":"Save your generated access key","key":"Access Key","note":"Keep the key value safe. You won\'t be able to access it again.","valid":"The key is valid until {expiry}.","close":"Done"},"DeleteAccessKeyModal":{"title":"Delete Access Key","desc":"Invalidate and delete access key","body":"This will forever delete the access key <name></name>.","cancel":"Cancel","submit":"Delete","success":"Access Key deleted successfully"},"CopyButton":{"copied":"Copied to clipboard"},"InteractiveComponentPlaceholder":{"title":"Content unavailable in preview mode","desc":"Interactive components are currently not supported in the local previewer. The actual contents will be shown here when the project is deployed onto the Wiki website."},"RevalidateCacheModal":{"title":"Revalidate cache tag","desc":"Manually revalidate a cache tag. Used for diagnostic purposes.","button":"Revalidate cache tag","tag":{"title":"Cache Tag","desc":"The cache tag to revalidate"},"success":"Cache tag invalidated successfully"}}')},6048:a=>{"use strict";a.exports=JSON.parse('{"Badges":{"local":"本地","latest":"最新","admin":"Admin"},"NavigationHeader":{"title":"Minecraft 模组维基","title_short":"维基","badge":{"preview":"预览模式","beta":"Beta"},"link":{"home":"主页","browse":"浏览","about":"关于"}},"NavigationFooter":{"title":"Minecraft 模组维基","links":{"navigation":{"title":"导航","home":"主页","browse":"浏览","dev":"开发者面板"},"links":{"title":"链接"},"resources":{"title":"资源","blog":"博客","status":"状态","translate":"帮助我们翻译"},"about":{"title":"关于","tos":"服务条款","privacy":"隐私政策","contact":"联系我们"}}},"HomePage":{"title":"欢迎来到 <highlight>Minecraft 模组维基</highlight>","subtitle":"您发现、创建和贡献 Minecraft 相关项目的首选资源。","popular":{"title":"热门维基","open":"了解更多","disclaimer":"这些项目是基于统计的热度而高亮显示的,没有得到 Minecraft 模组维基的正式认可。"},"community":{"title":"加入社区","users":{"title":"用户","subtitle":"探索我们的精选项目,并享受以下好处:","docs":"访问高质量、最新且有版本管理的文档","contribute":"不需要编程知识也能为项目做出贡献","ui":"享受所有项目中统一且舒适的界面","localization":"支持多语言的受益"},"authors":{"title":"作者","subtitle":"访问项目仪表盘,并享受以下好处:","vcs":"为您的文档提供版本管理","components":"内置配方、资源等组件","gradle":"Gradle集成实现无缝工作流","management":"高级的项目管理工具","interaction":"直接与您的用户群体互动","dashboard":"打开仪表盘","guide":"了解更多"}},"browse":"浏览项目","highlights":{"localization":{"title":"本地化","desc":"将您的文档翻译成不同语言"},"accessibility":{"title":"无障碍","desc":"直观且响应迅速的用户界面"},"open":{"title":"开放","desc":"让您的用户在不需要编程知识的情况下,也能为项目做出贡献"},"free":{"title":"免费","desc":"在我们的网站上托管文档是完全免费的!"}},"about":{"title":"关于我们","maintainers":"这个维基是由<b> Sinytra </b>团队创建并维护的,这是一群专注于为 Minecraft 模组社区提供高质量、免费且开源软件的热心开发者。","mission":"我们的目标是通过提供创建、记录和探索 Minecraft 模组的工具和资源,赋予模组开发者和玩家同样的力量,让他们能够尽情探索模组世界的无限可能性。"},"blog":{"title":"博客日志","open":"了解更多"}},"BrowsePage":{"sidebar":{"title":"浏览项目","search_filters":"搜索过滤…","categories":"类别"},"sorting":"排序:","sort":{"relevance":"相关度","creation_date":"创建日期","popularity":"热度","az":"A-Z","za":"Z-A"},"search":"搜索项目…","clear_filter":"清除筛选","no_results":"无搜索结果!"},"SearchProjectTypes":{"mod":"模组","modpack":"整合包","resourcepack":"资源包","datapack":"数据包","shader":"光影包","plugin":"插件"},"ProjectTypes":{"mod":"模组","modpack":"整合包","resourcepack":"资源包","datapack":"数据包","shader":"光影包","plugin":"插件"},"LoadingContent":{"message":"加载中…"},"MetaDocsNavigation":{"title":"导航","about":"关于","devs":"作者指南","components":"组件","help":"获得帮助","tos":"用户条款","privacy":"隐私政策","security":"安全须知"},"Login":{"title":"请先登录","desc":"请先登录以访问该页面。","prompt":"请使用您的 GitHub 账号以继续。","button":"使用 Github 登录"},"Preview":{"title":"预览模式已启用","desc":"预览模式会显示一个小型预览界面,让您能在发布前在本地预览您的草稿。","roots":"可用的本地文档根目录","open":"打开"},"DocsProjectInfo":{"title":"项目信息","type":"类型","author":"作者","tags":"标签","latest":{"title":"最新版本","unknown":"N/A"},"license":{"title":"许可证","custom":"其他","unknown":"未知","arr":"保留所有权利"}},"ProjectCategories":{"adventure":"冒险","cursed":"受诅","decoration":"装饰","economy":"经济","equipment":"装备","food":"食物","game-mechanics":"游戏机制","library":"库","magic":"魔法","management":"管理","minigame":"小游戏","mobs":"生物","optimization":"优化","social":"社交","storage":"存储","technology":"科技","transportation":"物流","utility":"实用","worldgen":"世界生成","server-utility":"服务器工具","armor-weapons-tools":"盔甲、工具与武器","library-api":"API 与库","adventure-rpg":"冒险与 RPG","world-gen":"世界生成","cosmetic":"装饰","mc-food":"食物","performance":"优化","map-information":"地图与信息","bug-fixes":"Bug 修复","mc-addons":"插件","education":"教育","mc-miscellaneous":"杂项","redstone":"红石","utility-qol":"实用与 QoL","mc-creator":"MCreator"},"PageEditControls":{"edit_gh":"编辑该页面","report":"报告该页面","report_button":"报告页面","last_updated":"最后更新:<date></date>"},"Report":{"title":"报告文档页面","desc":"报告违反了我们的<tos>《服务条款》</tos>或<cr>《内容规则》</cr>的内容。","contact":"For auditing purposes, your <b>username</b> will be included in the report.","confidential":"我们重视您的隐私,这些信息将会永远保密。","privacy":"欲了解更多信息,请参阅我们的<link>《隐私政策》</link>。","form":{"id":{"title":"项目 ID","desc":"已报告项目的 ID。"},"path":{"title":"页面路径","desc":"已报告内容的文档页面路径。"},"locale":{"title":"Locale","desc":"Applied if the content lies within a localized subpath.","placeholder":"N/A"},"version":{"title":"版本","desc":"Applied if the content lies within a named version.","placeholder":"N/A"},"reason":{"title":"原因*","placeholder":"请选择报告本内容的原因","desc":"报告本内容的原因。","dislike":"我就是不喜欢这个"},"details":{"title":"详细信息*","placeholder":"请提供更多详细信息,以帮助我们进一步了解您报告此内容的原因。请注意,空报告将被忽略。","desc":"关于该问题的更多细节。"},"dislike":{"title":"我们理解您可能不喜欢该内容,这当然没问题!","desc":"但不幸的是,这并不属于报告项目的合理理由。","suggestion":"也许您可以换个页面,看看别的?","explore":"查看项目"},"success":"已成功提交报告"}},"ProjectReportReason":{"spam":"垃圾信息","copyright":"版权侵犯","content_rules":"违反《内容规则》","tos":"违反《服务条款》","unknown":"未知"},"ProjectReportStatus":{"new":"New","dismissed":"Dismissed","accepted":"Accepted","unknown":"未知"},"ProjectReportType":{"project":"项目","docs":"Docs page","content":"Content page","unknown":"未知"},"ViewReportPage":{"reports":"报告","title":"Report details","desc":"Viewing report details for {id}","details":{"reporter":"Reported by","project_id":"项目 ID","path":"路径","body":"Body","reason":"原因","created_at":"创建于","status":"状态","type":"类型","locale":"Locale","version":"版本"},"actions":{"dismiss":"Dismiss","accept":"Accept"},"toast":{"accept":"Report accepted","dismiss":"Report dismissed"}},"SubmitButton":{"title":"提交"},"Callout":{"default":"警告!","info":"信息","warning":"警告","danger":"危险"},"ProjectRegisterForm":{"button":"新项目","title":"注册项目","desc":"在维基上注册一个新的项目。","repo":{"title":"存储库 URL","desc":"用于克隆您存储库的地址。","placeholder":"https://github.com/ExampleUser/ExampleMod"},"branch":{"title":"分支","desc":"主分支名。可以在您的元数据文件中指定更多分支。"},"path":{"title":"文档根路径","desc":"包含元数据文件目录的路径。"},"admin":"维基管理设置","is_community":{"title":"社区维护的项目"},"errors":{"details":"显示详情"},"connect_modrinth":{"desc":"在设置中关联到您的<b> Modrinth 账号 </b>,以便随时随地验证平台项目所有权。","settings":"打开设置"},"submit":"提交","success":{"title":"项目注册成功","desc":"您现在可以转至项目文档页面"},"submitting":"提交中…","verify_modrinth":"使用 Modrinth 验证"},"ProjectSettingsForm":{"title":"编辑项目","desc":"编辑现有的项目设置。","button":"设置","success":{"title":"项目更新成功","desc":"您现在可以转至更新后的项目文档界面"}},"ProjectDeleteForm":{"trigger":"删除项目","title":"您确定要删除吗?","desc":"此操作无法撤销。这将永久删除您的项目,并从我们的服务器上清除所有相关数据。","cancel":"取消","submit":"删除","success":"项目删除成功"},"FormActions":{"errors":{"unauthorized":"用户身份验证错误","internal":"服务器内部错误,请稍后再试。","unknown":"发生了未知错误,请稍后再试。","no_platforms":"元数据中没有定义平台项目。","no_project":"未找到平台项目。请确保元数据“slug”字段正确。","unsupported_type":"不支持的项目类型","ownership":"验证项目所有权失败","cf_unavailable":"注册 CurseForge 项目已禁用","requires_auth":"未提供存储库连接所需的登录凭据","no_repository":"未找到存储库","no_branch":"指定的分支无效","no_path":"在指定路径中找不到元数据文件","invalid_meta":"元数据文件无效","unsupported":"尚未实现,敬请期待","exists":"项目已存在。","not_found":"项目不存在","illegal_id":"Illegal project ID","not_owner":"User is not authorized to register this project"}},"CommunityBadge":{"title":"社区","desc":"社区维护的非官方文档"},"DocsPageNotFoundError":{"title":"我们找不到此页","desc":"请求的文档页当前不可用。","suggestion":"请稍后再试,或将此问题报告给项目作者。","submit":"提交问题","return":"返回主页"},"GetStartedButton":{"title":"添加第一个项目"},"ProjectHomepage":{"overview":{"intro":"<project></project> is a {type} created by <authors></authors>.","availability":"Available for <versions></versions>. Latest version built for <latest></latest>. First released for <first></first>.","tags":"Tagged:"},"description":{"title":"Description"},"navigation":{"title":"导航","docs":{"title":"浏览文档","desc":"{pages} pages available."},"content":{"title":"Browse content","desc":"{items} in-game items."}},"links":{"title":"链接","website":"网站","source_code":"源代码"},"license":{"title":"许可证","project":"项目许可证","arr":"保留所有权利","unknown":"未知","wiki":"维基许可证","default":"Wiki content <link>partially made available</link> under the <license></license> license."}},"ProjectDocsHomepage":{"title":"主页"},"DocsHomepagePlaceholder":{"title":"主页占位符","subtitle":"由于API限制,本地环境中暂时无法获取 CurseForge 项目的元数据。","replace":"别担心!我们将会在文档部署后将该占位符替换为项目真正的描述信息。"},"DocsSearchBar":{"placeholder":"搜索维基内容…","no_results":"未找到结果!","loading":"正在搜索最佳结果...","results":"展示<highlight>{count}</highlight> / <highlight>{total}</highlight> 条结果","close":"按下 <kbd>ESC</kbd> 以关闭"},"DocsChangelogPage":{"title":"更新日志"},"DocsLeftSidebar":{"title":"文档","homepage":"主页"},"DocsContentRightSidebar":{"title":"条目信息"},"DocsNonContentRightSidebar":{"title":"在此页上"},"DocsVersionSelector":{"placeholder":"选择版本","latest":"最新"},"ModVersionRange":{"desc":"…以及其他{count}项"},"LanguageSelect":{"placeholder":"搜索语言…","no_results":"找不到语言。"},"ProjectStatus":{"unknown":"未知","loading":"初始化中","healthy":"已加载","at_risk":"Requires attention","error":"错误"},"DevProjectsListPage":{"project":{"manage":"管理"},"empty":{"primary":"似乎您还没有创建任何项目","secondary":"请参阅我们的<guide>作者指南</guide>。"}},"DevProjectPage":{"breadcrumbs":{"home":"主页"},"toolbar":{"view":"查看","deployments":"部署"},"overview":{"title":"Project overview","desc":"Project information summary"},"source":{"title":"项目源","repo":"仓库","branch":"分支","path":"路径","public":"公开"},"platforms":{"title":"平台","desc":"Project hosting platforms","headers":{"platform":"平台","slug":"短链 / ID","link":"链接"},"open":"打开"},"information":{"title":"信息","desc":"Resolved information","type":"类型","status":"状态","created_at":"创建于"},"revision":{"title":"当前 Git 版本","reloading":"Reloading project, please stand by...","not_found":"No revision found. Try reloading the project."}},"DevProjectSettingsPage":{"title":"Project settings","desc":"Configure project properties"},"DevProjectVersionsPage":{"title":"项目版本","desc":"浏览项目当前版本"},"DevProjectHealthPage":{"title":"Project health","desc":"Monitor project status and issues","errors":{"title":"Project issue report","desc":"Ongoing warnings & errors","empty":"No issues found"}},"DevProjectMembersPage":{"title":"Project members","desc":"Manage project members & permissions","roles":{"owner":"所有者"},"actions":{"manage":"管理"}},"DevProjectContentItemsPage":{"title":"Project items","desc":"Browse project items"},"DevProjectContentRecipesPage":{"title":"项目配方","desc":"浏览项目合成配方"},"DevProjectContentTagsPage":{"title":"项目标签","desc":"浏览项目标签"},"DevProjectLogs":{"title":"Deployment log","show":"显示","unloaded":"未加载","waiting":"等待服务器响应…","loading":"加载中…","error":"加载日志错误","toast":{"success":"成功设置项目","error":"项目设置时发生错误"}},"DeveloperSidebar":{"teams":{"personal":"个人"},"groups":{"projects":"项目","platform":"平台","admin":"Administration"},"nav":{"projects":"项目","documentation":"文档","settings":"设置","admin":"System settings"}},"DevSidebarContextSwitcher":{"title":"团队"},"DevSidebarUser":{"logout":{"button":"登出","title":"登出","desc":"正在登出..."},"unknown_avatar":"N/A"},"UserSettings":{"breadcrumbs":{"home":"主页","settings":"设置"},"profile":{"bio":"Minecraft 模组维基创建者","join_date":"加入于 {date}","admin":"Admin"},"connections":{"title":"关联账号","modrinth":{"title":"Modrint 账号","desc":"用于验证项目所有权","connect":"关联","view":"查看","disconnect":"取消关联"}},"account":{"title":"账号","delete":{"title":"删除账号","desc":"永久删除所有账号数据","button":"删除账号"},"delete_modal":{"title":"删除账号","desc":"您确定要删除此账号吗?这是一个无法撤消的破坏性操作。","cancel":"取消","button":"永久删除"}},"toast":{"unlink":{"success":"账号已取消关联","error":"取消关联账号时出错"}}},"AuthFailure":{"title":"身份验证失败","desc":"尝试登录时发生意外错误。请稍后再试。","status":"检查状态","return":"返回主页","report":"报告错误"},"BuiltinRecipeTypes":{"blasting":"高温烧炼","campfire_cooking":"营火烹饪","crafting_shaped":"有序合成","crafting_shapeless":"无序合成","smelting":"烧炼","smithing_transform":"锻造","smoking":"烟熏","stonecutting":"切石"},"DocsEntryTabs":{"history":"显示历史记录","home":"查看更多"},"DevProjectSidebar":{"groups":{"project":"项目","content":"内容"},"nav":{"home":"Overview","settings":"设置","members":"成员","deployments":"部署","health":"Health","versions":"版本","content":"物品","tags":"标签","recipes":"配方"}},"PrefabObtaining":{"recipe":"配方"},"PrefabUsage":{"usage":"用途"},"AdminSidebar":{"groups":{"home":"主页","data":"数据","system":"系统","moderation":"Moderation"},"nav":{"home":"Overview","data_imports":"Data Imports","access_keys":"Access Keys","migrations":"Migrations","users":"用户","projects":"项目","config":"配置","reports":"报告","audit_log":"Audit Log","return":"Return"}},"AdminDataImports":{"title":"System data imports","desc":"Imported game data"},"AdminMigrations":{"title":"Data migrations","desc":"Available data migrations"},"EmptyDataTable":{"guide":"Read the <link>author guide</link> to find out more on how to integrate game data into your project."},"DataTable":{"no_results":"No results.","filter":"Filter rows...","previous":"Previous","next":"Next"},"DevProjectVersionsTable":{"name":"名称","branch":"分支","empty":{"title":"No additional versions were found in your project.","desc":"Read the <link>author guide</link> to learn more about project versioning."}},"DevProjectItemsTable":{"icon":"Icon","id":"Identifier","name":"名称","path":"Page path (internal)","actions":{"open":"Open menu","title":"Actions","view":"查看"},"empty":{"title":"No items were found in your project.","desc":"Project items are automatically detected from content pages and included game files."}},"DevProjectTagsTable":{"id":"Identifier","items":"Item count","empty":{"title":"No tags were found in your project."}},"DevProjectRecipesTable":{"type":"类型","id":"Identifier","empty":{"title":"No recipes were found in your project."}},"ResolvedProjectRecipe":{"type":"Recipe Type","input":"Ingredients","output":"Outputs","preview":"Recipe preview","workbenches":"You can craft this recipe using:"},"DevProjectDeploymentsPage":{"title":"Project deployments","desc":"Manage deployed project versions"},"DevProjectDeploymentsTable":{"id":"ID","commit":"Commit","created_at":"Deploy time","user_id":"Deployed by","status":"状态"},"DeploymentStatus":{"unknown":"N/A","created":"Queued","loading":"Loading","success":"Success","error":"Failed"},"DeleteDeploymentModal":{"trigger":"删除","title":"您确定要删除吗?","desc":"This action cannot be undone. This deployment will be permanently deleted from our servers.","cancel":"取消","submit":"删除","success":"部署删除成功"},"DeployProjectModal":{"button":"部署","title":"新部署","primary":"All project content will be <b>re-fetched</b> from the source. This option should be used upon updating the documentation source itself.","secondary":"If the new deployment fails, currently stored data <b>will not</b> be replaced. You can always <b>roll back</b> to previous deployments using the \'Redeploy\' option.","tertiary":"为了您更加方便,我们建议在发布后使用我们的<link>Gradle插件</link>,以自动重新验证文档。","note":"Project configuration remains unchanged. For updating meta information (e.g. source and platforms), please use the Settings dialog instead.","cancel":"取消","submit":"部署"},"LiveProjectDeployConnection":{"loading":"部署项目中…","success":"项目部署成功","error":"项目部署失败","view":"查看"},"DevProjectDeploymentPage":{"deployments":"部署","title":"部署详情","git-config":{"title":"Source coordinates"}},"ProjectGitRevision":{"title":"Git 版本","title_current":"当前 Git 版本","loading":"Deploying project, please stand by...","not_found":"Project has no active deployment"},"ProjectIssueWidget":{"file":"File: <file></file>","date":"Created at: <date></date>","version":"Version: <version></version>"},"ProjectIssueLevel":{"warning":"警告","error":"错误","unknown":"未知"},"ProjectIssueType":{"meta":"Invalid project metadata","file":"Invalid file","git_clone":"Error cloning repository","git_info":"Error getting commit information","ingestor":"Error importing content","internal":"Internal server error","page_render":"Invalid page","unknown":"Unknown error"},"DeploymentIssues":{"title":"Deployment issues","empty":"No issues found.","issues_found":"Found {count, plural, =1 {1 issue that needs} other {# issues that need}} attention."},"ProjectError":{"requires_auth":"未提供存储库连接所需的登录凭据","no_repository":"未找到存储库","repo_too_large":"Repository exceeds allowed file size","no_branch":"指定的分支无效","no_path":"在指定路径中找不到元数据文件","invalid_meta":"元数据文件无效","invalid_page":"Failed to render page contents","duplicate_page":"Duplicate page","unknown_recipe_type":"Unknown recipe type","invalid_ingredient":"Invalid ingredient","invalid_file":"Failed to parse file","invalid_format":"Invalid file format","invalid_resloc":"Invalid Resource Location","invalid_version_branch":"Version branch does not exist","missing_platform_project":"Missing platform project","no_page_title":"Page is missing title","missing_required_attribute":"Page is missing a required metadata attribute","unknown":"Unknown error"},"AdminReports":{"title":"Project Reports","desc":"Manage project reports"},"ResponsiveTable":{"expand":"Expand"},"UsageContentList":{"more":"Show more ..."},"RecipeUsage":{"description":"Can be used to create the following items:","empty":"Has no known usages in crafting."},"ContentCategory":{"all":"All","other":"其它"},"ContentChangelog":{"toggle":"Show changelog"},"ContentProperties":{"bool":{"true":"Yes","false":"No"},"type":{"block":"方块","item":"物品","other":"其它"},"properties":{"id":"ID","source_mod":"Source mod","type":"类型","stack_size":"Stack size","required_tool":"Tool","blast_resistance":"Blast resistance","hardness":"Hardness","flammable":"Flammable"}},"DocsLink":{"not_found":"(未找到)"},"AdminAccessKeys":{"title":"System access keys","desc":"Provides auth for when non-interactive access is needed, such as CI"},"CreateAccessKeyModal":{"title":"Create access key","desc":"New system access key","button":"Create","name":{"title":"名称","desc":"Give your key a name","placeholder":"Deploy staging"},"days_valid":{"title":"Days of validity","desc":"Number of days the key is valid for. Use 0 for no expiration."},"submit":"提交","submitting":"提交中…"},"SaveAccessKeyModal":{"title":"Access Key","desc":"Save your generated access key","key":"Access Key","note":"Keep the key value safe. You won\'t be able to access it again.","valid":"The key is valid until {expiry}.","close":"Done"},"DeleteAccessKeyModal":{"title":"Delete Access Key","desc":"Invalidate and delete access key","body":"This will forever delete the access key <name></name>.","cancel":"取消","submit":"删除","success":"Access Key deleted successfully"},"CopyButton":{"copied":"Copied to clipboard"},"InteractiveComponentPlaceholder":{"title":"Content unavailable in preview mode","desc":"Interactive components are currently not supported in the local previewer. The actual contents will be shown here when the project is deployed onto the Wiki website."},"RevalidateCacheModal":{"title":"Revalidate cache tag","desc":"Manually revalidate a cache tag. Used for diagnostic purposes.","button":"Revalidate cache tag","tag":{"title":"Cache Tag","desc":"The cache tag to revalidate"},"success":"Cache tag invalidated successfully"}}')},6154:(a,b,c)=>{"use strict";c.d(b,{e:()=>d});let d=(0,c(7409).xl)()},6189:(a,b,c)=>{"use strict";c.d(b,{FP:()=>d.e,M1:()=>e});var d=c(6154);function e(a){throw Object.defineProperty(Error(`\`${a}\` was called outside a request scope. Read more: https://nextjs.org/docs/messages/next-dynamic-api-wrong-context`),"__NEXT_ERROR_CODE",{value:"E251",enumerable:!1,configurable:!0})}c(5895),c(5071)},6281:a=>{"use strict";var b=function(a){var b,d,e;return!!(b=a)&&"object"==typeof b&&(d=a,"[object RegExp]"!==(e=Object.prototype.toString.call(d))&&"[object Date]"!==e&&d.$$typeof!==c)},c="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103;function d(a,b){return!1!==b.clone&&b.isMergeableObject(a)?h(Array.isArray(a)?[]:{},a,b):a}function e(a,b,c){return a.concat(b).map(function(a){return d(a,c)})}function f(a){return Object.keys(a).concat(Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(a).filter(function(b){return Object.propertyIsEnumerable.call(a,b)}):[])}function g(a,b){try{return b in a}catch(a){return!1}}function h(a,c,i){(i=i||{}).arrayMerge=i.arrayMerge||e,i.isMergeableObject=i.isMergeableObject||b,i.cloneUnlessOtherwiseSpecified=d;var j,k,l=Array.isArray(c);return l!==Array.isArray(a)?d(c,i):l?i.arrayMerge(a,c,i):(k={},(j=i).isMergeableObject(a)&&f(a).forEach(function(b){k[b]=d(a[b],j)}),f(c).forEach(function(b){g(a,b)&&!(Object.hasOwnProperty.call(a,b)&&Object.propertyIsEnumerable.call(a,b))||(g(a,b)&&j.isMergeableObject(c[b])?k[b]=(function(a,b){if(!b.customMerge)return h;var c=b.customMerge(a);return"function"==typeof c?c:h})(b,j)(a[b],c[b],j):k[b]=d(c[b],j))}),k)}h.all=function(a,b){if(!Array.isArray(a))throw Error("first argument should be an array");return a.reduce(function(a,c){return h(a,c,b)},{})},a.exports=h},6387:(a,b,c)=>{"use strict";c.d(b,{z:()=>d});class d extends Error{constructor(a,b){super("Invariant: "+(a.endsWith(".")?a:a+".")+" This is a bug in Next.js.",b),this.name="InvariantError"}}},6766:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),!function(a,b){for(var c in b)Object.defineProperty(a,c,{enumerable:!0,get:b[c]})}(b,{interceptTestApis:function(){return f},wrapRequestHandler:function(){return g}});let d=c(8326),e=c(5663);function f(){return(0,e.interceptFetch)(c.g.fetch)}function g(a){return(b,c)=>(0,d.withRequest)(b,e.reader,()=>a(b,c))}},6866:(a,b)=>{"use strict";var c={H:null,A:null};function d(a){var b="https://react.dev/errors/"+a;if(1<arguments.length){b+="?args[]="+encodeURIComponent(arguments[1]);for(var c=2;c<arguments.length;c++)b+="&args[]="+encodeURIComponent(arguments[c])}return"Minified React error #"+a+"; visit "+b+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var e=Array.isArray;function f(){}var g=Symbol.for("react.transitional.element"),h=Symbol.for("react.portal"),i=Symbol.for("react.fragment"),j=Symbol.for("react.strict_mode"),k=Symbol.for("react.profiler"),l=Symbol.for("react.forward_ref"),m=Symbol.for("react.suspense"),n=Symbol.for("react.memo"),o=Symbol.for("react.lazy"),p=Symbol.iterator,q=Object.prototype.hasOwnProperty,r=Object.assign;function s(a,b,c){var d=c.ref;return{$$typeof:g,type:a,key:b,ref:void 0!==d?d:null,props:c}}function t(a){return"object"==typeof a&&null!==a&&a.$$typeof===g}var u=/\/+/g;function v(a,b){var c,d;return"object"==typeof a&&null!==a&&null!=a.key?(c=""+a.key,d={"=":"=0",":":"=2"},"$"+c.replace(/[=:]/g,function(a){return d[a]})):b.toString(36)}function w(a,b,c){if(null==a)return a;var i=[],j=0;return!function a(b,c,i,j,k){var l,m,n,q=typeof b;("undefined"===q||"boolean"===q)&&(b=null);var r=!1;if(null===b)r=!0;else switch(q){case"bigint":case"string":case"number":r=!0;break;case"object":switch(b.$$typeof){case g:case h:r=!0;break;case o:return a((r=b._init)(b._payload),c,i,j,k)}}if(r)return k=k(b),r=""===j?"."+v(b,0):j,e(k)?(i="",null!=r&&(i=r.replace(u,"$&/")+"/"),a(k,c,i,"",function(a){return a})):null!=k&&(t(k)&&(l=k,m=i+(null==k.key||b&&b.key===k.key?"":(""+k.key).replace(u,"$&/")+"/")+r,k=s(l.type,m,l.props)),c.push(k)),1;r=0;var w=""===j?".":j+":";if(e(b))for(var x=0;x<b.length;x++)q=w+v(j=b[x],x),r+=a(j,c,i,q,k);else if("function"==typeof(x=null===(n=b)||"object"!=typeof n?null:"function"==typeof(n=p&&n[p]||n["@@iterator"])?n:null))for(b=x.call(b),x=0;!(j=b.next()).done;)q=w+v(j=j.value,x++),r+=a(j,c,i,q,k);else if("object"===q){if("function"==typeof b.then)return a(function(a){switch(a.status){case"fulfilled":return a.value;case"rejected":throw a.reason;default:switch("string"==typeof a.status?a.then(f,f):(a.status="pending",a.then(function(b){"pending"===a.status&&(a.status="fulfilled",a.value=b)},function(b){"pending"===a.status&&(a.status="rejected",a.reason=b)})),a.status){case"fulfilled":return a.value;case"rejected":throw a.reason}}throw a}(b),c,i,j,k);throw Error(d(31,"[object Object]"===(c=String(b))?"object with keys {"+Object.keys(b).join(", ")+"}":c))}return r}(a,i,"","",function(a){return b.call(c,a,j++)}),i}function x(a){if(-1===a._status){var b=a._result;(b=b()).then(function(b){(0===a._status||-1===a._status)&&(a._status=1,a._result=b)},function(b){(0===a._status||-1===a._status)&&(a._status=2,a._result=b)}),-1===a._status&&(a._status=0,a._result=b)}if(1===a._status)return a._result.default;throw a._result}function y(){return new WeakMap}function z(){return{s:0,v:void 0,o:null,p:null}}b.Children={map:w,forEach:function(a,b,c){w(a,function(){b.apply(this,arguments)},c)},count:function(a){var b=0;return w(a,function(){b++}),b},toArray:function(a){return w(a,function(a){return a})||[]},only:function(a){if(!t(a))throw Error(d(143));return a}},b.Fragment=i,b.Profiler=k,b.StrictMode=j,b.Suspense=m,b.__SERVER_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=c,b.cache=function(a){return function(){var b=c.A;if(!b)return a.apply(null,arguments);var d=b.getCacheForType(y);void 0===(b=d.get(a))&&(b=z(),d.set(a,b)),d=0;for(var e=arguments.length;d<e;d++){var f=arguments[d];if("function"==typeof f||"object"==typeof f&&null!==f){var g=b.o;null===g&&(b.o=g=new WeakMap),void 0===(b=g.get(f))&&(b=z(),g.set(f,b))}else null===(g=b.p)&&(b.p=g=new Map),void 0===(b=g.get(f))&&(b=z(),g.set(f,b))}if(1===b.s)return b.v;if(2===b.s)throw b.v;try{var h=a.apply(null,arguments);return(d=b).s=1,d.v=h}catch(a){throw(h=b).s=2,h.v=a,a}}},b.cacheSignal=function(){var a=c.A;return a?a.cacheSignal():null},b.captureOwnerStack=function(){return null},b.cloneElement=function(a,b,c){if(null==a)throw Error(d(267,a));var e=r({},a.props),f=a.key;if(null!=b)for(g in void 0!==b.key&&(f=""+b.key),b)q.call(b,g)&&"key"!==g&&"__self"!==g&&"__source"!==g&&("ref"!==g||void 0!==b.ref)&&(e[g]=b[g]);var g=arguments.length-2;if(1===g)e.children=c;else if(1<g){for(var h=Array(g),i=0;i<g;i++)h[i]=arguments[i+2];e.children=h}return s(a.type,f,e)},b.createElement=function(a,b,c){var d,e={},f=null;if(null!=b)for(d in void 0!==b.key&&(f=""+b.key),b)q.call(b,d)&&"key"!==d&&"__self"!==d&&"__source"!==d&&(e[d]=b[d]);var g=arguments.length-2;if(1===g)e.children=c;else if(1<g){for(var h=Array(g),i=0;i<g;i++)h[i]=arguments[i+2];e.children=h}if(a&&a.defaultProps)for(d in g=a.defaultProps)void 0===e[d]&&(e[d]=g[d]);return s(a,f,e)},b.createRef=function(){return{current:null}},b.forwardRef=function(a){return{$$typeof:l,render:a}},b.isValidElement=t,b.lazy=function(a){return{$$typeof:o,_payload:{_status:-1,_result:a},_init:x}},b.memo=function(a,b){return{$$typeof:n,type:a,compare:void 0===b?null:b}},b.use=function(a){return c.H.use(a)},b.useCallback=function(a,b){return c.H.useCallback(a,b)},b.useDebugValue=function(){},b.useId=function(){return c.H.useId()},b.useMemo=function(a,b){return c.H.useMemo(a,b)},b.version="19.2.0-canary-0bdb9206-20250818"},7181:a=>{"use strict";a.exports=JSON.parse('{"Badges":{"local":"Local","latest":"Plus r\xe9cent","admin":"Admin"},"NavigationHeader":{"title":"Wiki Minecraft Modd\xe9","title_short":"Wiki","badge":{"preview":"MODE APER\xc7U","beta":"B\xeata"},"link":{"home":"Accueil","browse":"Parcourir","about":"\xc0 propos"}},"NavigationFooter":{"title":"Wiki Minecraft Modd\xe9","links":{"navigation":{"title":"Navigation","home":"Page d\'accueil","browse":"Parcourir","dev":"D\xe9veloppeurs"},"links":{"title":"Liens"},"resources":{"title":"Ressources","blog":"Blog","status":"Statut","translate":"Aidez-nous \xe0 traduire"},"about":{"title":"\xc0 propos","tos":"Conditions d\'Utilisation","privacy":"Politique de Confidentialit\xe9","contact":"Contact"}}},"HomePage":{"title":"Bienvenue sur le <highlight>Wiki Minecraft Modd\xe9</highlight>","subtitle":"Votre ressource de r\xe9f\xe9rence pour la d\xe9couverte, la cr\xe9ation et la contribution des projets li\xe9s \xe0 Minecraft.","popular":{"title":"Wikis populaires","open":"En savoir plus","disclaimer":"Ces projets sont mis en avant en fonction de leur popularit\xe9 selon les statistiques de vues et ne sont pas officiellement approuv\xe9s par le Wiki Minecraft Modd\xe9."},"community":{"title":"Rejoignez notre communaut\xe9","users":{"title":"Utilisateurs","subtitle":"Explorez nos projets en vedette et profitez de ces avantages :","docs":"Consultez de la documentation de haute qualit\xe9, mise \xe0 jour et versionn\xe9e","contribute":"Contribuer \xe0 des projets sans connaissances en programmation","ui":"Profitez d\'une interface homog\xe8ne et conviviale sur tous les projets","localization":"B\xe9n\xe9ficiez d\'un support multilingue"},"authors":{"title":"Auteurs","subtitle":"Acc\xe9dez au tableau de bord et profitez de ces avantages :","vcs":"Prise en charge du versionnage pour votre documentation","components":"Built-in components for recipes, assets, etc.","gradle":"Int\xe9gration Gradle pour travailler fluidement","management":"Outils avanc\xe9s de gestion de projet","interaction":"Interaction directe avec vos utilisateurs","dashboard":"Ouvrir le tableau de bord","guide":"En savoir plus"}},"browse":"Parcourir les projets","highlights":{"localization":{"title":"Traduction","desc":"Traduisez votre documentation dans d\'autres langues du monde"},"accessibility":{"title":"Accessible","desc":"Interface utilisateur intuitive et r\xe9active"},"open":{"title":"Ouvert","desc":"Laissez vos utilisateurs contribuer sans n\xe9cessiter de connaissances en programmation"},"free":{"title":"Gratuit","desc":"H\xe9berger de la documentation sur notre site est totalement gratuit !"}},"about":{"title":"\xc0 propos de nous","maintainers":"Le Wiki est fond\xe9 et maintenu par <b>Sinytra</b>, une \xe9quipe d\xe9vou\xe9e de d\xe9veloppeurs passionn\xe9s qui se sont concentr\xe9s sur la distribution de logiciels libres et de haute qualit\xe9 pour la communaut\xe9 de modding de Minecraft.","mission":"Notre objectif est de donner du pouvoir aux moddeurs et joueurs en fournissant les outils et ressources n\xe9cessaires \xe0 la cr\xe9ation, documentation et l\'exploration des possibilit\xe9s infinies des mods Minecraft."},"blog":{"title":"Articles","open":"Lire la suite"}},"BrowsePage":{"sidebar":{"title":"Explorer les projets","search_filters":"Filtrer par...","categories":"Cat\xe9gories"},"sorting":"Trier par","sort":{"relevance":"Pertinence","creation_date":"Date de cr\xe9ation","popularity":"Popularit\xe9","az":"Ordre alphab\xe9tique","za":"Ordre alphab\xe9tique inverse"},"search":"Rechercher des projets...","clear_filter":"Effacer les filtres","no_results":"La recherche n\'a donn\xe9 aucun r\xe9sultat !"},"SearchProjectTypes":{"mod":"Mods","modpack":"Modpacks","resourcepack":"Packs de ressources","datapack":"Packs de donn\xe9es","shader":"Shaders","plugin":"Plugins"},"ProjectTypes":{"mod":"Mod","modpack":"Modpack","resourcepack":"Pack de ressources","datapack":"Pack de donn\xe9es","shader":"Shader","plugin":"Plugin"},"LoadingContent":{"message":"Chargement..."},"MetaDocsNavigation":{"title":"Navigation","about":"\xc0 propos","devs":"Author guide","components":"Components","help":"Obtenir de l’aide","tos":"Conditions d’utilisation","privacy":"Politique de confidentialit\xe9","security":"Avis de s\xe9curit\xe9"},"Login":{"title":"Connexion requise","desc":"La page \xe0 laquelle vous essayez d\'acc\xe9der n\xe9cessite de vous connecter.","prompt":"Veuillez utiliser votre compte GitHub pour continuer.","button":"Se connecter avec Github"},"Preview":{"title":"Le mode aper\xe7u est activ\xe9","desc":"Le mode Aper\xe7u active une interface utilisateur minimale, vous permettant de vous concentrer sur la r\xe9daction de vos docs localement avant leur publication.","roots":"Base de la documentation locale disponible","open":"Ouvrir"},"DocsProjectInfo":{"title":"Informations du projet","type":"Type","author":"Auteur","tags":"Mots-cl\xe9s","latest":{"title":"Derni\xe8re version","unknown":"N/A"},"license":{"title":"Licence","custom":"Personnalis\xe9","unknown":"Inconnu","arr":"Tous Droits R\xe9serv\xe9s"}},"ProjectCategories":{"adventure":"Aventure","cursed":"Maudit","decoration":"D\xe9coration","economy":"\xc9conomie","equipment":"\xc9quipement","food":"Nourriture","game-mechanics":"M\xe9caniques de jeu","library":"Biblioth\xe8que","magic":"Magie","management":"Gestion","minigame":"Mini-jeu","mobs":"Cr\xe9atures","optimization":"Optimisation","social":"Social","storage":"Stockage","technology":"Technologie","transportation":"Transport","utility":"Utilitaire","worldgen":"G\xe9n\xe9ration du monde","server-utility":"Outils serveur","armor-weapons-tools":"Armures, outils et armes","library-api":"API et biblioth\xe8que","adventure-rpg":"Aventure et RPG","world-gen":"G\xe9n\xe9ration du monde","cosmetic":"Cosm\xe9tique","mc-food":"Nourriture","performance":"Performance","map-information":"Carte et informations","bug-fixes":"Corrections de bug","mc-addons":"Extensions","education":"\xc9ducation","mc-miscellaneous":"Divers","redstone":"Redstone","utility-qol":"Utilitaire et qualit\xe9 de vie (QV)","mc-creator":"MCreator"},"PageEditControls":{"edit_gh":"Modifier cette page","report":"Signaler cette page","report_button":"Signaler cette page","last_updated":"Derni\xe8re mise \xe0 jour : <date></date>"},"Report":{"title":"Signaler une page de documentation","desc":"Report content that violates our <tos>Terms of Service</tos> or <cr>Content Rules</cr>.","contact":"For auditing purposes, your <b>username</b> will be included in the report.","confidential":"Votre confidentialit\xe9 est importante pour nous, et ces informations resteront toujours confidentielles.","privacy":"Pour plus d\'informations, veuillez consulter notre <link>Politique de Confidentialit\xe9</link>.","form":{"id":{"title":"ID du projet","desc":"ID du projet signal\xe9."},"path":{"title":"Lien de la page","desc":"Lien de la page de documentation signal\xe9."},"locale":{"title":"Locale","desc":"Applied if the content lies within a localized subpath.","placeholder":"N/A"},"version":{"title":"Version","desc":"Applied if the content lies within a named version.","placeholder":"N/A"},"reason":{"title":"Motif*","placeholder":"Select a reason for reporting this content","desc":"Reason for reporting this content.","dislike":"Je n\'aime pas"},"details":{"title":"D\xe9tails*","placeholder":"Please provide more details on why you\'re reporting this content. Note that empty reports will be ignored.","desc":"Plus de d\xe9tails sur le probl\xe8me."},"dislike":{"title":"We understand that you may not like this content, and that\'s totally okay!","desc":"Malheureusement, ceci n\'est pas une raison valable pour signaler un projet.","suggestion":"Would you like to look for something else to explore instead?","explore":"Explorer les projets"},"success":"Votre signalement a bien \xe9t\xe9 pris en compte"}},"ProjectReportReason":{"spam":"Ind\xe9sirables","copyright":"Violation de droit d’auteur","content_rules":"Violation des r\xe8gles de contenu","tos":"Violation des conditions d\'utilisation","unknown":"Inconnu"},"ProjectReportStatus":{"new":"New","dismissed":"Dismissed","accepted":"Accepted","unknown":"Inconnu"},"ProjectReportType":{"project":"Project","docs":"Docs page","content":"Content page","unknown":"Inconnu"},"ViewReportPage":{"reports":"Reports","title":"Report details","desc":"Viewing report details for {id}","details":{"reporter":"Reported by","project_id":"ID du projet","path":"Chemin","body":"Body","reason":"Motif","created_at":"Cr\xe9\xe9 \xe0","status":"Statut","type":"Type","locale":"Locale","version":"Version"},"actions":{"dismiss":"Dismiss","accept":"Accept"},"toast":{"accept":"Report accepted","dismiss":"Report dismissed"}},"SubmitButton":{"title":"Soumettre"},"Callout":{"default":"Attention !","info":"Info","warning":"Warning","danger":"Danger"},"ProjectRegisterForm":{"button":"New Project","title":"Enregistrer le projet","desc":"Enregistrez un nouveau projet sur le wiki.","repo":{"title":"URL du d\xe9p\xf4t","desc":"C\'est l\'adresse que vous utilisez pour cloner votre d\xe9p\xf4t.","placeholder":"https://github.com/ExampleUser/ExampleMod"},"branch":{"title":"Branche","desc":"R\xe9f. branche principale. Vous pouvez sp\xe9cifier des branches suppl\xe9mentaires \xe0 inclure dans votre fichier de m\xe9tadonn\xe9es."},"path":{"title":"Lien vers la base de la documentation","desc":"Lien vers le dossier contenant le fichier de m\xe9tadonn\xe9es."},"admin":"Param\xe8tres administrateur du wiki","is_community":{"title":"Projet g\xe9r\xe9 par la communaut\xe9"},"errors":{"details":"Afficher les d\xe9tails"},"connect_modrinth":{"desc":"Connectez votre compte <b>Modrinth</b> dans les Param\xe8tres pour facilement v\xe9rifier la propri\xe9t\xe9 des projets de la plateforme \xe0 tout moment.","settings":"Ouvrir les param\xe8tres"},"submit":"Soumettre","success":{"title":"Projet soumis avec succ\xe8s","desc":"Vous pouvez maintenant acc\xe9der \xe0 la page de documentation du projet"},"submitting":"Soumission du projet...","verify_modrinth":"V\xe9rification avec Modrinth"},"ProjectSettingsForm":{"title":"\xc9diter le projet","desc":"Modifier les param\xe8tres d\'un projet existant.","button":"Param\xe8tres","success":{"title":"Projet mis \xe0 jour avec succ\xe8s","desc":"Vous pouvez maintenant acc\xe9der \xe0 la page de documentation du projet mise \xe0 jour"}},"ProjectDeleteForm":{"trigger":"Delete project","title":"\xcates-vous vraiment s\xfbr ?","desc":"Cette action ne peut pas \xeatre annul\xe9e. Cela supprimera d\xe9finitivement votre projet et toutes les donn\xe9es associ\xe9es de nos serveurs.","cancel":"Annuler","submit":"Supprimer","success":"Projet supprim\xe9 avec succ\xe8s"},"FormActions":{"errors":{"unauthorized":"Erreur d\'authentification de l\'utilisateur","internal":"Erreur de serveur interne, veuillez r\xe9essayer plus tard.","unknown":"Une erreur inconnue est survenue, veuillez r\xe9essayer plus tard.","no_platforms":"No platform projects defined in metadata.","no_project":"Plateforme de projet introuvable. Veuillez vous assurer que le champ \\"slug\\" des m\xe9tadonn\xe9es est correct.","unsupported_type":"Type de projet non pris en charge","ownership":"Impossible de v\xe9rifier la propri\xe9t\xe9 du projet","cf_unavailable":"Registering CurseForge projects is not active","requires_auth":"Repository connection requires login credentials but none were provided","no_repository":"D\xe9p\xf4t introuvable","no_branch":"Branche sp\xe9cifi\xe9e invalide","no_path":"Metadata file not found at specified path","invalid_meta":"Fichier de m\xe9tadonn\xe9es invalide","unsupported":"Pas encore impl\xe9ment\xe9","exists":"Le projet existe d\xe9j\xe0.","not_found":"Le projet n\'existe pas","illegal_id":"Illegal project ID","not_owner":"User is not authorized to register this project"}},"CommunityBadge":{"title":"Communaut\xe9","desc":"Documentation non officielle maintenue par la communaut\xe9"},"DocsPageNotFoundError":{"title":"Cette page a \xe9t\xe9 perdue","desc":"La page de documentation demand\xe9e n\'est pas disponible pour le moment.","suggestion":"Veuillez r\xe9essayer plus tard ou signaler ce probl\xe8me \xe0 l\'auteur du projet.","submit":"Soumettre un probl\xe8me","return":"Revenir \xe0 l\'accueil"},"GetStartedButton":{"title":"Create your first project"},"ProjectHomepage":{"overview":{"intro":"<project></project> is a {type} created by <authors></authors>.","availability":"Available for <versions></versions>. Latest version built for <latest></latest>. First released for <first></first>.","tags":"Tagged:"},"description":{"title":"Description"},"navigation":{"title":"Navigation","docs":{"title":"Browse documentation","desc":"{pages} pages available."},"content":{"title":"Browse content","desc":"{items} in-game items."}},"links":{"title":"Liens","website":"Website","source_code":"Source code"},"license":{"title":"Licences","project":"Project License","arr":"Tous Droits R\xe9serv\xe9s","unknown":"Inconnu","wiki":"Wiki License","default":"Wiki content <link>partially made available</link> under the <license></license> license."}},"ProjectDocsHomepage":{"title":"Accueil"},"DocsHomepagePlaceholder":{"title":"Placeholder page d\'accueil","subtitle":"En raison des restrictions de l\'API, les m\xe9tadonn\xe9es du projet ne sont pas disponibles pour les projets CurseForge dans les environnements locaux.","replace":"Ne vous inqui\xe9tez pas ! Nous remplacerons ce placeholder par la description r\xe9elle du projet une fois d\xe9ploy\xe9e sur le site web du wiki."},"DocsSearchBar":{"placeholder":"Rechercher sur le wiki...","no_results":"Aucun r\xe9sultat trouv\xe9 !","loading":"Recherche de r\xe9sultats parfaits...","results":"Affichage de <highlight>{count}</highlight> r\xe9sultats sur <highlight>{total}</highlight>","close":"<kbd>\xc9chap</kbd> pour fermer"},"DocsChangelogPage":{"title":"Changelog"},"DocsLeftSidebar":{"title":"Documentation","homepage":"Accueil"},"DocsContentRightSidebar":{"title":"Entry information"},"DocsNonContentRightSidebar":{"title":"Sur cette page"},"DocsVersionSelector":{"placeholder":"S\xe9lectionner une version","latest":"Plus r\xe9cente"},"ModVersionRange":{"desc":"+(count) autres"},"LanguageSelect":{"placeholder":"Rechercher les langues...","no_results":"Aucune langue trouv\xe9e."},"ProjectStatus":{"unknown":"Inconnu","loading":"Chargement","healthy":"Charg\xe9","at_risk":"Requires attention","error":"Erron\xe9"},"DevProjectsListPage":{"project":{"manage":"G\xe9rer"},"empty":{"primary":"Looks like you haven\'t created any projects yet","secondary":"Commencez par lire notre <guide>guide de l\'auteur</guide>."}},"DevProjectPage":{"breadcrumbs":{"home":"Accueil"},"toolbar":{"view":"Afficher","deployments":"Deployments"},"overview":{"title":"Project overview","desc":"Project information summary"},"source":{"title":"Source du projet","repo":"D\xe9p\xf4t","branch":"Branche","path":"Chemin","public":"Publique"},"platforms":{"title":"Platformes","desc":"Project hosting platforms","headers":{"platform":"Plateforme","slug":"Slug / Identifiant","link":"Lien"},"open":"Ouvrir"},"information":{"title":"Informations","desc":"Resolved information","type":"Type","status":"Statut","created_at":"Cr\xe9\xe9 \xe0"},"revision":{"title":"Current git revision","reloading":"Reloading project, please stand by...","not_found":"No revision found. Try reloading the project."}},"DevProjectSettingsPage":{"title":"Project settings","desc":"Configure project properties"},"DevProjectVersionsPage":{"title":"Project versions","desc":"Browse project content versions"},"DevProjectHealthPage":{"title":"Project health","desc":"Monitor project status and issues","errors":{"title":"Project issue report","desc":"Ongoing warnings & errors","empty":"No issues found"}},"DevProjectMembersPage":{"title":"Project members","desc":"Manage project members & permissions","roles":{"owner":"Propri\xe9taire"},"actions":{"manage":"G\xe9rer"}},"DevProjectContentItemsPage":{"title":"Project items","desc":"Browse project items"},"DevProjectContentRecipesPage":{"title":"Project recipes","desc":"Browse project crafting recipes"},"DevProjectContentTagsPage":{"title":"Project tags","desc":"Browse project tags"},"DevProjectLogs":{"title":"Deployment log","show":"Afficher","unloaded":"Non charg\xe9","waiting":"En attente du serveur...","loading":"Chargement...","error":"Erreur lors du chargement des journaux","toast":{"success":"Configuration du projet termin\xe9e","error":"Erreur lors de la configuration du projet"}},"DeveloperSidebar":{"teams":{"personal":"Personnel"},"groups":{"projects":"Projets","platform":"Plateforme","admin":"Administration"},"nav":{"projects":"Projets","documentation":"Documentation","settings":"Param\xe8tres","admin":"System settings"}},"DevSidebarContextSwitcher":{"title":"\xc9quipes"},"DevSidebarUser":{"logout":{"button":"Se d\xe9connecter","title":"D\xe9connexion","desc":"D\xe9connexion..."},"unknown_avatar":"N/A"},"UserSettings":{"breadcrumbs":{"home":"Accueil","settings":"Param\xe8tres"},"profile":{"bio":"Cr\xe9ateur Wiki Minecraft Modd\xe9","join_date":"Inscrit le {date}","admin":"Admin"},"connections":{"title":"Connexions","modrinth":{"title":"Compte Modrinth","desc":"Utilis\xe9 pour v\xe9rifier la propri\xe9t\xe9 du projet","connect":"Se connecter","view":"Afficher","disconnect":"Se d\xe9connecter"}},"account":{"title":"Compte","delete":{"title":"Supprimer le compte","desc":"Supprimer d\xe9finitivement toutes les donn\xe9es du compte","button":"Supprimer le compte"},"delete_modal":{"title":"Supprimer le compte","desc":"\xcates-vous s\xfbr de vouloir supprimer ce compte ? C\'est une action destructrice qui ne peut pas \xeatre annul\xe9e.","cancel":"Annuler","button":"Supprimer d\xe9finitivement"}},"toast":{"unlink":{"success":"Compte dissoci\xe9 avec succ\xe8s","error":"Erreur lors de la dissociation du compte"}}},"AuthFailure":{"title":"\xc9chec de l\'authentification","desc":"Une erreur inattendue s\'est produite lors de la tentative de connexion. Veuillez r\xe9essayer plus tard.","status":"V\xe9rifier le statut","return":"Retourner \xe0 l\'accueil","report":"Signaler un bug"},"BuiltinRecipeTypes":{"blasting":"Blasting","campfire_cooking":"Campfire cooking","crafting_shaped":"Shaped Crafting","crafting_shapeless":"Shapeless Crafting","smelting":"Smelting","smithing_transform":"Smithing","smoking":"Smoking","stonecutting":"Stonecutting"},"DocsEntryTabs":{"history":"Show history","home":"Show content"},"DevProjectSidebar":{"groups":{"project":"Project","content":"Content"},"nav":{"home":"Overview","settings":"Param\xe8tres","members":"Members","deployments":"Deployments","health":"Health","versions":"Versions","content":"Items","tags":"Mots-cl\xe9s","recipes":"Recipes"}},"PrefabObtaining":{"recipe":"Recipe"},"PrefabUsage":{"usage":"Usage"},"AdminSidebar":{"groups":{"home":"Accueil","data":"Data","system":"System","moderation":"Moderation"},"nav":{"home":"Overview","data_imports":"Data Imports","access_keys":"Access Keys","migrations":"Migrations","users":"Utilisateurs","projects":"Projets","config":"Configuration","reports":"Reports","audit_log":"Audit Log","return":"Return"}},"AdminDataImports":{"title":"System data imports","desc":"Imported game data"},"AdminMigrations":{"title":"Data migrations","desc":"Available data migrations"},"EmptyDataTable":{"guide":"Read the <link>author guide</link> to find out more on how to integrate game data into your project."},"DataTable":{"no_results":"No results.","filter":"Filter rows...","previous":"Previous","next":"Next"},"DevProjectVersionsTable":{"name":"Nom","branch":"Branche","empty":{"title":"No additional versions were found in your project.","desc":"Read the <link>author guide</link> to learn more about project versioning."}},"DevProjectItemsTable":{"icon":"Icon","id":"Identifier","name":"Nom","path":"Page path (internal)","actions":{"open":"Open menu","title":"Actions","view":"Afficher"},"empty":{"title":"No items were found in your project.","desc":"Project items are automatically detected from content pages and included game files."}},"DevProjectTagsTable":{"id":"Identifier","items":"Item count","empty":{"title":"No tags were found in your project."}},"DevProjectRecipesTable":{"type":"Type","id":"Identifier","empty":{"title":"No recipes were found in your project."}},"ResolvedProjectRecipe":{"type":"Recipe Type","input":"Ingredients","output":"Outputs","preview":"Recipe preview","workbenches":"You can craft this recipe using:"},"DevProjectDeploymentsPage":{"title":"Project deployments","desc":"Manage deployed project versions"},"DevProjectDeploymentsTable":{"id":"ID","commit":"Commit","created_at":"Deploy time","user_id":"Deployed by","status":"Statut"},"DeploymentStatus":{"unknown":"N/A","created":"Queued","loading":"Loading","success":"Success","error":"Failed"},"DeleteDeploymentModal":{"trigger":"Supprimer","title":"\xcates-vous vraiment s\xfbr ?","desc":"This action cannot be undone. This deployment will be permanently deleted from our servers.","cancel":"Annuler","submit":"Supprimer","success":"Deployment deleted successfully"},"DeployProjectModal":{"button":"Deploy","title":"New deployment","primary":"All project content will be <b>re-fetched</b> from the source. This option should be used upon updating the documentation source itself.","secondary":"If the new deployment fails, currently stored data <b>will not</b> be replaced. You can always <b>roll back</b> to previous deployments using the \'Redeploy\' option.","tertiary":"Pour votre confort, nous vous recommandons de revalider automatiquement la documentation apr\xe8s publication plut\xf4t en utilisant notre <link>plugin Gradle</link>.","note":"Project configuration remains unchanged. For updating meta information (e.g. source and platforms), please use the Settings dialog instead.","cancel":"Annuler","submit":"Deploy"},"LiveProjectDeployConnection":{"loading":"Deploying project...","success":"Project deploy successful","error":"Project deploy failed","view":"Afficher"},"DevProjectDeploymentPage":{"deployments":"Deployments","title":"Deployment Details","git-config":{"title":"Source coordinates"}},"ProjectGitRevision":{"title":"Git revision","title_current":"Current Git revision","loading":"Deploying project, please stand by...","not_found":"Project has no active deployment"},"ProjectIssueWidget":{"file":"File: <file></file>","date":"Created at: <date></date>","version":"Version: <version></version>"},"ProjectIssueLevel":{"warning":"Warning","error":"Error","unknown":"Inconnu"},"ProjectIssueType":{"meta":"Invalid project metadata","file":"Invalid file","git_clone":"Error cloning repository","git_info":"Error getting commit information","ingestor":"Error importing content","internal":"Internal server error","page_render":"Invalid page","unknown":"Unknown error"},"DeploymentIssues":{"title":"Deployment issues","empty":"No issues found.","issues_found":"Found {count, plural, =1 {1 issue that needs} other {# issues that need}} attention."},"ProjectError":{"requires_auth":"Repository connection requires login credentials but none were provided","no_repository":"D\xe9p\xf4t introuvable","repo_too_large":"Repository exceeds allowed file size","no_branch":"Branche sp\xe9cifi\xe9e invalide","no_path":"Metadata file not found at specified path","invalid_meta":"Fichier de m\xe9tadonn\xe9es invalide","invalid_page":"Failed to render page contents","duplicate_page":"Duplicate page","unknown_recipe_type":"Unknown recipe type","invalid_ingredient":"Invalid ingredient","invalid_file":"Failed to parse file","invalid_format":"Invalid file format","invalid_resloc":"Invalid Resource Location","invalid_version_branch":"Version branch does not exist","missing_platform_project":"Missing platform project","no_page_title":"Page is missing title","missing_required_attribute":"Page is missing a required metadata attribute","unknown":"Unknown error"},"AdminReports":{"title":"Project Reports","desc":"Manage project reports"},"ResponsiveTable":{"expand":"Expand"},"UsageContentList":{"more":"Show more ..."},"RecipeUsage":{"description":"Can be used to create the following items:","empty":"Has no known usages in crafting."},"ContentCategory":{"all":"All","other":"Autre"},"ContentChangelog":{"toggle":"Show changelog"},"ContentProperties":{"bool":{"true":"Yes","false":"No"},"type":{"block":"Bloc","item":"Objet","other":"Autre"},"properties":{"id":"ID","source_mod":"Source mod","type":"Type","stack_size":"Stack size","required_tool":"Tool","blast_resistance":"Blast resistance","hardness":"Hardness","flammable":"Flammable"}},"DocsLink":{"not_found":"(Non trouv\xe9)"},"AdminAccessKeys":{"title":"System access keys","desc":"Provides auth for when non-interactive access is needed, such as CI"},"CreateAccessKeyModal":{"title":"Create access key","desc":"New system access key","button":"Create","name":{"title":"Nom","desc":"Give your key a name","placeholder":"Deploy staging"},"days_valid":{"title":"Days of validity","desc":"Number of days the key is valid for. Use 0 for no expiration."},"submit":"Soumettre","submitting":"Soumission du projet..."},"SaveAccessKeyModal":{"title":"Access Key","desc":"Save your generated access key","key":"Access Key","note":"Keep the key value safe. You won\'t be able to access it again.","valid":"The key is valid until {expiry}.","close":"Done"},"DeleteAccessKeyModal":{"title":"Delete Access Key","desc":"Invalidate and delete access key","body":"This will forever delete the access key <name></name>.","cancel":"Annuler","submit":"Supprimer","success":"Access Key deleted successfully"},"CopyButton":{"copied":"Copied to clipboard"},"InteractiveComponentPlaceholder":{"title":"Content unavailable in preview mode","desc":"Interactive components are currently not supported in the local previewer. The actual contents will be shown here when the project is deployed onto the Wiki website."},"RevalidateCacheModal":{"title":"Revalidate cache tag","desc":"Manually revalidate a cache tag. Used for diagnostic purposes.","button":"Revalidate cache tag","tag":{"title":"Cache Tag","desc":"The cache tag to revalidate"},"success":"Cache tag invalidated successfully"}}')},7259:(a,b,c)=>{"use strict";c.d(b,{I:()=>d});let d=(0,c(7409).xl)()},7334:(a,b,c)=>{"use strict";function d(a){return"object"==typeof a&&null!==a&&"digest"in a&&"BAILOUT_TO_CLIENT_SIDE_RENDERING"===a.digest}c.d(b,{C:()=>d})},7409:(a,b,c)=>{"use strict";c.d(b,{xl:()=>g});let d=Object.defineProperty(Error("Invariant: AsyncLocalStorage accessed in runtime where it is not available"),"__NEXT_ERROR_CODE",{value:"E504",enumerable:!1,configurable:!0});class e{disable(){throw d}getStore(){}run(){throw d}exit(){throw d}enterWith(){throw d}static bind(a){return a}}let f="undefined"!=typeof globalThis&&globalThis.AsyncLocalStorage;function g(){return f?new f:new e}},7529:a=>{"use strict";var b=Object.defineProperty,c=Object.getOwnPropertyDescriptor,d=Object.getOwnPropertyNames,e=Object.prototype.hasOwnProperty,f={};function g(a){var b;let c=["path"in a&&a.path&&`Path=${a.path}`,"expires"in a&&(a.expires||0===a.expires)&&`Expires=${("number"==typeof a.expires?new Date(a.expires):a.expires).toUTCString()}`,"maxAge"in a&&"number"==typeof a.maxAge&&`Max-Age=${a.maxAge}`,"domain"in a&&a.domain&&`Domain=${a.domain}`,"secure"in a&&a.secure&&"Secure","httpOnly"in a&&a.httpOnly&&"HttpOnly","sameSite"in a&&a.sameSite&&`SameSite=${a.sameSite}`,"partitioned"in a&&a.partitioned&&"Partitioned","priority"in a&&a.priority&&`Priority=${a.priority}`].filter(Boolean),d=`${a.name}=${encodeURIComponent(null!=(b=a.value)?b:"")}`;return 0===c.length?d:`${d}; ${c.join("; ")}`}function h(a){let b=new Map;for(let c of a.split(/; */)){if(!c)continue;let a=c.indexOf("=");if(-1===a){b.set(c,"true");continue}let[d,e]=[c.slice(0,a),c.slice(a+1)];try{b.set(d,decodeURIComponent(null!=e?e:"true"))}catch{}}return b}function i(a){if(!a)return;let[[b,c],...d]=h(a),{domain:e,expires:f,httponly:g,maxage:i,path:l,samesite:m,secure:n,partitioned:o,priority:p}=Object.fromEntries(d.map(([a,b])=>[a.toLowerCase().replace(/-/g,""),b]));{var q,r,s={name:b,value:decodeURIComponent(c),domain:e,...f&&{expires:new Date(f)},...g&&{httpOnly:!0},..."string"==typeof i&&{maxAge:Number(i)},path:l,...m&&{sameSite:j.includes(q=(q=m).toLowerCase())?q:void 0},...n&&{secure:!0},...p&&{priority:k.includes(r=(r=p).toLowerCase())?r:void 0},...o&&{partitioned:!0}};let a={};for(let b in s)s[b]&&(a[b]=s[b]);return a}}((a,c)=>{for(var d in c)b(a,d,{get:c[d],enumerable:!0})})(f,{RequestCookies:()=>l,ResponseCookies:()=>m,parseCookie:()=>h,parseSetCookie:()=>i,stringifyCookie:()=>g}),a.exports=((a,f,g,h)=>{if(f&&"object"==typeof f||"function"==typeof f)for(let i of d(f))e.call(a,i)||i===g||b(a,i,{get:()=>f[i],enumerable:!(h=c(f,i))||h.enumerable});return a})(b({},"__esModule",{value:!0}),f);var j=["strict","lax","none"],k=["low","medium","high"],l=class{constructor(a){this._parsed=new Map,this._headers=a;let b=a.get("cookie");if(b)for(let[a,c]of h(b))this._parsed.set(a,{name:a,value:c})}[Symbol.iterator](){return this._parsed[Symbol.iterator]()}get size(){return this._parsed.size}get(...a){let b="string"==typeof a[0]?a[0]:a[0].name;return this._parsed.get(b)}getAll(...a){var b;let c=Array.from(this._parsed);if(!a.length)return c.map(([a,b])=>b);let d="string"==typeof a[0]?a[0]:null==(b=a[0])?void 0:b.name;return c.filter(([a])=>a===d).map(([a,b])=>b)}has(a){return this._parsed.has(a)}set(...a){let[b,c]=1===a.length?[a[0].name,a[0].value]:a,d=this._parsed;return d.set(b,{name:b,value:c}),this._headers.set("cookie",Array.from(d).map(([a,b])=>g(b)).join("; ")),this}delete(a){let b=this._parsed,c=Array.isArray(a)?a.map(a=>b.delete(a)):b.delete(a);return this._headers.set("cookie",Array.from(b).map(([a,b])=>g(b)).join("; ")),c}clear(){return this.delete(Array.from(this._parsed.keys())),this}[Symbol.for("edge-runtime.inspect.custom")](){return`RequestCookies ${JSON.stringify(Object.fromEntries(this._parsed))}`}toString(){return[...this._parsed.values()].map(a=>`${a.name}=${encodeURIComponent(a.value)}`).join("; ")}},m=class{constructor(a){var b,c,d;this._parsed=new Map,this._headers=a;let e=null!=(d=null!=(c=null==(b=a.getSetCookie)?void 0:b.call(a))?c:a.get("set-cookie"))?d:[];for(let a of Array.isArray(e)?e:function(a){if(!a)return[];var b,c,d,e,f,g=[],h=0;function i(){for(;h<a.length&&/\s/.test(a.charAt(h));)h+=1;return h<a.length}for(;h<a.length;){for(b=h,f=!1;i();)if(","===(c=a.charAt(h))){for(d=h,h+=1,i(),e=h;h<a.length&&"="!==(c=a.charAt(h))&&";"!==c&&","!==c;)h+=1;h<a.length&&"="===a.charAt(h)?(f=!0,h=e,g.push(a.substring(b,d)),b=h):h=d+1}else h+=1;(!f||h>=a.length)&&g.push(a.substring(b,a.length))}return g}(e)){let b=i(a);b&&this._parsed.set(b.name,b)}}get(...a){let b="string"==typeof a[0]?a[0]:a[0].name;return this._parsed.get(b)}getAll(...a){var b;let c=Array.from(this._parsed.values());if(!a.length)return c;let d="string"==typeof a[0]?a[0]:null==(b=a[0])?void 0:b.name;return c.filter(a=>a.name===d)}has(a){return this._parsed.has(a)}set(...a){let[b,c,d]=1===a.length?[a[0].name,a[0].value,a[0]]:a,e=this._parsed;return e.set(b,function(a={name:"",value:""}){return"number"==typeof a.expires&&(a.expires=new Date(a.expires)),a.maxAge&&(a.expires=new Date(Date.now()+1e3*a.maxAge)),(null===a.path||void 0===a.path)&&(a.path="/"),a}({name:b,value:c,...d})),function(a,b){for(let[,c]of(b.delete("set-cookie"),a)){let a=g(c);b.append("set-cookie",a)}}(e,this._headers),this}delete(...a){let[b,c]="string"==typeof a[0]?[a[0]]:[a[0].name,a[0]];return this.set({...c,name:b,value:"",expires:new Date(0)})}[Symbol.for("edge-runtime.inspect.custom")](){return`ResponseCookies ${JSON.stringify(Object.fromEntries(this._parsed))}`}toString(){return[...this._parsed.values()].map(g).join("; ")}}},7541:(a,b,c)=>{"use strict";c.d(b,{X:()=>function a(b){if((0,g.p)(b)||(0,f.C)(b)||(0,i.h)(b)||(0,h.I3)(b)||"object"==typeof b&&null!==b&&b.$$typeof===e||(0,d.Ts)(b))throw b;b instanceof Error&&"cause"in b&&a(b.cause)}});var d=c(9412);let e=Symbol.for("react.postpone");var f=c(7334),g=c(8650),h=c(2809),i=c(2737)},7738:(a,b,c)=>{"use strict";c.d(b,{nJ:()=>g,oJ:()=>e,zB:()=>f});var d=c(108);let e="NEXT_REDIRECT";var f=function(a){return a.push="push",a.replace="replace",a}({});function g(a){if("object"!=typeof a||null===a||!("digest"in a)||"string"!=typeof a.digest)return!1;let b=a.digest.split(";"),[c,f]=b,g=b.slice(2,-2).join(";"),h=Number(b.at(-2));return c===e&&("replace"===f||"push"===f)&&"string"==typeof g&&!isNaN(h)&&h in d.Q}},8237:a=>{"use strict";a.exports=JSON.parse('{"Badges":{"local":"Yerel","latest":"En son","admin":"Admin"},"NavigationHeader":{"title":"Modded Minecraft Wiki","title_short":"Viki","badge":{"preview":"\xd6NİZLEME MODU","beta":"Beta"},"link":{"home":"Ana Sayfa","browse":"G\xf6z at","about":"Hakkında"}},"NavigationFooter":{"title":"Modlu Minecraft Viki","links":{"navigation":{"title":"Gezin","home":"Ana sayfa","browse":"G\xf6z at","dev":"Geliştiriciler"},"links":{"title":"Bağlantılar"},"resources":{"title":"Kaynaklar","blog":"Blog","status":"Durum","translate":"\xc7evirmemize yardım edin"},"about":{"title":"Hakkında","tos":"Kullanım Şartları","privacy":"Gizlilik Politikası","contact":"İletişim"}}},"HomePage":{"title":"<highlight>Modlu Minecraft Viki</highlight>\'ye hoş geldiniz","subtitle":"Minecraft ile ilgili projeleri keşfetmek, oluşturmak ve bunlara katkıda bulunmak i\xe7in başvurulacak kaynağınız.","popular":{"title":"Pop\xfcler Vikiler","open":"Biraz daha oku","disclaimer":"Bu projeler, g\xf6r\xfcnt\xfcleme istatistikleri aracılığıyla pop\xfclerliklerine g\xf6re vurgulanmaktadır ve Modlu Minecraft Viki tarafından resmi olarak onaylanmamaktadır."},"community":{"title":"Topluluğumuza Katılın","users":{"title":"Kullanıcılar","subtitle":"\xd6ne \xe7ıkan projelerimizi keşfedin ve şu avantajlardan yararlanın:","docs":"Y\xfcksek kaliteli, g\xfcncel ve versiyonları belirlenmiş belgelere erişin","contribute":"Programlama bilgisi olmadan projelere katkıda bulunun","ui":"T\xfcm projelerde tutarlı, kullanıcı dostu bir aray\xfcz\xfcn keyfini \xe7ıkarın","localization":"\xc7oklu dil desteğinden yararlanın"},"authors":{"title":"Yazarlar","subtitle":"Proje Kontrol Paneline erişin ve şu avantajlardan yararlanın:","vcs":"Belgeleriniz i\xe7in s\xfcr\xfcm oluşturma desteği","components":"Built-in components for recipes, assets, etc.","gradle":"Sorunsuz iş akışı i\xe7in Gradle entegrasyonu","management":"Gelişmiş proje y\xf6netimi ara\xe7ları","interaction":"Kullanıcı tabanınızla doğrudan etkileşim","dashboard":"Kontrol Panelini A\xe7","guide":"Daha Fazla Oku"}},"browse":"Projelere G\xf6z Atın","highlights":{"localization":{"title":"Diller","desc":"Dok\xfcmanlarınızı farklı dillere \xe7evirin"},"accessibility":{"title":"Erişilebilir","desc":"Rahat ve duyarlı kullanıcı aray\xfcz\xfc"},"open":{"title":"A\xe7ık","desc":"Kullanıcılarınızın herhangi bir programlama bilgisi gerektirmeden katkıda bulunmasına izin verin"},"free":{"title":"\xdccretsiz","desc":"Web sitemizde dok\xfcman barındırmak tamamen \xfccretsizdir!"}},"about":{"title":"Hakkımızda","maintainers":"Viki, Minecraft modlama topluluğu i\xe7in y\xfcksek kaliteli, \xfccretsiz ve a\xe7ık kaynak dosyalı yazılım sunmaya odaklanmış, tutkulu geliştiricilerden oluşan \xf6zel bir ekip olan <b>Sinytra</b> tarafından oluşturulmuş ve bakımı yapılmıştır.","mission":"Amacımız, modlu Minecraft\'ın sonsuz olanaklarını oluşturmak, belgelemek ve keşfetmek i\xe7in gerekli ara\xe7ları ve kaynakları sağlayarak mod geliştiricilerini ve oyuncuları aynı şekilde g\xfc\xe7lendirmektir."},"blog":{"title":"Blog Yazıları","open":"Daha Fazla Oku"}},"BrowsePage":{"sidebar":{"title":"Projelere g\xf6z atın","search_filters":"Arama filtreleri...","categories":"Kategoriler"},"sorting":"Sırala","sort":{"relevance":"Alaka d\xfczeyi","creation_date":"Oluşturulma tarihi","popularity":"Pop\xfclerlik","az":"A\'dan Z\'ye","za":"Z\'den A\'ya"},"search":"Proje ara...","clear_filter":"Filtreleri temizle","no_results":"Sonu\xe7 bulunamadı!"},"SearchProjectTypes":{"mod":"Modlar","modpack":"Mod paketleri","resourcepack":"Kaynak paketleri","datapack":"Veri paketleri","shader":"Shaderlar","plugin":"Eklentiler"},"ProjectTypes":{"mod":"Mod","modpack":"Mod paketi","resourcepack":"Kaynak paketi","datapack":"Veri paketi","shader":"Shader","plugin":"Eklenti"},"LoadingContent":{"message":"Y\xfckleniyor..."},"MetaDocsNavigation":{"title":"Gezin","about":"Hakkında","devs":"Author guide","components":"Components","help":"Yardım alın","tos":"Kullanım Koşulları","privacy":"Gizlilik Politikası","security":"G\xfcvenlik Uyarısı"},"Login":{"title":"Giriş gerekli","desc":"Erişmeye \xe7alıştığınız sayfa oturum a\xe7manızı gerektirmektedir.","prompt":"Devam etmek i\xe7in l\xfctfen GitHub hesabınızı kullanın.","button":"GitHub\'la oturum a\xe7ın"},"Preview":{"title":"\xd6nizleme modu etkin","desc":"\xd6nizleme modu, minimal d\xfczeyde bir kullanıcı aray\xfcz\xfc sağlar ve belgelerinizi yayınlanmadan \xf6nce yerel olarak hazırlamaya odaklanmanıza olanak tanır.","roots":"Mevcut yerel dok\xfcmantasyon k\xf6kleri","open":"A\xe7ık"},"DocsProjectInfo":{"title":"Proje bilgileri","type":"T\xfcr","author":"Yazar","tags":"Etiketler","latest":{"title":"En son s\xfcr\xfcm","unknown":"Yok"},"license":{"title":"Lisans","custom":"\xd6zel","unknown":"Bilinmiyor","arr":"Her hakkı saklıdır"}},"ProjectCategories":{"adventure":"Macera","cursed":"Lanetli","decoration":"Dekorasyon","economy":"Ekonomi","equipment":"Ekipman","food":"Yemek","game-mechanics":"Oyun Mekaniği","library":"K\xfct\xfcphane","magic":"B\xfcy\xfc","management":"Y\xf6netim","minigame":"Mini Oyun","mobs":"Canlılar","optimization":"Optimizasyon","social":"Sosyal","storage":"Depolama","technology":"Teknoloji","transportation":"Taşıma","utility":"İşlevsellik","worldgen":"D\xfcnya Şekli","server-utility":"Sunucu İşlevselliği","armor-weapons-tools":"Zırh, Aletler ve Silahlar","library-api":"API ve K\xfct\xfcphane","adventure-rpg":"Macera ve RPG","world-gen":"D\xfcnya Şekli","cosmetic":"Kozmetik","mc-food":"Yemek","performance":"Performans","map-information":"Harita ve Bilgi","bug-fixes":"Hata D\xfczeltmeleri","mc-addons":"Eklentiler","education":"Eğitim","mc-miscellaneous":"\xc7eşitli","redstone":"Kızıltaş","utility-qol":"İşlevsellik ve Yaşam Kalitesi","mc-creator":"MCreator"},"PageEditControls":{"edit_gh":"Bu sayfayı d\xfczenle","report":"Bu sayfayı bildir","report_button":"Bu sayfayı bildir","last_updated":"Son g\xfcncelleme: <date></date>"},"Report":{"title":"Bir dok\xfcmantasyon sayfasını bildir","desc":"Report content that violates our <tos>Terms of Service</tos> or <cr>Content Rules</cr>.","contact":"For auditing purposes, your <b>username</b> will be included in the report.","confidential":"Gizliliğiniz bizim i\xe7in \xf6nemlidir ve bu bilgiler her zaman gizli tutulacaktır.","privacy":"Daha fazla bilgi i\xe7in l\xfctfen <link>Gizlilik Politikamıza</link> bakın.","form":{"id":{"title":"Proje Kimliği","desc":"Proje kimliğini bildir."},"path":{"title":"Sayfa yolu","desc":"Bildirilen dok\xfcmantasyon sayfası yolu."},"locale":{"title":"Locale","desc":"Applied if the content lies within a localized subpath.","placeholder":"Yok"},"version":{"title":"Version","desc":"Applied if the content lies within a named version.","placeholder":"Yok"},"reason":{"title":"Sebep*","placeholder":"Select a reason for reporting this content","desc":"Reason for reporting this content.","dislike":"Sadece bundan hoşlanmadım"},"details":{"title":"Detaylar*","placeholder":"Please provide more details on why you\'re reporting this content. Note that empty reports will be ignored.","desc":"Sorunla ilgili ek ayrıntılar."},"dislike":{"title":"We understand that you may not like this content, and that\'s totally okay!","desc":"Ancak ne yazık ki bu, bir projeyi bildirmek i\xe7in ge\xe7erli bir neden değildir.","suggestion":"Would you like to look for something else to explore instead?","explore":"Projeleri keşfedin"},"success":"Rapor başarıyla g\xf6nderildi"}},"ProjectReportReason":{"spam":"Spam","copyright":"Telif Hakkı İhlali","content_rules":"İ\xe7erik Kurallarını İhlal Ediyor","tos":"Kullanım Şartlarını İhlal Ediyor","unknown":"Bilinmiyor"},"ProjectReportStatus":{"new":"New","dismissed":"Dismissed","accepted":"Accepted","unknown":"Bilinmiyor"},"ProjectReportType":{"project":"Proje","docs":"Docs page","content":"Content page","unknown":"Bilinmiyor"},"ViewReportPage":{"reports":"Reports","title":"Report details","desc":"Viewing report details for {id}","details":{"reporter":"Reported by","project_id":"Proje Kimliği","path":"Yol","body":"Body","reason":"Sebep","created_at":"Oluşturulma tarihi","status":"Durum","type":"T\xfcr","locale":"Locale","version":"Version"},"actions":{"dismiss":"Dismiss","accept":"Accept"},"toast":{"accept":"Report accepted","dismiss":"Report dismissed"}},"SubmitButton":{"title":"G\xf6nder"},"Callout":{"default":"Dikkat et!","info":"Info","warning":"Warning","danger":"Danger"},"ProjectRegisterForm":{"button":"New Project","title":"Projeyi kaydet","desc":"Viki\'ye yeni bir proje kaydedin.","repo":{"title":"Depo bağlantısı","desc":"Bu, deponuzu klonlamak i\xe7in kullandığınız adrestir.","placeholder":"https://github.com/\xd6rnekKullanıcı/\xd6rnekMod"},"branch":{"title":"Dal","desc":"Birincil dal referans. Metadata dosyanıza eklenecek ek dallar belirtebilirsiniz."},"path":{"title":"Belge k\xf6k\xfcne giden yol","desc":"Metadata dosyasını i\xe7eren klas\xf6r\xfcn yolu."},"admin":"Viki y\xf6netici ayarları","is_community":{"title":"Topluluk tarafından s\xfcrd\xfcr\xfclen proje"},"errors":{"details":"Detayları g\xf6ster"},"connect_modrinth":{"desc":"Platform projesi sahipliğini istediğiniz zaman kolayca doğrulamak i\xe7in Ayarlar\'da <b>Modrinth hesabınızı</b> bağlayın.","settings":"Ayarları A\xe7"},"submit":"G\xf6nder","success":{"title":"Proje başarıyla kaydedildi","desc":"Artık projenin dok\xfcmanlar sayfasına gidebilirsiniz"},"submitting":"G\xf6nderiliyor...","verify_modrinth":"Modrinth\'i kullanarak doğrulama"},"ProjectSettingsForm":{"title":"Projeyi d\xfczenle","desc":"Mevcut bir projenin ayarlarını d\xfczenleyin.","button":"Ayarlar","success":{"title":"Proje başarıyla g\xfcncellendi","desc":"Artık projenin dok\xfcmanlar sayfasına gidebilirsiniz"}},"ProjectDeleteForm":{"trigger":"Delete project","title":"Emin misiniz?","desc":"Bu eylem geri alınamaz. Bu, projenizi kalıcı olarak silecek ve ilgili t\xfcm verileri sunucularımızdan kaldıracaktır.","cancel":"Vazge\xe7","submit":"Sil","success":"Proje başarıyla silindi"},"FormActions":{"errors":{"unauthorized":"Kullanıcı kimlik doğrulama hatası","internal":"Dahili sunucu hatası. L\xfctfen daha sonra tekrar deneyin.","unknown":"Bilinmeyen bir hata oluştu. L\xfctfen daha sonra yeniden deneyin.","no_platforms":"Metadata\'da tanımlanmış platform projesi yok.","no_project":"Platform projesi bulunamadı. L\xfctfen metadata \\"bilgi\\" alanının doğru olduğundan emin olun.","unsupported_type":"Desteklenmeyen proje t\xfcr\xfc","ownership":"Proje sahipliği doğrulanamadı","cf_unavailable":"CurseForge projelerinin kaydedilmesi aktif değil","requires_auth":"Depo bağlantısı oturum a\xe7ma kimlik bilgileri gerektiriyor ancak hi\xe7biri sağlanmadı","no_repository":"Depo bulunamadı","no_branch":"Ge\xe7ersiz dal belirtildi","no_path":"Belirtilen yolda metadata dosyası bulunamadı","invalid_meta":"Metadata dosyası ge\xe7ersiz","unsupported":"Hen\xfcz bitirilemedi","exists":"Proje zaten var.","not_found":"Proje mevcut değil","illegal_id":"Illegal project ID","not_owner":"User is not authorized to register this project"}},"CommunityBadge":{"title":"Topluluk","desc":"Topluluk tarafından tutulan resmi olmayan belgeler"},"DocsPageNotFoundError":{"title":"Bu sayfayı kaybettik","desc":"İstenilen dok\xfcmantasyon sayfası şu anda mevcut değil.","suggestion":"L\xfctfen daha sonra tekrar deneyin veya bu sorunu proje yazarına bildirin.","submit":"Sorun bildir","return":"Ana Sayfaya D\xf6n"},"GetStartedButton":{"title":"Create your first project"},"ProjectHomepage":{"overview":{"intro":"<project></project> is a {type} created by <authors></authors>.","availability":"Available for <versions></versions>. Latest version built for <latest></latest>. First released for <first></first>.","tags":"Tagged:"},"description":{"title":"Description"},"navigation":{"title":"Gezin","docs":{"title":"Browse documentation","desc":"{pages} pages available."},"content":{"title":"Browse content","desc":"{items} in-game items."}},"links":{"title":"Bağlantılar","website":"Website","source_code":"Source code"},"license":{"title":"Lisanslar","project":"Project License","arr":"Her hakkı saklıdır","unknown":"Bilinmiyor","wiki":"Wiki License","default":"Wiki content <link>partially made available</link> under the <license></license> license."}},"ProjectDocsHomepage":{"title":"Ana Sayfa"},"DocsHomepagePlaceholder":{"title":"Ana sayfa yer tutucusu","subtitle":"API kısıtlamaları nedeniyle yerel ortamlardaki CurseForge projeleri i\xe7in proje metadata\'ları mevcut değildir.","replace":"Merak etme! Bu yer tutucuyu, canlıvwiki web sitesinde dağıtıldığında projenin ger\xe7ek a\xe7ıklamasıyla değiştireceğiz."},"DocsSearchBar":{"placeholder":"Viki i\xe7eriği ara...","no_results":"Sonu\xe7 bulunamadı!","loading":"M\xfckemmel sonu\xe7lar bulunuyor...","results":"<highlight>{count}</highlight> <highlight>{total}</highlight> sonu\xe7ları g\xf6steriliyor","close":"Kapatmak i\xe7in <kbd>ESC\'ye<kbd> bas"},"DocsChangelogPage":{"title":"Değişiklikler"},"DocsLeftSidebar":{"title":"D\xf6k\xfcmantasyon","homepage":"Ana Sayfa"},"DocsContentRightSidebar":{"title":"Girdi Bilgisi"},"DocsNonContentRightSidebar":{"title":"Bu sayfada"},"DocsVersionSelector":{"placeholder":"S\xfcr\xfcm\xfc se\xe7in","latest":"En son"},"ModVersionRange":{"desc":"+{count} daha"},"LanguageSelect":{"placeholder":"Dillerde Ara...","no_results":"Dil bulunamadı."},"ProjectStatus":{"unknown":"Bilinmiyor","loading":"Kullanıma hazırlanıyor","healthy":"Y\xfcklendi","at_risk":"Requires attention","error":"Hatalı"},"DevProjectsListPage":{"project":{"manage":"Y\xf6net"},"empty":{"primary":"Looks like you haven\'t created any projects yet","secondary":"<guide>Yazar kılavuzumuzu</guide> okuyarak başlayın."}},"DevProjectPage":{"breadcrumbs":{"home":"Ana Sayfa"},"toolbar":{"view":"G\xf6r\xfcnt\xfcle","deployments":"Deployments"},"overview":{"title":"Project overview","desc":"Project information summary"},"source":{"title":"Proje Kaynağı","repo":"Depo","branch":"Dal","path":"Yol","public":"Herkese A\xe7ık"},"platforms":{"title":"Platformlar","desc":"Project hosting platforms","headers":{"platform":"Platform","slug":"Kimlik","link":"Bağlantı"},"open":"A\xe7ık"},"information":{"title":"Bilgi","desc":"Resolved information","type":"T\xfcr","status":"Durum","created_at":"Oluşturulma tarihi"},"revision":{"title":"Current git revision","reloading":"Reloading project, please stand by...","not_found":"No revision found. Try reloading the project."}},"DevProjectSettingsPage":{"title":"Project settings","desc":"Configure project properties"},"DevProjectVersionsPage":{"title":"Project versions","desc":"Browse project content versions"},"DevProjectHealthPage":{"title":"Project health","desc":"Monitor project status and issues","errors":{"title":"Project issue report","desc":"Ongoing warnings & errors","empty":"No issues found"}},"DevProjectMembersPage":{"title":"Project members","desc":"Manage project members & permissions","roles":{"owner":"Owner"},"actions":{"manage":"Y\xf6net"}},"DevProjectContentItemsPage":{"title":"Project items","desc":"Browse project items"},"DevProjectContentRecipesPage":{"title":"Project recipes","desc":"Browse project crafting recipes"},"DevProjectContentTagsPage":{"title":"Project tags","desc":"Browse project tags"},"DevProjectLogs":{"title":"Deployment log","show":"G\xf6ster","unloaded":"Y\xfcklenemedi","waiting":"Sunucu bekleniyor...","loading":"Y\xfckleniyor...","error":"G\xfcnl\xfckler y\xfcklenirken hata oluştu","toast":{"success":"Proje kurulumu tamamlandı","error":"Proje kurulumu sırasında hata oluştu"}},"DeveloperSidebar":{"teams":{"personal":"Kişisel"},"groups":{"projects":"Projeler","platform":"Platform","admin":"Administration"},"nav":{"projects":"Projeler","documentation":"D\xf6k\xfcmantasyon","settings":"Ayarlar","admin":"System settings"}},"DevSidebarContextSwitcher":{"title":"Ekipler"},"DevSidebarUser":{"logout":{"button":"\xc7ıkış yap","title":"\xc7ıkış","desc":"\xc7ıkış yapılıyor..."},"unknown_avatar":"Yok"},"UserSettings":{"breadcrumbs":{"home":"Ana Sayfa","settings":"Ayarlar"},"profile":{"bio":"Modlu Minecraft Viki oluşturucu","join_date":"{date}\'de katıldı","admin":"Admin"},"connections":{"title":"Bağlantılar","modrinth":{"title":"Modrinth hesabı","desc":"Proje sahipliğini doğrulamak i\xe7in kullanılır","connect":"Bağla","view":"G\xf6r\xfcnt\xfcle","disconnect":"Bağlantıyı kes"}},"account":{"title":"Hesabım","delete":{"title":"Hesabı sil","desc":"T\xfcm hesap verilerini sonsuza kadar sil","button":"Hesabı sil"},"delete_modal":{"title":"Hesabı sil","desc":"Bu hesabı silmek istediğinizden emin misiniz? Bu, geri alınamayacak yıkıcı bir eylemdir.","cancel":"Vazge\xe7","button":"Kalıcı olarak sil"}},"toast":{"unlink":{"success":"Hesabın bağlantısı başarıyla kaldırıldı","error":"Hesabın bağlantısı kaldırılırken hata oluştu"}}},"AuthFailure":{"title":"Kimlik denetimi başarısız","desc":"Oturum a\xe7maya \xe7alışırken beklenmeyen bir hata oluştu. L\xfctfen daha sonra tekrar deneyin.","status":"Durumu kontrol et","return":"Ana sayfaya geri d\xf6n","report":"Hata Bildir"},"BuiltinRecipeTypes":{"blasting":"Blasting","campfire_cooking":"Campfire cooking","crafting_shaped":"Shaped Crafting","crafting_shapeless":"Shapeless Crafting","smelting":"Smelting","smithing_transform":"Smithing","smoking":"Smoking","stonecutting":"Stonecutting"},"DocsEntryTabs":{"history":"Show history","home":"Show content"},"DevProjectSidebar":{"groups":{"project":"Proje","content":"Content"},"nav":{"home":"Overview","settings":"Ayarlar","members":"Members","deployments":"Deployments","health":"Health","versions":"Versions","content":"Items","tags":"Etiketler","recipes":"Recipes"}},"PrefabObtaining":{"recipe":"Recipe"},"PrefabUsage":{"usage":"Usage"},"AdminSidebar":{"groups":{"home":"Ana Sayfa","data":"Data","system":"System","moderation":"Moderation"},"nav":{"home":"Overview","data_imports":"Data Imports","access_keys":"Access Keys","migrations":"Migrations","users":"Kullanıcılar","projects":"Projeler","config":"Configuration","reports":"Reports","audit_log":"Audit Log","return":"Return"}},"AdminDataImports":{"title":"System data imports","desc":"Imported game data"},"AdminMigrations":{"title":"Data migrations","desc":"Available data migrations"},"EmptyDataTable":{"guide":"Read the <link>author guide</link> to find out more on how to integrate game data into your project."},"DataTable":{"no_results":"No results.","filter":"Filter rows...","previous":"Previous","next":"Next"},"DevProjectVersionsTable":{"name":"Name","branch":"Dal","empty":{"title":"No additional versions were found in your project.","desc":"Read the <link>author guide</link> to learn more about project versioning."}},"DevProjectItemsTable":{"icon":"Icon","id":"Identifier","name":"Name","path":"Page path (internal)","actions":{"open":"Open menu","title":"Actions","view":"G\xf6r\xfcnt\xfcle"},"empty":{"title":"No items were found in your project.","desc":"Project items are automatically detected from content pages and included game files."}},"DevProjectTagsTable":{"id":"Identifier","items":"Item count","empty":{"title":"No tags were found in your project."}},"DevProjectRecipesTable":{"type":"T\xfcr","id":"Identifier","empty":{"title":"No recipes were found in your project."}},"ResolvedProjectRecipe":{"type":"Recipe Type","input":"Ingredients","output":"Outputs","preview":"Recipe preview","workbenches":"You can craft this recipe using:"},"DevProjectDeploymentsPage":{"title":"Project deployments","desc":"Manage deployed project versions"},"DevProjectDeploymentsTable":{"id":"ID","commit":"Commit","created_at":"Deploy time","user_id":"Deployed by","status":"Durum"},"DeploymentStatus":{"unknown":"Yok","created":"Queued","loading":"Loading","success":"Success","error":"Failed"},"DeleteDeploymentModal":{"trigger":"Sil","title":"Emin misiniz?","desc":"This action cannot be undone. This deployment will be permanently deleted from our servers.","cancel":"Vazge\xe7","submit":"Sil","success":"Deployment deleted successfully"},"DeployProjectModal":{"button":"Deploy","title":"New deployment","primary":"All project content will be <b>re-fetched</b> from the source. This option should be used upon updating the documentation source itself.","secondary":"If the new deployment fails, currently stored data <b>will not</b> be replaced. You can always <b>roll back</b> to previous deployments using the \'Redeploy\' option.","tertiary":"Size kolaylık sağlamak i\xe7in, bunun yerine <link>Gradle eklentimizi</link> kullanarak dok\xfcmanları yayınladıktan sonra otomatik olarak yeniden doğrulamanızı \xf6neririz.","note":"Project configuration remains unchanged. For updating meta information (e.g. source and platforms), please use the Settings dialog instead.","cancel":"Vazge\xe7","submit":"Deploy"},"LiveProjectDeployConnection":{"loading":"Deploying project...","success":"Project deploy successful","error":"Project deploy failed","view":"G\xf6r\xfcnt\xfcle"},"DevProjectDeploymentPage":{"deployments":"Deployments","title":"Deployment Details","git-config":{"title":"Source coordinates"}},"ProjectGitRevision":{"title":"Git revision","title_current":"Current Git revision","loading":"Deploying project, please stand by...","not_found":"Project has no active deployment"},"ProjectIssueWidget":{"file":"File: <file></file>","date":"Created at: <date></date>","version":"Version: <version></version>"},"ProjectIssueLevel":{"warning":"Warning","error":"Error","unknown":"Bilinmiyor"},"ProjectIssueType":{"meta":"Invalid project metadata","file":"Invalid file","git_clone":"Error cloning repository","git_info":"Error getting commit information","ingestor":"Error importing content","internal":"Internal server error","page_render":"Invalid page","unknown":"Unknown error"},"DeploymentIssues":{"title":"Deployment issues","empty":"No issues found.","issues_found":"Found {count, plural, =1 {1 issue that needs} other {# issues that need}} attention."},"ProjectError":{"requires_auth":"Depo bağlantısı oturum a\xe7ma kimlik bilgileri gerektiriyor ancak hi\xe7biri sağlanmadı","no_repository":"Depo bulunamadı","repo_too_large":"Repository exceeds allowed file size","no_branch":"Ge\xe7ersiz dal belirtildi","no_path":"Belirtilen yolda metadata dosyası bulunamadı","invalid_meta":"Metadata dosyası ge\xe7ersiz","invalid_page":"Failed to render page contents","duplicate_page":"Duplicate page","unknown_recipe_type":"Unknown recipe type","invalid_ingredient":"Invalid ingredient","invalid_file":"Failed to parse file","invalid_format":"Invalid file format","invalid_resloc":"Invalid Resource Location","invalid_version_branch":"Version branch does not exist","missing_platform_project":"Missing platform project","no_page_title":"Page is missing title","missing_required_attribute":"Page is missing a required metadata attribute","unknown":"Unknown error"},"AdminReports":{"title":"Project Reports","desc":"Manage project reports"},"ResponsiveTable":{"expand":"Expand"},"UsageContentList":{"more":"Show more ..."},"RecipeUsage":{"description":"Can be used to create the following items:","empty":"Has no known usages in crafting."},"ContentCategory":{"all":"All","other":"Other"},"ContentChangelog":{"toggle":"Show changelog"},"ContentProperties":{"bool":{"true":"Yes","false":"No"},"type":{"block":"Block","item":"Item","other":"Other"},"properties":{"id":"ID","source_mod":"Source mod","type":"T\xfcr","stack_size":"Stack size","required_tool":"Tool","blast_resistance":"Blast resistance","hardness":"Hardness","flammable":"Flammable"}},"DocsLink":{"not_found":"(Not found)"},"AdminAccessKeys":{"title":"System access keys","desc":"Provides auth for when non-interactive access is needed, such as CI"},"CreateAccessKeyModal":{"title":"Create access key","desc":"New system access key","button":"Create","name":{"title":"Name","desc":"Give your key a name","placeholder":"Deploy staging"},"days_valid":{"title":"Days of validity","desc":"Number of days the key is valid for. Use 0 for no expiration."},"submit":"G\xf6nder","submitting":"G\xf6nderiliyor..."},"SaveAccessKeyModal":{"title":"Access Key","desc":"Save your generated access key","key":"Access Key","note":"Keep the key value safe. You won\'t be able to access it again.","valid":"The key is valid until {expiry}.","close":"Done"},"DeleteAccessKeyModal":{"title":"Delete Access Key","desc":"Invalidate and delete access key","body":"This will forever delete the access key <name></name>.","cancel":"Vazge\xe7","submit":"Sil","success":"Access Key deleted successfully"},"CopyButton":{"copied":"Copied to clipboard"},"InteractiveComponentPlaceholder":{"title":"Content unavailable in preview mode","desc":"Interactive components are currently not supported in the local previewer. The actual contents will be shown here when the project is deployed onto the Wiki website."},"RevalidateCacheModal":{"title":"Revalidate cache tag","desc":"Manually revalidate a cache tag. Used for diagnostic purposes.","button":"Revalidate cache tag","tag":{"title":"Cache Tag","desc":"The cache tag to revalidate"},"success":"Cache tag invalidated successfully"}}')},8326:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),!function(a,b){for(var c in b)Object.defineProperty(a,c,{enumerable:!0,get:b[c]})}(b,{getTestReqInfo:function(){return g},withRequest:function(){return f}});let d=new(c(5521)).AsyncLocalStorage;function e(a,b){let c=b.header(a,"next-test-proxy-port");if(!c)return;let d=b.url(a);return{url:d,proxyPort:Number(c),testData:b.header(a,"next-test-data")||""}}function f(a,b,c){let f=e(a,b);return f?d.run(f,c):c()}function g(a,b){let c=d.getStore();return c||(a&&b?e(a,b):void 0)}},8480:(a,b,c)=>{"use strict";a.exports=c(9778)},8650:(a,b,c)=>{"use strict";c.d(b,{p:()=>f});var d=c(2616),e=c(7738);function f(a){return(0,e.nJ)(a)||(0,d.RM)(a)}},8994:(a,b,c)=>{var d={"./cs_CZ.json":5692,"./de_DE.json":3379,"./en_US.json":9286,"./es_ES.json":3553,"./fr_FR.json":7181,"./hu_HU.json":4603,"./it_IT.json":4687,"./ja_JP.json":2266,"./ko_KR.json":1536,"./ms_Arab.json":5893,"./ms_MY.json":175,"./pl_PL.json":1761,"./ru_RU.json":5371,"./sv_SE.json":6016,"./tr_TR.json":8237,"./uk_UA.json":1807,"./zh_CN.json":6048,"./zh_TW.json":1008};function e(a){return Promise.resolve().then(()=>{if(!c.o(d,a)){var b=Error("Cannot find module '"+a+"'");throw b.code="MODULE_NOT_FOUND",b}var e=d[a];return c.t(e,19)})}e.keys=()=>Object.keys(d),e.id=8994,a.exports=e},9286:a=>{"use strict";a.exports=JSON.parse('{"Badges":{"local":"Local","latest":"Latest","admin":"Admin"},"NavigationHeader":{"title":"Modded Minecraft Wiki","title_short":"Wiki","badge":{"preview":"PREVIEW MODE","beta":"Beta"},"link":{"home":"Home","browse":"Browse","about":"About"}},"NavigationFooter":{"title":"Modded Minecraft Wiki","links":{"navigation":{"title":"Navigation","home":"Homepage","browse":"Browse","dev":"Developers"},"links":{"title":"Links"},"resources":{"title":"Resources","blog":"Blog","status":"Status","translate":"Help us translate"},"about":{"title":"About","tos":"Terms of Service","privacy":"Privacy Policy","contact":"Contact"}}},"HomePage":{"title":"Welcome to the <highlight>Modded Minecraft Wiki</highlight>","subtitle":"Your go-to resource for discovering, creating, and contributing to Minecraft-related projects.","popular":{"title":"Popular Wikis","open":"Read more","disclaimer":"These projects are highlighted based on their popularity through view statistics and are not officially endorsed by Modded Minecraft Wiki."},"community":{"title":"Join Our Community","users":{"title":"Users","subtitle":"Explore our featured projects and enjoy these benefits:","docs":"Access high-quality, up-to-date and versioned documentation","contribute":"Contribute to projects without programming knowledge","ui":"Enjoy a consistent, user-friendly interface across all projects","localization":"Benefit from multi-language support"},"authors":{"title":"Authors","subtitle":"Get access to the Project Dashboard and enjoy these benefits:","vcs":"Versioning support for your documentation","components":"Built-in components for recipes, assets, etc.","gradle":"Gradle integration for seamless workflow","management":"Advanced project management tools","interaction":"Direct interaction with your user base","dashboard":"Open Dashboard","guide":"Read More"}},"browse":"Browse Projects","highlights":{"localization":{"title":"Localization","desc":"Translate your docs into world languages"},"accessibility":{"title":"Accessible","desc":"Intuitive and responsive user interface"},"open":{"title":"Open","desc":"Let your users contribute without any programming knowledge necessary"},"free":{"title":"Free","desc":"Hosting docs on our website is completely free of charge!"}},"about":{"title":"About Us","maintainers":"The Wiki is built and maintained by <b>Sinytra</b>, a dedicated team of passionate developers focused on delivering high-quality, Free and Open Source software for the Minecraft modding community.","mission":"Our goal is to empower modders and players alike by providing the tools and resources necessary to create, document, and explore the endless possibilities of modded Minecraft."},"blog":{"title":"Blog Posts","open":"Read More"}},"BrowsePage":{"sidebar":{"title":"Browse projects","search_filters":"Search filters...","categories":"Categories"},"sorting":"Sort by","sort":{"relevance":"Relevance","creation_date":"Creation date","popularity":"Popularity","az":"A-Z","za":"Z-A"},"search":"Search projects...","clear_filter":"Clear filters","no_results":"Search query returned no results!"},"SearchProjectTypes":{"mod":"Mods","modpack":"Modpacks","resourcepack":"Resource packs","datapack":"Data packs","shader":"Shaders","plugin":"Plugins"},"ProjectTypes":{"mod":"Mod","modpack":"Modpack","resourcepack":"Resource pack","datapack":"Data pack","shader":"Shader","plugin":"Plugin"},"LoadingContent":{"message":"Loading..."},"MetaDocsNavigation":{"title":"Navigation","about":"About","devs":"Author guide","components":"Components","help":"Get help","tos":"Terms of Use","privacy":"Privacy Policy","security":"Security Notice"},"Login":{"title":"Login required","desc":"The page you are trying to access requires you to log in.","prompt":"Please use your GitHub account to continue.","button":"Log in with GitHub"},"Preview":{"title":"Preview mode is enabled","desc":"Preview mode enables a minimal user interface, allowing you to focus on drafting your docs locally before they are published.","roots":"Available local documentation roots","open":"Open"},"DocsProjectInfo":{"title":"Project information","type":"Type","author":"Author","tags":"Tags","latest":{"title":"Latest version","unknown":"N/A"},"license":{"title":"License","custom":"Custom license","unknown":"Unknown","arr":"All Rights Reserved"}},"ProjectCategories":{"adventure":"Adventure","cursed":"Cursed","decoration":"Decoration","economy":"Economy","equipment":"Equipment","food":"Food","game-mechanics":"Game Mechanics","library":"Library","magic":"Magic","management":"Management","minigame":"Minigame","mobs":"Mobs","optimization":"Optimization","social":"Social","storage":"Storage","technology":"Technology","transportation":"Transporation","utility":"Utility","worldgen":"Worldgen","server-utility":"Server Utility","armor-weapons-tools":"Armor, Tools, and Weapons","library-api":"API and Library","adventure-rpg":"Adventure and RPG","world-gen":"World Gen","cosmetic":"Cosmetic","mc-food":"Food","performance":"Performance","map-information":"Map and Information","bug-fixes":"Bug Fixes","mc-addons":"Addons","education":"Education","mc-miscellaneous":"Miscellaneous","redstone":"Redstone","utility-qol":"Utility & QoL","mc-creator":"MCreator"},"PageEditControls":{"edit_gh":"Edit this page","report":"Report this page","report_button":"Report page","last_updated":"Last updated: <date></date>"},"Report":{"title":"Report a documentation page","desc":"Report content that violates our <tos>Terms of Service</tos> or <cr>Content Rules</cr>.","contact":"For auditing purposes, your <b>username</b> will be included in the report.","confidential":"Your privacy is important to us, and this information will always be kept confidential.","privacy":"For more information, please refer to our <link>Privacy Policy</link>.","form":{"id":{"title":"Project ID","desc":"Reported project ID."},"path":{"title":"Page path","desc":"Reported documentation page path."},"locale":{"title":"Locale","desc":"Applied if the content lies within a localized subpath.","placeholder":"N/A"},"version":{"title":"Version","desc":"Applied if the content lies within a named version.","placeholder":"N/A"},"reason":{"title":"Reason*","placeholder":"Select a reason for reporting this content","desc":"Reason for reporting this content.","dislike":"I just don\'t like it"},"details":{"title":"Details*","placeholder":"Please provide more details on why you\'re reporting this content. Note that empty reports will be ignored.","desc":"Additional details about the issue."},"dislike":{"title":"We understand that you may not like this content, and that\'s totally okay!","desc":"Unfortunately, however, it is not a valid reason to report a project.","suggestion":"Would you like to look for something else to explore instead?","explore":"Explore projects"},"submit":"Submit","success":"Report submitted successfully"}},"ProjectReportReason":{"spam":"Spam","copyright":"Copyright Infringement","content_rules":"Violates Content Rules","tos":"Violates Terms of Service","unknown":"Unknown"},"ProjectReportStatus":{"new":"New","dismissed":"Dismissed","accepted":"Accepted","unknown":"Unknown"},"ProjectReportType":{"project":"Project","docs":"Docs page","content":"Content page","unknown":"Unknown"},"ViewReportPage":{"reports":"Reports","title":"Report details","desc":"Viewing report details for {id}","details":{"reporter":"Reported by","project_id":"Project ID","path":"Path","body":"Body","reason":"Reason","created_at":"Created at","status":"Status","type":"Type","locale":"Locale","version":"Version"},"actions":{"dismiss":"Dismiss","accept":"Accept"},"toast":{"accept":"Report accepted","dismiss":"Report dismissed"}},"Callout":{"default":"Heads up!","info":"Info","warning":"Warning","danger":"Danger"},"ProjectRegisterForm":{"button":"New Project","title":"Register project","desc":"Register a new project to the wiki.","repo":{"title":"Repository URL","desc":"This is the address you use to clone your repository.","placeholder":"https://github.com/ExampleUser/ExampleMod"},"branch":{"title":"Branch","desc":"Primary branch ref. You can specify additional branches to include in your metadata file."},"path":{"title":"Path to documentation root","desc":"Path to the folder containing the metadata file."},"admin":"Wiki admin settings","is_community":{"title":"Community-maintained project"},"errors":{"details":"Show details"},"connect_modrinth":{"desc":"Connect your <b>Modrinth account</b> in Settings to easily verify platform project ownership at any time.","settings":"Open Settings"},"submit":"Submit","success":{"title":"Project registered successfully","desc":"You can now navigate to the project\'s docs page"},"submitting":"Submitting...","verify_modrinth":"Verify using Modrinth","submission":{"clone":"Cloning repository and verifying metadata.","note":"This may take a while for larger repositories. Please stand by."}},"ProjectSettingsForm":{"title":"Edit project","desc":"Edit an existing project\'s settings.","button":"Settings","success":{"title":"Project updated successfully","desc":"You can now navigate to the updated project\'s docs page"}},"ProjectDeleteForm":{"trigger":"Delete project","title":"Are you absolutely sure?","desc":"This action cannot be undone. This will permanently delete your project and remove all associated data from our servers.","cancel":"Cancel","submit":"Delete","success":"Project deleted successfully"},"FormActions":{"errors":{"unauthorized":"User authentication error","internal":"Internal Server Error, please try again later.","unknown":"An unknown error has occurred, please try again later.","no_platforms":"No platform projects defined in metadata.","no_project":"Platform project not found. Please make sure the metadata \\"slug\\" field is correct.","unsupported_type":"Unsupported project type","ownership":"Failed to verify project ownership","cf_unavailable":"Registering CurseForge projects is not active","requires_auth":"Repository connection requires login credentials but none were provided","no_repository":"Repository not found","no_branch":"Invalid branch specified","no_path":"Metadata file not found at specified path","invalid_meta":"Metadata file is invalid","unsupported":"Not yet implemented","exists":"Project already exists.","not_found":"Project does not exist","illegal_id":"Illegal project ID","not_owner":"User is not authorized to register this project","repo_too_large":"Repository exceeds maximum allowed size of 500MB"},"get_help":"Find out more about this error in our <link>documentation</link>."},"CommunityBadge":{"title":"Community","desc":"Unofficial documentation maintained by the community"},"DocsPageNotFoundError":{"title":"We lost this page","desc":"The requested documentation page is not available at the moment.","suggestion":"Please try again later or report this issue to the project author.","submit":"Submit issue","return":"Return Home"},"GetStartedButton":{"title":"Create your first project"},"ProjectHomepage":{"overview":{"intro":"<project></project> is a {type} created by <authors></authors>.","availability":"Available for <versions></versions>. Latest version built for <latest></latest>. First released for <first></first>.","tags":"Tagged:"},"description":{"title":"Description","placeholder":"Description not available"},"navigation":{"title":"Navigation","docs":{"title":"Browse documentation","desc":"{pages} pages available."},"content":{"title":"Browse content","desc":"{items} in-game items."}},"links":{"title":"Links","website":"Website","source_code":"Source code"},"license":{"title":"Licenses","project":"Project License","arr":"All Rights Reserved","unknown":"Unknown","wiki":"Wiki License","default":"Wiki content <link>partially made available</link> under the <license></license> license."}},"ProjectDocsHomepage":{"title":"Home"},"DocsHomepagePlaceholder":{"title":"Homepage placeholder","subtitle":"Due to API restrictions, project metadata is not available for CurseForge projects in local environments.","replace":"Don\'t worry! We\'ll replace this placeholder with the project\'s actual description once deployed on the live wiki website."},"DocsSearchBar":{"placeholder":"Search wiki contents...","no_results":"No results found!","loading":"Finding the perfect results...","results":"Showing <highlight>{count}</highlight> of <highlight>{total}</highlight> results","close":"<kbd>ESC</kbd> to close"},"DocsChangelogPage":{"title":"Changelog"},"DocsLeftSidebar":{"title":"Documentation","homepage":"Home"},"DocsContentRightSidebar":{"title":"Entry information"},"DocsNonContentRightSidebar":{"title":"On this page"},"DocsVersionSelector":{"placeholder":"Select version","latest":"Latest"},"ModVersionRange":{"desc":"+{count} more"},"LanguageSelect":{"placeholder":"Search languages...","no_results":"No language found."},"ProjectStatus":{"unknown":"Unknown","loading":"Initializing","healthy":"Loaded","at_risk":"Requires attention","error":"Errored"},"DevProjectsListPage":{"project":{"manage":"Manage"},"empty":{"primary":"Looks like you haven\'t created any projects yet","secondary":"Get started by reading our <guide>author guide</guide>."}},"DevProjectPage":{"breadcrumbs":{"home":"Home"},"toolbar":{"view":"View","deployments":"Deployments"},"overview":{"title":"Project overview","desc":"Project information summary"},"source":{"title":"Project Source","repo":"Repository","branch":"Branch","path":"Path","public":"Public"},"platforms":{"title":"Platforms","desc":"Project hosting platforms","headers":{"platform":"Platform","slug":"Slug / ID","link":"Link"},"open":"Open"},"information":{"title":"Information","desc":"Resolved information","type":"Type","status":"Status","created_at":"Created at"},"revision":{"title":"Current git revision","reloading":"Reloading project, please stand by...","not_found":"No revision found. Try reloading the project."}},"DevProjectSettingsPage":{"title":"Project settings","desc":"Configure project properties"},"DevProjectVersionsPage":{"title":"Project versions","desc":"Browse project content versions"},"DevProjectHealthPage":{"title":"Project health","desc":"Monitor project status and issues","errors":{"title":"Project issue report","desc":"Ongoing warnings & errors","empty":"No issues found"}},"DevProjectMembersPage":{"title":"Project members","desc":"Manage project members & permissions","roles":{"owner":"Owner"},"actions":{"manage":"Manage"}},"DevProjectContentItemsPage":{"title":"Project items","desc":"Browse project items"},"DevProjectContentRecipesPage":{"title":"Project recipes","desc":"Browse project crafting recipes"},"DevProjectContentTagsPage":{"title":"Project tags","desc":"Browse project tags"},"DevProjectLogs":{"title":"Deployment log","show":"Show","unloaded":"Not loaded","waiting":"Waiting for server...","loading":"Loading...","error":"Error loading logs","toast":{"success":"Project setup complete","error":"Error during project setup"}},"DeveloperSidebar":{"teams":{"personal":"Personal"},"groups":{"projects":"Projects","platform":"Platform","admin":"Administration"},"nav":{"projects":"Projects","documentation":"Documentation","settings":"Settings","admin":"System settings"}},"DevSidebarContextSwitcher":{"title":"Teams"},"DevSidebarUser":{"logout":{"button":"Log out","title":"Logout","desc":"Logging out..."},"unknown_avatar":"N/A"},"UserSettings":{"breadcrumbs":{"home":"Home","settings":"Settings"},"profile":{"bio":"Modded Minecraft Wiki creator","join_date":"Joined {date}","admin":"Admin"},"connections":{"title":"Connections","modrinth":{"title":"Modrinth account","desc":"Used to verify project ownership","connect":"Connect","view":"View","disconnect":"Disconnect"}},"account":{"title":"Account","delete":{"title":"Delete account","desc":"Forever delete all account data","button":"Delete account"},"delete_modal":{"title":"Delete account","desc":"Are you sure you want to delete this account? This is a destructive action that cannot be undone.","cancel":"Cancel","button":"Delete forever"}},"toast":{"unlink":{"success":"Account unlinked successfully","error":"Error unlinking account"}}},"AuthFailure":{"title":"Authentication failure","desc":"An unexpected error has occured while trying to log in. Please try again later.","status":"Check status","return":"Return home","report":"Report Bug"},"BuiltinRecipeTypes":{"blasting":"Blasting","campfire_cooking":"Campfire cooking","crafting_shaped":"Shaped Crafting","crafting_shapeless":"Shapeless Crafting","smelting":"Smelting","smithing_transform":"Smithing","smoking":"Smoking","stonecutting":"Stonecutting"},"DocsEntryTabs":{"history":"Show history","home":"Show content"},"DevProjectSidebar":{"groups":{"project":"Project","content":"Content"},"nav":{"home":"Overview","settings":"Settings","members":"Members","deployments":"Deployments","health":"Health","versions":"Versions","content":"Items","tags":"Tags","recipes":"Recipes"}},"PrefabObtaining":{"recipe":"Recipe"},"PrefabUsage":{"usage":"Usage"},"AdminSidebar":{"groups":{"home":"Home","data":"Data","system":"System","moderation":"Moderation"},"nav":{"home":"Overview","data_imports":"Data Imports","access_keys":"Access Keys","migrations":"Migrations","users":"Users","projects":"Projects","config":"Configuration","reports":"Reports","audit_log":"Audit Log","return":"Return"}},"AdminDataImports":{"title":"System data imports","desc":"Imported game data"},"AdminMigrations":{"title":"Data migrations","desc":"Available data migrations","empty":"No migrations available."},"EmptyDataTable":{"guide":"Read the <link>author guide</link> to find out more on how to integrate game data into your project."},"DataTable":{"no_results":"No results.","filter":"Filter rows...","previous":"Previous","next":"Next"},"DevProjectVersionsTable":{"name":"Name","branch":"Branch","empty":{"title":"No additional versions were found in your project.","desc":"Read the <link>author guide</link> to learn more about project versioning."}},"DevProjectItemsTable":{"icon":"Icon","id":"Identifier","name":"Name","path":"Page path (internal)","actions":{"open":"Open menu","title":"Actions","view":"View"},"empty":{"title":"No items were found in your project.","desc":"Project items are automatically detected from content pages and included game files."}},"DevProjectTagsTable":{"id":"Identifier","items":"Item count","empty":{"title":"No tags were found in your project."}},"DevProjectRecipesTable":{"type":"Type","id":"Identifier","empty":{"title":"No recipes were found in your project."}},"ResolvedProjectRecipe":{"type":"Recipe Type","input":"Ingredients","output":"Outputs","preview":"Recipe preview","workbenches":"You can craft this recipe using:"},"DevProjectDeploymentsPage":{"title":"Project deployments","desc":"Manage deployed project versions"},"DevProjectDeploymentsTable":{"id":"ID","commit":"Commit","created_at":"Deploy time","user_id":"Deployed by","status":"Status"},"DeploymentStatus":{"unknown":"N/A","created":"Queued","loading":"Loading","success":"Success","error":"Failed"},"DeleteDeploymentModal":{"trigger":"Delete","title":"Are you absolutely sure?","desc":"This action cannot be undone. This deployment will be permanently deleted from our servers.","cancel":"Cancel","submit":"Delete","success":"Deployment deleted successfully"},"DeployProjectModal":{"button":"Deploy","title":"New deployment","primary":"All project content will be <b>re-fetched</b> from the source. This option should be used upon updating the documentation source itself.","secondary":"If the new deployment fails, currently stored data <b>will not</b> be replaced. You can always <b>roll back</b> to previous deployments using the \'Redeploy\' option.","tertiary":"For your own convenience, we recommend automatically revalidating docs after publication using our <link>Gradle plugin</link> instead.","note":"Project configuration remains unchanged. For updating meta information (e.g. source and platforms), please use the Settings dialog instead.","cancel":"Cancel","submit":"Deploy"},"LiveProjectDeployConnection":{"loading":"Deploying project...","success":"Project deploy successful","error":"Project deploy failed","view":"View"},"DevProjectDeploymentPage":{"deployments":"Deployments","title":"Deployment Details","git-config":{"title":"Source coordinates"}},"ProjectGitRevision":{"title":"Git revision","title_current":"Current Git revision","loading":"Deploying project, please stand by...","not_found":"Project has no active deployment"},"ProjectIssueWidget":{"file":"File: <file></file>","date":"Created at: <date></date>","version":"Version: <version></version>"},"ProjectIssueLevel":{"warning":"Warning","error":"Error","unknown":"Unknown"},"ProjectIssueType":{"meta":"Invalid project metadata","file":"Invalid file","git_clone":"Error cloning repository","git_info":"Error getting commit information","ingestor":"Error importing content","internal":"Internal server error","page":"Invalid page","unknown":"Unknown error"},"DeploymentIssues":{"title":"Deployment issues","empty":"No issues found.","issues_found":"Found {count, plural, =1 {1 issue that needs} other {# issues that need}} attention."},"ProjectError":{"requires_auth":"Repository connection requires login credentials but none were provided","no_repository":"Repository not found","repo_too_large":"Repository exceeds allowed file size","no_branch":"Invalid branch specified","no_path":"Metadata file not found at specified path","invalid_meta":"Metadata file is invalid","page_render":"Failed to render page contents","duplicate_page":"Duplicate page","unknown_recipe_type":"Unknown recipe type","invalid_ingredient":"Invalid ingredient","invalid_file":"Failed to parse file","invalid_format":"Invalid file format","invalid_resloc":"Invalid Resource Location","invalid_version_branch":"Version branch does not exist","missing_platform_project":"Missing platform project","no_page_title":"Page is missing title","missing_required_attribute":"Page is missing a required metadata attribute","invalid_frontmatter":"Invalid page frontmatter","unknown":"Unknown error"},"AdminReports":{"title":"Project Reports","desc":"Manage project reports"},"ResponsiveTable":{"expand":"Expand"},"UsageContentList":{"more":"Show more ..."},"RecipeUsage":{"description":"Can be used to create the following items:","empty":"Has no known usages in crafting."},"ContentCategory":{"all":"All","other":"Other"},"ContentChangelog":{"toggle":"Show changelog"},"ContentProperties":{"weighted_flag":{"true":"Yes ({count})","false":"No"},"rarity":{"common":"Common","uncommon":"Uncommon","rare":"Rare","epic":"Epic","unknown":"Unknown"},"bool":{"true":"Yes","false":"No"},"type":{"block":"Block","item":"Item","other":"Other","unknown":"Other"},"properties":{"id":"ID","source_mod":"Source mod","type":"Type","stack_size":"Stackable","required_tool":"Tool","blast_resistance":"Blast resistance","hardness":"Hardness","flammable":"Flammable","rarity":"Rarity tier","durability":"Durability","mining_speed":"Mining efficiency","attack_damage":"Attack damage","attack_speed":"Attack speed","enchantability":"Enchantability","nutrition":"Restores"}},"DocsLink":{"not_found":"(Not found)"},"AdminAccessKeys":{"title":"System access keys","desc":"Provides auth for when non-interactive access is needed, such as CI"},"CreateAccessKeyModal":{"title":"Create access key","desc":"New system access key","button":"Create","name":{"title":"Name","desc":"Give your key a name","placeholder":"Deploy staging"},"days_valid":{"title":"Days of validity","desc":"Number of days the key is valid for. Use 0 for no expiration."},"submit":"Submit","submitting":"Submitting..."},"SaveAccessKeyModal":{"title":"Access Key","desc":"Save your generated access key","key":"Access Key","note":"Keep the key value safe. You won\'t be able to access it again.","valid":"The key is valid until {expiry}.","close":"Done"},"DeleteAccessKeyModal":{"title":"Delete Access Key","desc":"Invalidate and delete access key","body":"This will forever delete the access key <name></name>.","cancel":"Cancel","submit":"Delete","success":"Access Key deleted successfully"},"CopyButton":{"copied":"Copied to clipboard"},"InteractiveComponentPlaceholder":{"title":"Content unavailable in preview mode","desc":"Interactive components are currently not supported in the local previewer. The actual contents will be shown here when the project is deployed onto the Wiki website."},"RevalidateCacheModal":{"title":"Revalidate cache tag","desc":"Manually revalidate a cache tag. Used for diagnostic purposes.","button":"Revalidate cache tag","tag":{"title":"Cache Tag","desc":"The cache tag to revalidate"},"submit":"Submit","success":"Cache tag invalidated successfully"},"CookieConsent":{"popup":{"title":"This website uses cookies","description":"This site uses cookies to improve your browsing experience and show embedded content.","show_preferences":"Manage Individual preferences"},"modal":{"title":"Manage cookie preferences","save":"Accept current selection","close":"Close modal"},"sections":{"summary":{"title":"Cookie preferences","description":"Customize your privacy settings here. You can choose which types of cookies and tracking technologies you allow."},"necessary":{"title":"Strictly Necessary cookies","description":"These cookies are essential for the proper functioning of the website and cannot be disabled."},"experience":{"title":"Experience","description":"These cookies are used to enable certain parts of the website, such as video embeds, and may be used to track you.","services":{"embeds":"Enables displaying embedded YouTube videos."}},"more_info":{"title":"More information","description":"For further information on how we use cookies on our website, please refer to our <a href=\\"/about/privacy\\">Privacy Policy</a>."}},"actions":{"accept_all":"Accept all","reject_all":"Reject all"}},"VideoEmbedPlaceholder":{"title":"Video embed unavailable","description":"Cookie consent is required to play embedded videos.","accept":"Allow YouTube embeds","watch":"Watch on Youtube"},"ManageCookiesButton":{"text":"Manage cookie preferences"},"UpdateGameDataModal":{"title":"Update game data","desc":"Fetch latest game data and run ingestion.","button":"Update","update_loader":{"title":"Update loader version"},"success":{"title":"Game data updated successfully","desc":"Updated game data to latest version"},"submit":"Submit","submitting":"Submitting..."},"DevProjectTagItemsTable":{"empty":{"title":"No items were found in this tag.","desc":"Project tag entries are automatically detected from included game files."}}}')},9331:(a,b,c)=>{"use strict";let d;c.r(b),c.d(b,{default:()=>dv});var e,f,g={};async function h(){return"_ENTRIES"in globalThis&&_ENTRIES.middleware_instrumentation&&await _ENTRIES.middleware_instrumentation}c.r(g),c.d(g,{config:()=>dq,middleware:()=>dr});let i=null;async function j(){if("phase-production-build"===process.env.NEXT_PHASE)return;i||(i=h());let a=await i;if(null==a?void 0:a.register)try{await a.register()}catch(a){throw a.message=`An error occurred while loading instrumentation hook: ${a.message}`,a}}async function k(...a){let b=await h();try{var c;await (null==b||null==(c=b.onRequestError)?void 0:c.call(b,...a))}catch(a){console.error("Error in instrumentation.onRequestError:",a)}}let l=null;function m(){return l||(l=j()),l}function n(a){return`The edge runtime does not support Node.js '${a}' module.
2
+ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`}process!==c.g.process&&(process.env=c.g.process.env,c.g.process=process);try{Object.defineProperty(globalThis,"__import_unsupported",{value:function(a){let b=new Proxy(function(){},{get(b,c){if("then"===c)return{};throw Object.defineProperty(Error(n(a)),"__NEXT_ERROR_CODE",{value:"E394",enumerable:!1,configurable:!0})},construct(){throw Object.defineProperty(Error(n(a)),"__NEXT_ERROR_CODE",{value:"E394",enumerable:!1,configurable:!0})},apply(c,d,e){if("function"==typeof e[0])return e[0](b);throw Object.defineProperty(Error(n(a)),"__NEXT_ERROR_CODE",{value:"E394",enumerable:!1,configurable:!0})}});return new Proxy({},{get:()=>b})},enumerable:!1,configurable:!1})}catch{}m();class o extends Error{constructor({page:a}){super(`The middleware "${a}" accepts an async API directly with the form:
3
+
4
+ export function middleware(request, event) {
5
+ return NextResponse.redirect('/new-location')
6
+ }
7
+
8
+ Read more: https://nextjs.org/docs/messages/middleware-new-signature
9
+ `)}}class p extends Error{constructor(){super(`The request.page has been deprecated in favour of \`URLPattern\`.
10
+ Read more: https://nextjs.org/docs/messages/middleware-request-page
11
+ `)}}class q extends Error{constructor(){super(`The request.ua has been removed in favour of \`userAgent\` function.
12
+ Read more: https://nextjs.org/docs/messages/middleware-parse-user-agent
13
+ `)}}let r="_N_T_",s={shared:"shared",reactServerComponents:"rsc",serverSideRendering:"ssr",actionBrowser:"action-browser",apiNode:"api-node",apiEdge:"api-edge",middleware:"middleware",instrument:"instrument",edgeAsset:"edge-asset",appPagesBrowser:"app-pages-browser",pagesDirBrowser:"pages-dir-browser",pagesDirEdge:"pages-dir-edge",pagesDirNode:"pages-dir-node"};function t(a){var b,c,d,e,f,g=[],h=0;function i(){for(;h<a.length&&/\s/.test(a.charAt(h));)h+=1;return h<a.length}for(;h<a.length;){for(b=h,f=!1;i();)if(","===(c=a.charAt(h))){for(d=h,h+=1,i(),e=h;h<a.length&&"="!==(c=a.charAt(h))&&";"!==c&&","!==c;)h+=1;h<a.length&&"="===a.charAt(h)?(f=!0,h=e,g.push(a.substring(b,d)),b=h):h=d+1}else h+=1;(!f||h>=a.length)&&g.push(a.substring(b,a.length))}return g}function u(a){let b={},c=[];if(a)for(let[d,e]of a.entries())"set-cookie"===d.toLowerCase()?(c.push(...t(e)),b[d]=1===c.length?c[0]:c):b[d]=e;return b}function v(a){try{return String(new URL(String(a)))}catch(b){throw Object.defineProperty(Error(`URL is malformed "${String(a)}". Please use only absolute URLs - https://nextjs.org/docs/messages/middleware-relative-urls`,{cause:b}),"__NEXT_ERROR_CODE",{value:"E61",enumerable:!1,configurable:!0})}}({...s,GROUP:{builtinReact:[s.reactServerComponents,s.actionBrowser],serverOnly:[s.reactServerComponents,s.actionBrowser,s.instrument,s.middleware],neutralTarget:[s.apiNode,s.apiEdge],clientOnly:[s.serverSideRendering,s.appPagesBrowser],bundled:[s.reactServerComponents,s.actionBrowser,s.serverSideRendering,s.appPagesBrowser,s.shared,s.instrument,s.middleware],appPages:[s.reactServerComponents,s.serverSideRendering,s.appPagesBrowser,s.actionBrowser]}});let w=Symbol("response"),x=Symbol("passThrough"),y=Symbol("waitUntil");class z{constructor(a,b){this[x]=!1,this[y]=b?{kind:"external",function:b}:{kind:"internal",promises:[]}}respondWith(a){this[w]||(this[w]=Promise.resolve(a))}passThroughOnException(){this[x]=!0}waitUntil(a){if("external"===this[y].kind)return(0,this[y].function)(a);this[y].promises.push(a)}}class A extends z{constructor(a){var b;super(a.request,null==(b=a.context)?void 0:b.waitUntil),this.sourcePage=a.page}get request(){throw Object.defineProperty(new o({page:this.sourcePage}),"__NEXT_ERROR_CODE",{value:"E394",enumerable:!1,configurable:!0})}respondWith(){throw Object.defineProperty(new o({page:this.sourcePage}),"__NEXT_ERROR_CODE",{value:"E394",enumerable:!1,configurable:!0})}}function B(a){return a.replace(/\/$/,"")||"/"}function C(a){let b=a.indexOf("#"),c=a.indexOf("?"),d=c>-1&&(b<0||c<b);return d||b>-1?{pathname:a.substring(0,d?c:b),query:d?a.substring(c,b>-1?b:void 0):"",hash:b>-1?a.slice(b):""}:{pathname:a,query:"",hash:""}}function D(a,b){if(!a.startsWith("/")||!b)return a;let{pathname:c,query:d,hash:e}=C(a);return""+b+c+d+e}function E(a,b){if(!a.startsWith("/")||!b)return a;let{pathname:c,query:d,hash:e}=C(a);return""+c+b+d+e}function F(a,b){if("string"!=typeof a)return!1;let{pathname:c}=C(a);return c===b||c.startsWith(b+"/")}let G=new WeakMap;function H(a,b){let c;if(!b)return{pathname:a};let d=G.get(b);d||(d=b.map(a=>a.toLowerCase()),G.set(b,d));let e=a.split("/",2);if(!e[1])return{pathname:a};let f=e[1].toLowerCase(),g=d.indexOf(f);return g<0?{pathname:a}:(c=b[g],{pathname:a=a.slice(c.length+1)||"/",detectedLocale:c})}let I=/(?!^https?:\/\/)(127(?:\.(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)){3}|\[::1\]|localhost)/;function J(a,b){return new URL(String(a).replace(I,"localhost"),b&&String(b).replace(I,"localhost"))}let K=Symbol("NextURLInternal");class L{constructor(a,b,c){let d,e;"object"==typeof b&&"pathname"in b||"string"==typeof b?(d=b,e=c||{}):e=c||b||{},this[K]={url:J(a,d??e.base),options:e,basePath:""},this.analyze()}analyze(){var a,b,c,d,e;let f=function(a,b){var c,d;let{basePath:e,i18n:f,trailingSlash:g}=null!=(c=b.nextConfig)?c:{},h={pathname:a,trailingSlash:"/"!==a?a.endsWith("/"):g};e&&F(h.pathname,e)&&(h.pathname=function(a,b){if(!F(a,b))return a;let c=a.slice(b.length);return c.startsWith("/")?c:"/"+c}(h.pathname,e),h.basePath=e);let i=h.pathname;if(h.pathname.startsWith("/_next/data/")&&h.pathname.endsWith(".json")){let a=h.pathname.replace(/^\/_next\/data\//,"").replace(/\.json$/,"").split("/");h.buildId=a[0],i="index"!==a[1]?"/"+a.slice(1).join("/"):"/",!0===b.parseData&&(h.pathname=i)}if(f){let a=b.i18nProvider?b.i18nProvider.analyze(h.pathname):H(h.pathname,f.locales);h.locale=a.detectedLocale,h.pathname=null!=(d=a.pathname)?d:h.pathname,!a.detectedLocale&&h.buildId&&(a=b.i18nProvider?b.i18nProvider.analyze(i):H(i,f.locales)).detectedLocale&&(h.locale=a.detectedLocale)}return h}(this[K].url.pathname,{nextConfig:this[K].options.nextConfig,parseData:!0,i18nProvider:this[K].options.i18nProvider}),g=function(a,b){let c;if((null==b?void 0:b.host)&&!Array.isArray(b.host))c=b.host.toString().split(":",1)[0];else{if(!a.hostname)return;c=a.hostname}return c.toLowerCase()}(this[K].url,this[K].options.headers);this[K].domainLocale=this[K].options.i18nProvider?this[K].options.i18nProvider.detectDomainLocale(g):function(a,b,c){if(a)for(let f of(c&&(c=c.toLowerCase()),a)){var d,e;if(b===(null==(d=f.domain)?void 0:d.split(":",1)[0].toLowerCase())||c===f.defaultLocale.toLowerCase()||(null==(e=f.locales)?void 0:e.some(a=>a.toLowerCase()===c)))return f}}(null==(b=this[K].options.nextConfig)||null==(a=b.i18n)?void 0:a.domains,g);let h=(null==(c=this[K].domainLocale)?void 0:c.defaultLocale)||(null==(e=this[K].options.nextConfig)||null==(d=e.i18n)?void 0:d.defaultLocale);this[K].url.pathname=f.pathname,this[K].defaultLocale=h,this[K].basePath=f.basePath??"",this[K].buildId=f.buildId,this[K].locale=f.locale??h,this[K].trailingSlash=f.trailingSlash}formatPathname(){var a;let b;return b=function(a,b,c,d){if(!b||b===c)return a;let e=a.toLowerCase();return!d&&(F(e,"/api")||F(e,"/"+b.toLowerCase()))?a:D(a,"/"+b)}((a={basePath:this[K].basePath,buildId:this[K].buildId,defaultLocale:this[K].options.forceLocale?void 0:this[K].defaultLocale,locale:this[K].locale,pathname:this[K].url.pathname,trailingSlash:this[K].trailingSlash}).pathname,a.locale,a.buildId?void 0:a.defaultLocale,a.ignorePrefix),(a.buildId||!a.trailingSlash)&&(b=B(b)),a.buildId&&(b=E(D(b,"/_next/data/"+a.buildId),"/"===a.pathname?"index.json":".json")),b=D(b,a.basePath),!a.buildId&&a.trailingSlash?b.endsWith("/")?b:E(b,"/"):B(b)}formatSearch(){return this[K].url.search}get buildId(){return this[K].buildId}set buildId(a){this[K].buildId=a}get locale(){return this[K].locale??""}set locale(a){var b,c;if(!this[K].locale||!(null==(c=this[K].options.nextConfig)||null==(b=c.i18n)?void 0:b.locales.includes(a)))throw Object.defineProperty(TypeError(`The NextURL configuration includes no locale "${a}"`),"__NEXT_ERROR_CODE",{value:"E597",enumerable:!1,configurable:!0});this[K].locale=a}get defaultLocale(){return this[K].defaultLocale}get domainLocale(){return this[K].domainLocale}get searchParams(){return this[K].url.searchParams}get host(){return this[K].url.host}set host(a){this[K].url.host=a}get hostname(){return this[K].url.hostname}set hostname(a){this[K].url.hostname=a}get port(){return this[K].url.port}set port(a){this[K].url.port=a}get protocol(){return this[K].url.protocol}set protocol(a){this[K].url.protocol=a}get href(){let a=this.formatPathname(),b=this.formatSearch();return`${this.protocol}//${this.host}${a}${b}${this.hash}`}set href(a){this[K].url=J(a),this.analyze()}get origin(){return this[K].url.origin}get pathname(){return this[K].url.pathname}set pathname(a){this[K].url.pathname=a}get hash(){return this[K].url.hash}set hash(a){this[K].url.hash=a}get search(){return this[K].url.search}set search(a){this[K].url.search=a}get password(){return this[K].url.password}set password(a){this[K].url.password=a}get username(){return this[K].url.username}set username(a){this[K].url.username=a}get basePath(){return this[K].basePath}set basePath(a){this[K].basePath=a.startsWith("/")?a:`/${a}`}toString(){return this.href}toJSON(){return this.href}[Symbol.for("edge-runtime.inspect.custom")](){return{href:this.href,origin:this.origin,protocol:this.protocol,username:this.username,password:this.password,host:this.host,hostname:this.hostname,port:this.port,pathname:this.pathname,search:this.search,searchParams:this.searchParams,hash:this.hash}}clone(){return new L(String(this),this[K].options)}}var M=c(7529);let N=Symbol("internal request");class O extends Request{constructor(a,b={}){let c="string"!=typeof a&&"url"in a?a.url:String(a);v(c),a instanceof Request?super(a,b):super(c,b);let d=new L(c,{headers:u(this.headers),nextConfig:b.nextConfig});this[N]={cookies:new M.RequestCookies(this.headers),nextUrl:d,url:d.toString()}}[Symbol.for("edge-runtime.inspect.custom")](){return{cookies:this.cookies,nextUrl:this.nextUrl,url:this.url,bodyUsed:this.bodyUsed,cache:this.cache,credentials:this.credentials,destination:this.destination,headers:Object.fromEntries(this.headers),integrity:this.integrity,keepalive:this.keepalive,method:this.method,mode:this.mode,redirect:this.redirect,referrer:this.referrer,referrerPolicy:this.referrerPolicy,signal:this.signal}}get cookies(){return this[N].cookies}get nextUrl(){return this[N].nextUrl}get page(){throw new p}get ua(){throw new q}get url(){return this[N].url}}class P{static get(a,b,c){let d=Reflect.get(a,b,c);return"function"==typeof d?d.bind(a):d}static set(a,b,c,d){return Reflect.set(a,b,c,d)}static has(a,b){return Reflect.has(a,b)}static deleteProperty(a,b){return Reflect.deleteProperty(a,b)}}let Q=Symbol("internal response"),R=new Set([301,302,303,307,308]);function S(a,b){var c;if(null==a||null==(c=a.request)?void 0:c.headers){if(!(a.request.headers instanceof Headers))throw Object.defineProperty(Error("request.headers must be an instance of Headers"),"__NEXT_ERROR_CODE",{value:"E119",enumerable:!1,configurable:!0});let c=[];for(let[d,e]of a.request.headers)b.set("x-middleware-request-"+d,e),c.push(d);b.set("x-middleware-override-headers",c.join(","))}}class T extends Response{constructor(a,b={}){super(a,b);let c=this.headers,d=new Proxy(new M.ResponseCookies(c),{get(a,d,e){switch(d){case"delete":case"set":return(...e)=>{let f=Reflect.apply(a[d],a,e),g=new Headers(c);return f instanceof M.ResponseCookies&&c.set("x-middleware-set-cookie",f.getAll().map(a=>(0,M.stringifyCookie)(a)).join(",")),S(b,g),f};default:return P.get(a,d,e)}}});this[Q]={cookies:d,url:b.url?new L(b.url,{headers:u(c),nextConfig:b.nextConfig}):void 0}}[Symbol.for("edge-runtime.inspect.custom")](){return{cookies:this.cookies,url:this.url,body:this.body,bodyUsed:this.bodyUsed,headers:Object.fromEntries(this.headers),ok:this.ok,redirected:this.redirected,status:this.status,statusText:this.statusText,type:this.type}}get cookies(){return this[Q].cookies}static json(a,b){let c=Response.json(a,b);return new T(c.body,c)}static redirect(a,b){let c="number"==typeof b?b:(null==b?void 0:b.status)??307;if(!R.has(c))throw Object.defineProperty(RangeError('Failed to execute "redirect" on "response": Invalid status code'),"__NEXT_ERROR_CODE",{value:"E529",enumerable:!1,configurable:!0});let d="object"==typeof b?b:{},e=new Headers(null==d?void 0:d.headers);return e.set("Location",v(a)),new T(null,{...d,headers:e,status:c})}static rewrite(a,b){let c=new Headers(null==b?void 0:b.headers);return c.set("x-middleware-rewrite",v(a)),S(b,c),new T(null,{...b,headers:c})}static next(a){let b=new Headers(null==a?void 0:a.headers);return b.set("x-middleware-next","1"),S(a,b),new T(null,{...a,headers:b})}}function U(a,b){let c="string"==typeof b?new URL(b):b,d=new URL(a,b),e=d.origin===c.origin;return{url:e?d.toString().slice(c.origin.length):d.toString(),isRelative:e}}let V="next-router-prefetch",W=["rsc","next-router-state-tree",V,"next-hmr-refresh","next-router-segment-prefetch"],X="_rsc";class Y extends Error{constructor(){super("Headers cannot be modified. Read more: https://nextjs.org/docs/app/api-reference/functions/headers")}static callable(){throw new Y}}class Z extends Headers{constructor(a){super(),this.headers=new Proxy(a,{get(b,c,d){if("symbol"==typeof c)return P.get(b,c,d);let e=c.toLowerCase(),f=Object.keys(a).find(a=>a.toLowerCase()===e);if(void 0!==f)return P.get(b,f,d)},set(b,c,d,e){if("symbol"==typeof c)return P.set(b,c,d,e);let f=c.toLowerCase(),g=Object.keys(a).find(a=>a.toLowerCase()===f);return P.set(b,g??c,d,e)},has(b,c){if("symbol"==typeof c)return P.has(b,c);let d=c.toLowerCase(),e=Object.keys(a).find(a=>a.toLowerCase()===d);return void 0!==e&&P.has(b,e)},deleteProperty(b,c){if("symbol"==typeof c)return P.deleteProperty(b,c);let d=c.toLowerCase(),e=Object.keys(a).find(a=>a.toLowerCase()===d);return void 0===e||P.deleteProperty(b,e)}})}static seal(a){return new Proxy(a,{get(a,b,c){switch(b){case"append":case"delete":case"set":return Y.callable;default:return P.get(a,b,c)}}})}merge(a){return Array.isArray(a)?a.join(", "):a}static from(a){return a instanceof Headers?a:new Z(a)}append(a,b){let c=this.headers[a];"string"==typeof c?this.headers[a]=[c,b]:Array.isArray(c)?c.push(b):this.headers[a]=b}delete(a){delete this.headers[a]}get(a){let b=this.headers[a];return void 0!==b?this.merge(b):null}has(a){return void 0!==this.headers[a]}set(a,b){this.headers[a]=b}forEach(a,b){for(let[c,d]of this.entries())a.call(b,d,c,this)}*entries(){for(let a of Object.keys(this.headers)){let b=a.toLowerCase(),c=this.get(b);yield[b,c]}}*keys(){for(let a of Object.keys(this.headers)){let b=a.toLowerCase();yield b}}*values(){for(let a of Object.keys(this.headers)){let b=this.get(a);yield b}}[Symbol.iterator](){return this.entries()}}var $=c(9792);class _ extends Error{constructor(){super("Cookies can only be modified in a Server Action or Route Handler. Read more: https://nextjs.org/docs/app/api-reference/functions/cookies#options")}static callable(){throw new _}}class aa{static seal(a){return new Proxy(a,{get(a,b,c){switch(b){case"clear":case"delete":case"set":return _.callable;default:return P.get(a,b,c)}}})}}let ab=Symbol.for("next.mutated.cookies");class ac{static wrap(a,b){let c=new M.ResponseCookies(new Headers);for(let b of a.getAll())c.set(b);let d=[],e=new Set,f=()=>{let a=$.J.getStore();if(a&&(a.pathWasRevalidated=!0),d=c.getAll().filter(a=>e.has(a.name)),b){let a=[];for(let b of d){let c=new M.ResponseCookies(new Headers);c.set(b),a.push(c.toString())}b(a)}},g=new Proxy(c,{get(a,b,c){switch(b){case ab:return d;case"delete":return function(...b){e.add("string"==typeof b[0]?b[0]:b[0].name);try{return a.delete(...b),g}finally{f()}};case"set":return function(...b){e.add("string"==typeof b[0]?b[0]:b[0].name);try{return a.set(...b),g}finally{f()}};default:return P.get(a,b,c)}}});return g}}function ad(a){return"action"===a.phase}function ae(a,b){if(!ad(a))throw new _}var af=function(a){return a.handleRequest="BaseServer.handleRequest",a.run="BaseServer.run",a.pipe="BaseServer.pipe",a.getStaticHTML="BaseServer.getStaticHTML",a.render="BaseServer.render",a.renderToResponseWithComponents="BaseServer.renderToResponseWithComponents",a.renderToResponse="BaseServer.renderToResponse",a.renderToHTML="BaseServer.renderToHTML",a.renderError="BaseServer.renderError",a.renderErrorToResponse="BaseServer.renderErrorToResponse",a.renderErrorToHTML="BaseServer.renderErrorToHTML",a.render404="BaseServer.render404",a}(af||{}),ag=function(a){return a.loadDefaultErrorComponents="LoadComponents.loadDefaultErrorComponents",a.loadComponents="LoadComponents.loadComponents",a}(ag||{}),ah=function(a){return a.getRequestHandler="NextServer.getRequestHandler",a.getServer="NextServer.getServer",a.getServerRequestHandler="NextServer.getServerRequestHandler",a.createServer="createServer.createServer",a}(ah||{}),ai=function(a){return a.compression="NextNodeServer.compression",a.getBuildId="NextNodeServer.getBuildId",a.createComponentTree="NextNodeServer.createComponentTree",a.clientComponentLoading="NextNodeServer.clientComponentLoading",a.getLayoutOrPageModule="NextNodeServer.getLayoutOrPageModule",a.generateStaticRoutes="NextNodeServer.generateStaticRoutes",a.generateFsStaticRoutes="NextNodeServer.generateFsStaticRoutes",a.generatePublicRoutes="NextNodeServer.generatePublicRoutes",a.generateImageRoutes="NextNodeServer.generateImageRoutes.route",a.sendRenderResult="NextNodeServer.sendRenderResult",a.proxyRequest="NextNodeServer.proxyRequest",a.runApi="NextNodeServer.runApi",a.render="NextNodeServer.render",a.renderHTML="NextNodeServer.renderHTML",a.imageOptimizer="NextNodeServer.imageOptimizer",a.getPagePath="NextNodeServer.getPagePath",a.getRoutesManifest="NextNodeServer.getRoutesManifest",a.findPageComponents="NextNodeServer.findPageComponents",a.getFontManifest="NextNodeServer.getFontManifest",a.getServerComponentManifest="NextNodeServer.getServerComponentManifest",a.getRequestHandler="NextNodeServer.getRequestHandler",a.renderToHTML="NextNodeServer.renderToHTML",a.renderError="NextNodeServer.renderError",a.renderErrorToHTML="NextNodeServer.renderErrorToHTML",a.render404="NextNodeServer.render404",a.startResponse="NextNodeServer.startResponse",a.route="route",a.onProxyReq="onProxyReq",a.apiResolver="apiResolver",a.internalFetch="internalFetch",a}(ai||{}),aj=function(a){return a.startServer="startServer.startServer",a}(aj||{}),ak=function(a){return a.getServerSideProps="Render.getServerSideProps",a.getStaticProps="Render.getStaticProps",a.renderToString="Render.renderToString",a.renderDocument="Render.renderDocument",a.createBodyResult="Render.createBodyResult",a}(ak||{}),al=function(a){return a.renderToString="AppRender.renderToString",a.renderToReadableStream="AppRender.renderToReadableStream",a.getBodyResult="AppRender.getBodyResult",a.fetch="AppRender.fetch",a}(al||{}),am=function(a){return a.executeRoute="Router.executeRoute",a}(am||{}),an=function(a){return a.runHandler="Node.runHandler",a}(an||{}),ao=function(a){return a.runHandler="AppRouteRouteHandlers.runHandler",a}(ao||{}),ap=function(a){return a.generateMetadata="ResolveMetadata.generateMetadata",a.generateViewport="ResolveMetadata.generateViewport",a}(ap||{}),aq=function(a){return a.execute="Middleware.execute",a}(aq||{});let ar=["Middleware.execute","BaseServer.handleRequest","Render.getServerSideProps","Render.getStaticProps","AppRender.fetch","AppRender.getBodyResult","Render.renderDocument","Node.runHandler","AppRouteRouteHandlers.runHandler","ResolveMetadata.generateMetadata","ResolveMetadata.generateViewport","NextNodeServer.createComponentTree","NextNodeServer.findPageComponents","NextNodeServer.getLayoutOrPageModule","NextNodeServer.startResponse","NextNodeServer.clientComponentLoading"],as=["NextNodeServer.findPageComponents","NextNodeServer.createComponentTree","NextNodeServer.clientComponentLoading"];function at(a){return null!==a&&"object"==typeof a&&"then"in a&&"function"==typeof a.then}let{context:au,propagation:av,trace:aw,SpanStatusCode:ax,SpanKind:ay,ROOT_CONTEXT:az}=d=c(4034);class aA extends Error{constructor(a,b){super(),this.bubble=a,this.result=b}}let aB=(a,b)=>{(function(a){return"object"==typeof a&&null!==a&&a instanceof aA})(b)&&b.bubble?a.setAttribute("next.bubble",!0):(b&&(a.recordException(b),a.setAttribute("error.type",b.name)),a.setStatus({code:ax.ERROR,message:null==b?void 0:b.message})),a.end()},aC=new Map,aD=d.createContextKey("next.rootSpanId"),aE=0,aF={set(a,b,c){a.push({key:b,value:c})}};class aG{getTracerInstance(){return aw.getTracer("next.js","0.0.1")}getContext(){return au}getTracePropagationData(){let a=au.active(),b=[];return av.inject(a,b,aF),b}getActiveScopeSpan(){return aw.getSpan(null==au?void 0:au.active())}withPropagatedContext(a,b,c){let d=au.active();if(aw.getSpanContext(d))return b();let e=av.extract(d,a,c);return au.with(e,b)}trace(...a){var b;let[c,d,e]=a,{fn:f,options:g}="function"==typeof d?{fn:d,options:{}}:{fn:e,options:{...d}},h=g.spanName??c;if(!ar.includes(c)&&"1"!==process.env.NEXT_OTEL_VERBOSE||g.hideSpan)return f();let i=this.getSpanContext((null==g?void 0:g.parentSpan)??this.getActiveScopeSpan()),j=!1;i?(null==(b=aw.getSpanContext(i))?void 0:b.isRemote)&&(j=!0):(i=(null==au?void 0:au.active())??az,j=!0);let k=aE++;return g.attributes={"next.span_name":h,"next.span_type":c,...g.attributes},au.with(i.setValue(aD,k),()=>this.getTracerInstance().startActiveSpan(h,g,a=>{let b="performance"in globalThis&&"measure"in performance?globalThis.performance.now():void 0,d=()=>{aC.delete(k),b&&process.env.NEXT_OTEL_PERFORMANCE_PREFIX&&as.includes(c||"")&&performance.measure(`${process.env.NEXT_OTEL_PERFORMANCE_PREFIX}:next-${(c.split(".").pop()||"").replace(/[A-Z]/g,a=>"-"+a.toLowerCase())}`,{start:b,end:performance.now()})};j&&aC.set(k,new Map(Object.entries(g.attributes??{})));try{if(f.length>1)return f(a,b=>aB(a,b));let b=f(a);if(at(b))return b.then(b=>(a.end(),b)).catch(b=>{throw aB(a,b),b}).finally(d);return a.end(),d(),b}catch(b){throw aB(a,b),d(),b}}))}wrap(...a){let b=this,[c,d,e]=3===a.length?a:[a[0],{},a[1]];return ar.includes(c)||"1"===process.env.NEXT_OTEL_VERBOSE?function(){let a=d;"function"==typeof a&&"function"==typeof e&&(a=a.apply(this,arguments));let f=arguments.length-1,g=arguments[f];if("function"!=typeof g)return b.trace(c,a,()=>e.apply(this,arguments));{let d=b.getContext().bind(au.active(),g);return b.trace(c,a,(a,b)=>(arguments[f]=function(a){return null==b||b(a),d.apply(this,arguments)},e.apply(this,arguments)))}}:e}startSpan(...a){let[b,c]=a,d=this.getSpanContext((null==c?void 0:c.parentSpan)??this.getActiveScopeSpan());return this.getTracerInstance().startSpan(b,c,d)}getSpanContext(a){return a?aw.setSpan(au.active(),a):void 0}getRootSpanAttributes(){let a=au.active().getValue(aD);return aC.get(a)}setRootSpanAttribute(a,b){let c=au.active().getValue(aD),d=aC.get(c);d&&d.set(a,b)}}let aH=(()=>{let a=new aG;return()=>a})(),aI="__prerender_bypass";Symbol("__next_preview_data"),Symbol(aI);class aJ{constructor(a,b,c,d){var e;let f=a&&function(a,b){let c=Z.from(a.headers);return{isOnDemandRevalidate:c.get("x-prerender-revalidate")===b.previewModeId,revalidateOnlyGenerated:c.has("x-prerender-revalidate-if-generated")}}(b,a).isOnDemandRevalidate,g=null==(e=c.get(aI))?void 0:e.value;this._isEnabled=!!(!f&&g&&a&&g===a.previewModeId),this._previewModeId=null==a?void 0:a.previewModeId,this._mutableCookies=d}get isEnabled(){return this._isEnabled}enable(){if(!this._previewModeId)throw Object.defineProperty(Error("Invariant: previewProps missing previewModeId this should never happen"),"__NEXT_ERROR_CODE",{value:"E93",enumerable:!1,configurable:!0});this._mutableCookies.set({name:aI,value:this._previewModeId,httpOnly:!0,sameSite:"none",secure:!0,path:"/"}),this._isEnabled=!0}disable(){this._mutableCookies.set({name:aI,value:"",httpOnly:!0,sameSite:"none",secure:!0,path:"/",expires:new Date(0)}),this._isEnabled=!1}}function aK(a,b){if("x-middleware-set-cookie"in a.headers&&"string"==typeof a.headers["x-middleware-set-cookie"]){let c=a.headers["x-middleware-set-cookie"],d=new Headers;for(let a of t(c))d.append("set-cookie",a);for(let a of new M.ResponseCookies(d).getAll())b.set(a)}}var aL=c(6189),aM=c(319),aN=c.n(aM),aO=c(6387);class aP{constructor(a,b,c){this.prev=null,this.next=null,this.key=a,this.data=b,this.size=c}}class aQ{constructor(){this.prev=null,this.next=null}}class aR{constructor(a,b){this.cache=new Map,this.totalSize=0,this.maxSize=a,this.calculateSize=b,this.head=new aQ,this.tail=new aQ,this.head.next=this.tail,this.tail.prev=this.head}addToHead(a){a.prev=this.head,a.next=this.head.next,this.head.next.prev=a,this.head.next=a}removeNode(a){a.prev.next=a.next,a.next.prev=a.prev}moveToHead(a){this.removeNode(a),this.addToHead(a)}removeTail(){let a=this.tail.prev;return this.removeNode(a),a}set(a,b){let c=(null==this.calculateSize?void 0:this.calculateSize.call(this,b))??1;if(c>this.maxSize)return void console.warn("Single item size exceeds maxSize");let d=this.cache.get(a);if(d)d.data=b,this.totalSize=this.totalSize-d.size+c,d.size=c,this.moveToHead(d);else{let d=new aP(a,b,c);this.cache.set(a,d),this.addToHead(d),this.totalSize+=c}for(;this.totalSize>this.maxSize&&this.cache.size>0;){let a=this.removeTail();this.cache.delete(a.key),this.totalSize-=a.size}}has(a){return this.cache.has(a)}get(a){let b=this.cache.get(a);if(b)return this.moveToHead(b),b.data}*[Symbol.iterator](){let a=this.head.next;for(;a&&a!==this.tail;){let b=a;yield[b.key,b.data],a=a.next}}remove(a){let b=this.cache.get(a);b&&(this.removeNode(b),this.cache.delete(a),this.totalSize-=b.size)}get size(){return this.cache.size}get currentSize(){return this.totalSize}}c(5356).Buffer,new aR(0x3200000,a=>a.size),process.env.NEXT_PRIVATE_DEBUG_CACHE&&console.debug.bind(console,"DefaultCacheHandler:"),process.env.NEXT_PRIVATE_DEBUG_CACHE&&((a,...b)=>{console.log(`use-cache: ${a}`,...b)}),Symbol.for("@next/cache-handlers");let aS=Symbol.for("@next/cache-handlers-map"),aT=Symbol.for("@next/cache-handlers-set"),aU=globalThis;function aV(){if(aU[aS])return aU[aS].entries()}async function aW(a,b){if(!a)return b();let c=aX(a);try{return await b()}finally{let b=function(a,b){let c=new Set(a.pendingRevalidatedTags),d=new Set(a.pendingRevalidateWrites);return{pendingRevalidatedTags:b.pendingRevalidatedTags.filter(a=>!c.has(a)),pendingRevalidates:Object.fromEntries(Object.entries(b.pendingRevalidates).filter(([b])=>!(b in a.pendingRevalidates))),pendingRevalidateWrites:b.pendingRevalidateWrites.filter(a=>!d.has(a))}}(c,aX(a));await aZ(a,b)}}function aX(a){return{pendingRevalidatedTags:a.pendingRevalidatedTags?[...a.pendingRevalidatedTags]:[],pendingRevalidates:{...a.pendingRevalidates},pendingRevalidateWrites:a.pendingRevalidateWrites?[...a.pendingRevalidateWrites]:[]}}async function aY(a,b){if(0===a.length)return;let c=[];b&&c.push(b.revalidateTag(a));let d=function(){if(aU[aT])return aU[aT].values()}();if(d)for(let b of d)c.push(b.expireTags(...a));await Promise.all(c)}async function aZ(a,b){let c=(null==b?void 0:b.pendingRevalidatedTags)??a.pendingRevalidatedTags??[],d=(null==b?void 0:b.pendingRevalidates)??a.pendingRevalidates??{},e=(null==b?void 0:b.pendingRevalidateWrites)??a.pendingRevalidateWrites??[];return Promise.all([aY(c,a.incrementalCache),...Object.values(d),...e])}let a$=Object.defineProperty(Error("Invariant: AsyncLocalStorage accessed in runtime where it is not available"),"__NEXT_ERROR_CODE",{value:"E504",enumerable:!1,configurable:!0});class a_{disable(){throw a$}getStore(){}run(){throw a$}exit(){throw a$}enterWith(){throw a$}static bind(a){return a}}let a0="undefined"!=typeof globalThis&&globalThis.AsyncLocalStorage,a1=a0?new a0:new a_;class a2{constructor({waitUntil:a,onClose:b,onTaskError:c}){this.workUnitStores=new Set,this.waitUntil=a,this.onClose=b,this.onTaskError=c,this.callbackQueue=new(aN()),this.callbackQueue.pause()}after(a){if(at(a))this.waitUntil||a3(),this.waitUntil(a.catch(a=>this.reportTaskError("promise",a)));else if("function"==typeof a)this.addCallback(a);else throw Object.defineProperty(Error("`after()`: Argument must be a promise or a function"),"__NEXT_ERROR_CODE",{value:"E50",enumerable:!1,configurable:!0})}addCallback(a){var b;this.waitUntil||a3();let c=aL.FP.getStore();c&&this.workUnitStores.add(c);let d=a1.getStore(),e=d?d.rootTaskSpawnPhase:null==c?void 0:c.phase;this.runCallbacksOnClosePromise||(this.runCallbacksOnClosePromise=this.runCallbacksOnClose(),this.waitUntil(this.runCallbacksOnClosePromise));let f=(b=async()=>{try{await a1.run({rootTaskSpawnPhase:e},()=>a())}catch(a){this.reportTaskError("function",a)}},a0?a0.bind(b):a_.bind(b));this.callbackQueue.add(f)}async runCallbacksOnClose(){return await new Promise(a=>this.onClose(a)),this.runCallbacks()}async runCallbacks(){if(0===this.callbackQueue.size)return;for(let a of this.workUnitStores)a.phase="after";let a=$.J.getStore();if(!a)throw Object.defineProperty(new aO.z("Missing workStore in AfterContext.runCallbacks"),"__NEXT_ERROR_CODE",{value:"E547",enumerable:!1,configurable:!0});return aW(a,()=>(this.callbackQueue.start(),this.callbackQueue.onIdle()))}reportTaskError(a,b){if(console.error("promise"===a?"A promise passed to `after()` rejected:":"An error occurred in a function passed to `after()`:",b),this.onTaskError)try{null==this.onTaskError||this.onTaskError.call(this,b)}catch(a){console.error(Object.defineProperty(new aO.z("`onTaskError` threw while handling an error thrown from an `after` task",{cause:a}),"__NEXT_ERROR_CODE",{value:"E569",enumerable:!1,configurable:!0}))}}}function a3(){throw Object.defineProperty(Error("`after()` will not work correctly, because `waitUntil` is not available in the current environment."),"__NEXT_ERROR_CODE",{value:"E91",enumerable:!1,configurable:!0})}function a4(a){let b,c={then:(d,e)=>(b||(b=a()),b.then(a=>{c.value=a}).catch(()=>{}),b.then(d,e))};return c}class a5{onClose(a){if(this.isClosed)throw Object.defineProperty(Error("Cannot subscribe to a closed CloseController"),"__NEXT_ERROR_CODE",{value:"E365",enumerable:!1,configurable:!0});this.target.addEventListener("close",a),this.listeners++}dispatchClose(){if(this.isClosed)throw Object.defineProperty(Error("Cannot close a CloseController multiple times"),"__NEXT_ERROR_CODE",{value:"E229",enumerable:!1,configurable:!0});this.listeners>0&&this.target.dispatchEvent(new Event("close")),this.isClosed=!0}constructor(){this.target=new EventTarget,this.listeners=0,this.isClosed=!1}}function a6(){return{previewModeId:process.env.__NEXT_PREVIEW_MODE_ID||"",previewModeSigningKey:process.env.__NEXT_PREVIEW_MODE_SIGNING_KEY||"",previewModeEncryptionKey:process.env.__NEXT_PREVIEW_MODE_ENCRYPTION_KEY||""}}let a7=Symbol.for("@next/request-context");async function a8(a,b,c){let d=[],e=c&&c.size>0;for(let b of(a=>{let b=["/layout"];if(a.startsWith("/")){let c=a.split("/");for(let a=1;a<c.length+1;a++){let d=c.slice(0,a).join("/");d&&(d.endsWith("/page")||d.endsWith("/route")||(d=`${d}${!d.endsWith("/")?"/":""}layout`),b.push(d))}}return b})(a))b=`${r}${b}`,d.push(b);if(b.pathname&&!e){let a=`${r}${b.pathname}`;d.push(a)}return{tags:d,expirationsByCacheKind:function(a){let b=new Map,c=aV();if(c)for(let[d,e]of c)"getExpiration"in e&&b.set(d,a4(async()=>e.getExpiration(...a)));return b}(d)}}class a9 extends O{constructor(a){super(a.input,a.init),this.sourcePage=a.page}get request(){throw Object.defineProperty(new o({page:this.sourcePage}),"__NEXT_ERROR_CODE",{value:"E394",enumerable:!1,configurable:!0})}respondWith(){throw Object.defineProperty(new o({page:this.sourcePage}),"__NEXT_ERROR_CODE",{value:"E394",enumerable:!1,configurable:!0})}waitUntil(){throw Object.defineProperty(new o({page:this.sourcePage}),"__NEXT_ERROR_CODE",{value:"E394",enumerable:!1,configurable:!0})}}let ba={keys:a=>Array.from(a.keys()),get:(a,b)=>a.get(b)??void 0},bb=(a,b)=>aH().withPropagatedContext(a.headers,b,ba),bc=!1;async function bd(a){var b;let d,e;if(!bc&&(bc=!0,"true"===process.env.NEXT_PRIVATE_TEST_PROXY)){let{interceptTestApis:a,wrapRequestHandler:b}=c(6766);a(),bb=b(bb)}await m();let f=void 0!==globalThis.__BUILD_MANIFEST;a.request.url=a.request.url.replace(/\.rsc($|\?)/,"$1");let g=a.bypassNextUrl?new URL(a.request.url):new L(a.request.url,{headers:a.request.headers,nextConfig:a.request.nextConfig});for(let a of[...g.searchParams.keys()]){let b=g.searchParams.getAll(a),c=function(a){for(let b of["nxtP","nxtI"])if(a!==b&&a.startsWith(b))return a.substring(b.length);return null}(a);if(c){for(let a of(g.searchParams.delete(c),b))g.searchParams.append(c,a);g.searchParams.delete(a)}}let h=process.env.__NEXT_BUILD_ID||"";"buildId"in g&&(h=g.buildId||"",g.buildId="");let i=function(a){let b=new Headers;for(let[c,d]of Object.entries(a))for(let a of Array.isArray(d)?d:[d])void 0!==a&&("number"==typeof a&&(a=a.toString()),b.append(c,a));return b}(a.request.headers),j=i.has("x-nextjs-data"),k="1"===i.get("rsc");j&&"/index"===g.pathname&&(g.pathname="/");let l=new Map;if(!f)for(let a of W){let b=i.get(a);null!==b&&(l.set(a,b),i.delete(a))}let n=g.searchParams.get(X),o=new a9({page:a.page,input:(function(a){let b="string"==typeof a,c=b?new URL(a):a;return c.searchParams.delete(X),b?c.toString():c})(g).toString(),init:{body:a.request.body,headers:i,method:a.request.method,nextConfig:a.request.nextConfig,signal:a.request.signal}});j&&Object.defineProperty(o,"__isData",{enumerable:!1,value:!0}),!globalThis.__incrementalCacheShared&&a.IncrementalCache&&(globalThis.__incrementalCache=new a.IncrementalCache({CurCacheHandler:a.incrementalCacheHandler,minimalMode:!0,fetchCacheKeyPrefix:"",dev:!1,requestHeaders:a.request.headers,getPrerenderManifest:()=>({version:-1,routes:{},dynamicRoutes:{},notFoundRoutes:[],preview:a6()})}));let p=a.request.waitUntil??(null==(b=function(){let a=globalThis[a7];return null==a?void 0:a.get()}())?void 0:b.waitUntil),q=new A({request:o,page:a.page,context:p?{waitUntil:p}:void 0});if((d=await bb(o,()=>{if("/middleware"===a.page||"/src/middleware"===a.page){let b=q.waitUntil.bind(q),c=new a5;return aH().trace(aq.execute,{spanName:`middleware ${o.method} ${o.nextUrl.pathname}`,attributes:{"http.target":o.nextUrl.pathname,"http.method":o.method}},async()=>{try{var d,f,g,i,j,k;let l=a6(),m=await a8("/",o.nextUrl,null),n=(j=o.nextUrl,k=a=>{e=a},function(a,b,c,d,e,f,g,h,i,j,k,l){function m(a){c&&c.setHeader("Set-Cookie",a)}let n={};return{type:"request",phase:a,implicitTags:f,url:{pathname:d.pathname,search:d.search??""},rootParams:e,get headers(){return n.headers||(n.headers=function(a){let b=Z.from(a);for(let a of W)b.delete(a);return Z.seal(b)}(b.headers)),n.headers},get cookies(){if(!n.cookies){let a=new M.RequestCookies(Z.from(b.headers));aK(b,a),n.cookies=aa.seal(a)}return n.cookies},set cookies(value){n.cookies=value},get mutableCookies(){if(!n.mutableCookies){let a=function(a,b){let c=new M.RequestCookies(Z.from(a));return ac.wrap(c,b)}(b.headers,g||(c?m:void 0));aK(b,a),n.mutableCookies=a}return n.mutableCookies},get userspaceMutableCookies(){return n.userspaceMutableCookies||(n.userspaceMutableCookies=function(a){let b=new Proxy(a.mutableCookies,{get(c,d,e){switch(d){case"delete":return function(...d){return ae(a,"cookies().delete"),c.delete(...d),b};case"set":return function(...d){return ae(a,"cookies().set"),c.set(...d),b};default:return P.get(c,d,e)}}});return b}(this)),n.userspaceMutableCookies},get draftMode(){return n.draftMode||(n.draftMode=new aJ(i,b,this.cookies,this.mutableCookies)),n.draftMode},renderResumeDataCache:h??null,isHmrRefresh:j,serverComponentsHmrCache:k||globalThis.__serverComponentsHmrCache,devFallbackParams:null}}("action",o,void 0,j,{},m,k,void 0,l,!1,void 0,null)),p=function({page:a,renderOpts:b,isPrefetchRequest:c,buildId:d,previouslyRevalidatedTags:e}){var f;let g=!b.shouldWaitOnAllReady&&!b.supportsDynamicResponse&&!b.isDraftMode&&!b.isPossibleServerAction,h=b.dev??!1,i=h||g&&(!!process.env.NEXT_DEBUG_BUILD||"1"===process.env.NEXT_SSG_FETCH_METRICS),j={isStaticGeneration:g,page:a,route:(f=a.split("/").reduce((a,b,c,d)=>b?"("===b[0]&&b.endsWith(")")||"@"===b[0]||("page"===b||"route"===b)&&c===d.length-1?a:a+"/"+b:a,"")).startsWith("/")?f:"/"+f,incrementalCache:b.incrementalCache||globalThis.__incrementalCache,cacheLifeProfiles:b.cacheLifeProfiles,isRevalidate:b.isRevalidate,isBuildTimePrerendering:b.nextExport,hasReadableErrorStacks:b.hasReadableErrorStacks,fetchCache:b.fetchCache,isOnDemandRevalidate:b.isOnDemandRevalidate,isDraftMode:b.isDraftMode,isPrefetchRequest:c,buildId:d,reactLoadableManifest:(null==b?void 0:b.reactLoadableManifest)||{},assetPrefix:(null==b?void 0:b.assetPrefix)||"",afterContext:function(a){let{waitUntil:b,onClose:c,onAfterTaskError:d}=a;return new a2({waitUntil:b,onClose:c,onTaskError:d})}(b),cacheComponentsEnabled:b.experimental.cacheComponents,dev:h,previouslyRevalidatedTags:e,refreshTagsByCacheKind:function(){let a=new Map,b=aV();if(b)for(let[c,d]of b)"refreshTags"in d&&a.set(c,a4(async()=>d.refreshTags()));return a}(),runInCleanSnapshot:a0?a0.snapshot():function(a,...b){return a(...b)},shouldTrackFetchMetrics:i};return b.store=j,j}({page:"/",renderOpts:{cacheLifeProfiles:null==(f=a.request.nextConfig)||null==(d=f.experimental)?void 0:d.cacheLife,experimental:{isRoutePPREnabled:!1,cacheComponents:!1,authInterrupts:!!(null==(i=a.request.nextConfig)||null==(g=i.experimental)?void 0:g.authInterrupts)},supportsDynamicResponse:!0,waitUntil:b,onClose:c.onClose.bind(c),onAfterTaskError:void 0},isPrefetchRequest:"1"===o.headers.get(V),buildId:h??"",previouslyRevalidatedTags:[]});return await $.J.run(p,()=>aL.FP.run(n,a.handler,o,q))}finally{setTimeout(()=>{c.dispatchClose()},0)}})}return a.handler(o,q)}))&&!(d instanceof Response))throw Object.defineProperty(TypeError("Expected an instance of Response to be returned"),"__NEXT_ERROR_CODE",{value:"E567",enumerable:!1,configurable:!0});d&&e&&d.headers.set("set-cookie",e);let r=null==d?void 0:d.headers.get("x-middleware-rewrite");if(d&&r&&(k||!f)){let b=new L(r,{forceLocale:!0,headers:a.request.headers,nextConfig:a.request.nextConfig});f||b.host!==o.nextUrl.host||(b.buildId=h||b.buildId,d.headers.set("x-middleware-rewrite",String(b)));let{url:c,isRelative:e}=U(b.toString(),g.toString());!f&&j&&d.headers.set("x-nextjs-rewrite",c),k&&e&&(g.pathname!==b.pathname&&d.headers.set("x-nextjs-rewritten-path",b.pathname),g.search!==b.search&&d.headers.set("x-nextjs-rewritten-query",b.search.slice(1)))}if(d&&r&&k&&n){let a=new URL(r);a.searchParams.has(X)||(a.searchParams.set(X,n),d.headers.set("x-middleware-rewrite",a.toString()))}let s=null==d?void 0:d.headers.get("Location");if(d&&s&&!f){let b=new L(s,{forceLocale:!1,headers:a.request.headers,nextConfig:a.request.nextConfig});d=new Response(d.body,d),b.host===g.host&&(b.buildId=h||b.buildId,d.headers.set("Location",b.toString())),j&&(d.headers.delete("Location"),d.headers.set("x-nextjs-redirect",U(b.toString(),g.toString()).url))}let t=d||T.next(),u=t.headers.get("x-middleware-override-headers"),v=[];if(u){for(let[a,b]of l)t.headers.set(`x-middleware-request-${a}`,b),v.push(a);v.length>0&&t.headers.set("x-middleware-override-headers",u+","+v.join(","))}return{response:t,waitUntil:("internal"===q[y].kind?Promise.all(q[y].promises).then(()=>{}):void 0)??Promise.resolve(),fetchMetrics:o.fetchMetrics}}c(3107),"undefined"==typeof URLPattern||URLPattern;var be=c(2809),bf=c(1785),bg=c(9412);function bh(){let a=a1.getStore();return(null==a?void 0:a.rootTaskSpawnPhase)==="action"}c(1467);let{env:bi,stdout:bj}=(null==(e=globalThis)?void 0:e.process)??{},bk=bi&&!bi.NO_COLOR&&(bi.FORCE_COLOR||(null==bj?void 0:bj.isTTY)&&!bi.CI&&"dumb"!==bi.TERM),bl=(a,b,c,d)=>{let e=a.substring(0,d)+c,f=a.substring(d+b.length),g=f.indexOf(b);return~g?e+bl(f,b,c,g):e+f},bm=(a,b,c=a)=>bk?d=>{let e=""+d,f=e.indexOf(b,a.length);return~f?a+bl(e,b,c,f)+b:a+e+b}:String,bn=bm("\x1b[1m","\x1b[22m","\x1b[22m\x1b[1m");bm("\x1b[2m","\x1b[22m","\x1b[22m\x1b[2m"),bm("\x1b[3m","\x1b[23m"),bm("\x1b[4m","\x1b[24m"),bm("\x1b[7m","\x1b[27m"),bm("\x1b[8m","\x1b[28m"),bm("\x1b[9m","\x1b[29m"),bm("\x1b[30m","\x1b[39m");let bo=bm("\x1b[31m","\x1b[39m"),bp=bm("\x1b[32m","\x1b[39m"),bq=bm("\x1b[33m","\x1b[39m");bm("\x1b[34m","\x1b[39m");let br=bm("\x1b[35m","\x1b[39m");bm("\x1b[38;2;173;127;168m","\x1b[39m"),bm("\x1b[36m","\x1b[39m");let bs=bm("\x1b[37m","\x1b[39m");function bt(a){var b,c;return{...a,localePrefix:"object"==typeof(c=a.localePrefix)?c:{mode:c||"always"},localeCookie:!!((b=a.localeCookie)??1)&&{name:"NEXT_LOCALE",sameSite:"lax",..."object"==typeof b&&b},localeDetection:a.localeDetection??!0,alternateLinks:a.alternateLinks??!0}}bm("\x1b[90m","\x1b[39m"),bm("\x1b[40m","\x1b[49m"),bm("\x1b[41m","\x1b[49m"),bm("\x1b[42m","\x1b[49m"),bm("\x1b[43m","\x1b[49m"),bm("\x1b[44m","\x1b[49m"),bm("\x1b[45m","\x1b[49m"),bm("\x1b[46m","\x1b[49m"),bm("\x1b[47m","\x1b[49m"),bs(bn("○")),bo(bn("⨯")),bq(bn("⚠")),bs(bn(" ")),bp(bn("✓")),br(bn("\xbb")),new aR(1e4,a=>a.length),new WeakMap;let bu="X-NEXT-INTL-LOCALE";function bv(a){return("object"==typeof a?null==a.host&&null==a.hostname:!/^[a-z]+:/i.test(a))&&!function(a){let b="object"==typeof a?a.pathname:a;return null!=b&&!b.startsWith("/")}(a)}function bw(a,b){let c=a;return/^\/(\?.*)?$/.test(b)&&(b=b.slice(1)),c+=b}function bx(a,b,c){return"string"==typeof a?a:a[b]||c}function by(a){let b=function(){try{return"true"===process.env._next_intl_trailing_slash}catch{return!1}}(),[c,...d]=a.split("#"),e=d.join("#"),f=c;if("/"!==f){let a=f.endsWith("/");b&&!a?f+="/":!b&&a&&(f=f.slice(0,-1))}return e&&(f+="#"+e),f}function bz(a,b){let c=by(a),d=by(b);return bB(c).test(d)}function bA(a,b){return"never"!==b.mode&&b.prefixes?.[a]||"/"+a}function bB(a){let b=a.replace(/\[\[(\.\.\.[^\]]+)\]\]/g,"?(.*)").replace(/\[(\.\.\.[^\]]+)\]/g,"(.+)").replace(/\[([^\]]+)\]/g,"([^/]+)");return RegExp(`^${b}$`)}function bC(a){return a.includes("[[...")}function bD(a){return a.includes("[...")}function bE(a){return a.includes("[")}function bF(a,b){let c=a.split("/"),d=b.split("/"),e=Math.max(c.length,d.length);for(let a=0;a<e;a++){let b=c[a],e=d[a];if(!b&&e)return -1;if(b&&!e)return 1;if(b||e){if(!bE(b)&&bE(e))return -1;if(bE(b)&&!bE(e))return 1;if(!bD(b)&&bD(e))return -1;if(bD(b)&&!bD(e))return 1;if(!bC(b)&&bC(e))return -1;if(bC(b)&&!bC(e))return 1}}return 0}function bG(a){return"function"==typeof a.then}function bH(a,b,c,d){let e="";return e+=function(a,b){if(!b)return a;let c=a=a.replace(/\[\[/g,"[").replace(/\]\]/g,"]");return Object.entries(b).forEach(([a,b])=>{c=c.replace(`[${a}]`,b)}),c}(c,function(a,b){let c=by(b),d=by(a),e=bB(d).exec(c);if(!e)return;let f={};for(let a=1;a<e.length;a++){let b=d.match(/\[([^\]]+)\]/g)?.[a-1].replace(/[[\]]/g,"");b&&(f[b]=e[a])}return f}(b,a)),e=by(e)}function bI(a,b,c){a.endsWith("/")||(a+="/");let d=bJ(b,c),e=RegExp(`^(${d.map(([,a])=>a.replaceAll("/","\\/")).join("|")})/(.*)`,"i"),f=a.match(e),g=f?"/"+f[2]:a;return"/"!==g&&(g=by(g)),g}function bJ(a,b,c=!0){let d=a.map(a=>[a,bA(a,b)]);return c&&d.sort((a,b)=>b[1].length-a[1].length),d}function bK(a,b,c,d){let e=bJ(b,c);for(let[b,c]of(d&&e.sort(([a],[b])=>{if(a===d.defaultLocale)return -1;if(b===d.defaultLocale)return 1;let c=d.locales.includes(a),e=d.locales.includes(b);return c&&!e?-1:!c&&e?1:0}),e)){let d,e;if(a===c||a.startsWith(c+"/"))d=e=!0;else{let b=a.toLowerCase(),f=c.toLowerCase();(b===f||b.startsWith(f+"/"))&&(d=!1,e=!0)}if(e)return{locale:b,prefix:c,matchedPrefix:a.slice(0,c.length),exact:d}}}function bL(a,b,c){let d=a;return b&&(d=bw(b,d)),c&&(d+=c),d}function bM(a){return a.get("x-forwarded-host")??a.get("host")??void 0}function bN(a,b){return b.defaultLocale===a||b.locales.includes(a)}function bO(a,b,c){let d;return a&&bN(b,a)&&(d=a),d||(d=c.find(a=>a.defaultLocale===b)),d||(d=c.find(a=>a.locales.includes(b))),d}Object.create;function bP(a,b,c){if(c||2==arguments.length)for(var d,e=0,f=b.length;e<f;e++)!d&&e in b||(d||(d=Array.prototype.slice.call(b,0,e)),d[e]=b[e]);return a.concat(d||Array.prototype.slice.call(b))}Object.create;var bQ=("function"==typeof SuppressedError&&SuppressedError,{supplemental:{languageMatching:{"written-new":[{paradigmLocales:{_locales:"en en_GB es es_419 pt_BR pt_PT"}},{$enUS:{_value:"AS+CA+GU+MH+MP+PH+PR+UM+US+VI"}},{$cnsar:{_value:"HK+MO"}},{$americas:{_value:"019"}},{$maghreb:{_value:"MA+DZ+TN+LY+MR+EH"}},{no:{_desired:"nb",_distance:"1"}},{bs:{_desired:"hr",_distance:"4"}},{bs:{_desired:"sh",_distance:"4"}},{hr:{_desired:"sh",_distance:"4"}},{sr:{_desired:"sh",_distance:"4"}},{aa:{_desired:"ssy",_distance:"4"}},{de:{_desired:"gsw",_distance:"4",_oneway:"true"}},{de:{_desired:"lb",_distance:"4",_oneway:"true"}},{no:{_desired:"da",_distance:"8"}},{nb:{_desired:"da",_distance:"8"}},{ru:{_desired:"ab",_distance:"30",_oneway:"true"}},{en:{_desired:"ach",_distance:"30",_oneway:"true"}},{nl:{_desired:"af",_distance:"20",_oneway:"true"}},{en:{_desired:"ak",_distance:"30",_oneway:"true"}},{en:{_desired:"am",_distance:"30",_oneway:"true"}},{es:{_desired:"ay",_distance:"20",_oneway:"true"}},{ru:{_desired:"az",_distance:"30",_oneway:"true"}},{ur:{_desired:"bal",_distance:"20",_oneway:"true"}},{ru:{_desired:"be",_distance:"20",_oneway:"true"}},{en:{_desired:"bem",_distance:"30",_oneway:"true"}},{hi:{_desired:"bh",_distance:"30",_oneway:"true"}},{en:{_desired:"bn",_distance:"30",_oneway:"true"}},{zh:{_desired:"bo",_distance:"20",_oneway:"true"}},{fr:{_desired:"br",_distance:"20",_oneway:"true"}},{es:{_desired:"ca",_distance:"20",_oneway:"true"}},{fil:{_desired:"ceb",_distance:"30",_oneway:"true"}},{en:{_desired:"chr",_distance:"20",_oneway:"true"}},{ar:{_desired:"ckb",_distance:"30",_oneway:"true"}},{fr:{_desired:"co",_distance:"20",_oneway:"true"}},{fr:{_desired:"crs",_distance:"20",_oneway:"true"}},{sk:{_desired:"cs",_distance:"20"}},{en:{_desired:"cy",_distance:"20",_oneway:"true"}},{en:{_desired:"ee",_distance:"30",_oneway:"true"}},{en:{_desired:"eo",_distance:"30",_oneway:"true"}},{es:{_desired:"eu",_distance:"20",_oneway:"true"}},{da:{_desired:"fo",_distance:"20",_oneway:"true"}},{nl:{_desired:"fy",_distance:"20",_oneway:"true"}},{en:{_desired:"ga",_distance:"20",_oneway:"true"}},{en:{_desired:"gaa",_distance:"30",_oneway:"true"}},{en:{_desired:"gd",_distance:"20",_oneway:"true"}},{es:{_desired:"gl",_distance:"20",_oneway:"true"}},{es:{_desired:"gn",_distance:"20",_oneway:"true"}},{hi:{_desired:"gu",_distance:"30",_oneway:"true"}},{en:{_desired:"ha",_distance:"30",_oneway:"true"}},{en:{_desired:"haw",_distance:"20",_oneway:"true"}},{fr:{_desired:"ht",_distance:"20",_oneway:"true"}},{ru:{_desired:"hy",_distance:"30",_oneway:"true"}},{en:{_desired:"ia",_distance:"30",_oneway:"true"}},{en:{_desired:"ig",_distance:"30",_oneway:"true"}},{en:{_desired:"is",_distance:"20",_oneway:"true"}},{id:{_desired:"jv",_distance:"20",_oneway:"true"}},{en:{_desired:"ka",_distance:"30",_oneway:"true"}},{fr:{_desired:"kg",_distance:"30",_oneway:"true"}},{ru:{_desired:"kk",_distance:"30",_oneway:"true"}},{en:{_desired:"km",_distance:"30",_oneway:"true"}},{en:{_desired:"kn",_distance:"30",_oneway:"true"}},{en:{_desired:"kri",_distance:"30",_oneway:"true"}},{tr:{_desired:"ku",_distance:"30",_oneway:"true"}},{ru:{_desired:"ky",_distance:"30",_oneway:"true"}},{it:{_desired:"la",_distance:"20",_oneway:"true"}},{en:{_desired:"lg",_distance:"30",_oneway:"true"}},{fr:{_desired:"ln",_distance:"30",_oneway:"true"}},{en:{_desired:"lo",_distance:"30",_oneway:"true"}},{en:{_desired:"loz",_distance:"30",_oneway:"true"}},{fr:{_desired:"lua",_distance:"30",_oneway:"true"}},{hi:{_desired:"mai",_distance:"20",_oneway:"true"}},{en:{_desired:"mfe",_distance:"30",_oneway:"true"}},{fr:{_desired:"mg",_distance:"30",_oneway:"true"}},{en:{_desired:"mi",_distance:"20",_oneway:"true"}},{en:{_desired:"ml",_distance:"30",_oneway:"true"}},{ru:{_desired:"mn",_distance:"30",_oneway:"true"}},{hi:{_desired:"mr",_distance:"30",_oneway:"true"}},{id:{_desired:"ms",_distance:"30",_oneway:"true"}},{en:{_desired:"mt",_distance:"30",_oneway:"true"}},{en:{_desired:"my",_distance:"30",_oneway:"true"}},{en:{_desired:"ne",_distance:"30",_oneway:"true"}},{nb:{_desired:"nn",_distance:"20"}},{no:{_desired:"nn",_distance:"20"}},{en:{_desired:"nso",_distance:"30",_oneway:"true"}},{en:{_desired:"ny",_distance:"30",_oneway:"true"}},{en:{_desired:"nyn",_distance:"30",_oneway:"true"}},{fr:{_desired:"oc",_distance:"20",_oneway:"true"}},{en:{_desired:"om",_distance:"30",_oneway:"true"}},{en:{_desired:"or",_distance:"30",_oneway:"true"}},{en:{_desired:"pa",_distance:"30",_oneway:"true"}},{en:{_desired:"pcm",_distance:"20",_oneway:"true"}},{en:{_desired:"ps",_distance:"30",_oneway:"true"}},{es:{_desired:"qu",_distance:"30",_oneway:"true"}},{de:{_desired:"rm",_distance:"20",_oneway:"true"}},{en:{_desired:"rn",_distance:"30",_oneway:"true"}},{fr:{_desired:"rw",_distance:"30",_oneway:"true"}},{hi:{_desired:"sa",_distance:"30",_oneway:"true"}},{en:{_desired:"sd",_distance:"30",_oneway:"true"}},{en:{_desired:"si",_distance:"30",_oneway:"true"}},{en:{_desired:"sn",_distance:"30",_oneway:"true"}},{en:{_desired:"so",_distance:"30",_oneway:"true"}},{en:{_desired:"sq",_distance:"30",_oneway:"true"}},{en:{_desired:"st",_distance:"30",_oneway:"true"}},{id:{_desired:"su",_distance:"20",_oneway:"true"}},{en:{_desired:"sw",_distance:"30",_oneway:"true"}},{en:{_desired:"ta",_distance:"30",_oneway:"true"}},{en:{_desired:"te",_distance:"30",_oneway:"true"}},{ru:{_desired:"tg",_distance:"30",_oneway:"true"}},{en:{_desired:"ti",_distance:"30",_oneway:"true"}},{ru:{_desired:"tk",_distance:"30",_oneway:"true"}},{en:{_desired:"tlh",_distance:"30",_oneway:"true"}},{en:{_desired:"tn",_distance:"30",_oneway:"true"}},{en:{_desired:"to",_distance:"30",_oneway:"true"}},{ru:{_desired:"tt",_distance:"30",_oneway:"true"}},{en:{_desired:"tum",_distance:"30",_oneway:"true"}},{zh:{_desired:"ug",_distance:"20",_oneway:"true"}},{ru:{_desired:"uk",_distance:"20",_oneway:"true"}},{en:{_desired:"ur",_distance:"30",_oneway:"true"}},{ru:{_desired:"uz",_distance:"30",_oneway:"true"}},{fr:{_desired:"wo",_distance:"30",_oneway:"true"}},{en:{_desired:"xh",_distance:"30",_oneway:"true"}},{en:{_desired:"yi",_distance:"30",_oneway:"true"}},{en:{_desired:"yo",_distance:"30",_oneway:"true"}},{zh:{_desired:"za",_distance:"20",_oneway:"true"}},{en:{_desired:"zu",_distance:"30",_oneway:"true"}},{ar:{_desired:"aao",_distance:"10",_oneway:"true"}},{ar:{_desired:"abh",_distance:"10",_oneway:"true"}},{ar:{_desired:"abv",_distance:"10",_oneway:"true"}},{ar:{_desired:"acm",_distance:"10",_oneway:"true"}},{ar:{_desired:"acq",_distance:"10",_oneway:"true"}},{ar:{_desired:"acw",_distance:"10",_oneway:"true"}},{ar:{_desired:"acx",_distance:"10",_oneway:"true"}},{ar:{_desired:"acy",_distance:"10",_oneway:"true"}},{ar:{_desired:"adf",_distance:"10",_oneway:"true"}},{ar:{_desired:"aeb",_distance:"10",_oneway:"true"}},{ar:{_desired:"aec",_distance:"10",_oneway:"true"}},{ar:{_desired:"afb",_distance:"10",_oneway:"true"}},{ar:{_desired:"ajp",_distance:"10",_oneway:"true"}},{ar:{_desired:"apc",_distance:"10",_oneway:"true"}},{ar:{_desired:"apd",_distance:"10",_oneway:"true"}},{ar:{_desired:"arq",_distance:"10",_oneway:"true"}},{ar:{_desired:"ars",_distance:"10",_oneway:"true"}},{ar:{_desired:"ary",_distance:"10",_oneway:"true"}},{ar:{_desired:"arz",_distance:"10",_oneway:"true"}},{ar:{_desired:"auz",_distance:"10",_oneway:"true"}},{ar:{_desired:"avl",_distance:"10",_oneway:"true"}},{ar:{_desired:"ayh",_distance:"10",_oneway:"true"}},{ar:{_desired:"ayl",_distance:"10",_oneway:"true"}},{ar:{_desired:"ayn",_distance:"10",_oneway:"true"}},{ar:{_desired:"ayp",_distance:"10",_oneway:"true"}},{ar:{_desired:"bbz",_distance:"10",_oneway:"true"}},{ar:{_desired:"pga",_distance:"10",_oneway:"true"}},{ar:{_desired:"shu",_distance:"10",_oneway:"true"}},{ar:{_desired:"ssh",_distance:"10",_oneway:"true"}},{az:{_desired:"azb",_distance:"10",_oneway:"true"}},{et:{_desired:"vro",_distance:"10",_oneway:"true"}},{ff:{_desired:"ffm",_distance:"10",_oneway:"true"}},{ff:{_desired:"fub",_distance:"10",_oneway:"true"}},{ff:{_desired:"fue",_distance:"10",_oneway:"true"}},{ff:{_desired:"fuf",_distance:"10",_oneway:"true"}},{ff:{_desired:"fuh",_distance:"10",_oneway:"true"}},{ff:{_desired:"fui",_distance:"10",_oneway:"true"}},{ff:{_desired:"fuq",_distance:"10",_oneway:"true"}},{ff:{_desired:"fuv",_distance:"10",_oneway:"true"}},{gn:{_desired:"gnw",_distance:"10",_oneway:"true"}},{gn:{_desired:"gui",_distance:"10",_oneway:"true"}},{gn:{_desired:"gun",_distance:"10",_oneway:"true"}},{gn:{_desired:"nhd",_distance:"10",_oneway:"true"}},{iu:{_desired:"ikt",_distance:"10",_oneway:"true"}},{kln:{_desired:"enb",_distance:"10",_oneway:"true"}},{kln:{_desired:"eyo",_distance:"10",_oneway:"true"}},{kln:{_desired:"niq",_distance:"10",_oneway:"true"}},{kln:{_desired:"oki",_distance:"10",_oneway:"true"}},{kln:{_desired:"pko",_distance:"10",_oneway:"true"}},{kln:{_desired:"sgc",_distance:"10",_oneway:"true"}},{kln:{_desired:"tec",_distance:"10",_oneway:"true"}},{kln:{_desired:"tuy",_distance:"10",_oneway:"true"}},{kok:{_desired:"gom",_distance:"10",_oneway:"true"}},{kpe:{_desired:"gkp",_distance:"10",_oneway:"true"}},{luy:{_desired:"ida",_distance:"10",_oneway:"true"}},{luy:{_desired:"lkb",_distance:"10",_oneway:"true"}},{luy:{_desired:"lko",_distance:"10",_oneway:"true"}},{luy:{_desired:"lks",_distance:"10",_oneway:"true"}},{luy:{_desired:"lri",_distance:"10",_oneway:"true"}},{luy:{_desired:"lrm",_distance:"10",_oneway:"true"}},{luy:{_desired:"lsm",_distance:"10",_oneway:"true"}},{luy:{_desired:"lto",_distance:"10",_oneway:"true"}},{luy:{_desired:"lts",_distance:"10",_oneway:"true"}},{luy:{_desired:"lwg",_distance:"10",_oneway:"true"}},{luy:{_desired:"nle",_distance:"10",_oneway:"true"}},{luy:{_desired:"nyd",_distance:"10",_oneway:"true"}},{luy:{_desired:"rag",_distance:"10",_oneway:"true"}},{lv:{_desired:"ltg",_distance:"10",_oneway:"true"}},{mg:{_desired:"bhr",_distance:"10",_oneway:"true"}},{mg:{_desired:"bjq",_distance:"10",_oneway:"true"}},{mg:{_desired:"bmm",_distance:"10",_oneway:"true"}},{mg:{_desired:"bzc",_distance:"10",_oneway:"true"}},{mg:{_desired:"msh",_distance:"10",_oneway:"true"}},{mg:{_desired:"skg",_distance:"10",_oneway:"true"}},{mg:{_desired:"tdx",_distance:"10",_oneway:"true"}},{mg:{_desired:"tkg",_distance:"10",_oneway:"true"}},{mg:{_desired:"txy",_distance:"10",_oneway:"true"}},{mg:{_desired:"xmv",_distance:"10",_oneway:"true"}},{mg:{_desired:"xmw",_distance:"10",_oneway:"true"}},{mn:{_desired:"mvf",_distance:"10",_oneway:"true"}},{ms:{_desired:"bjn",_distance:"10",_oneway:"true"}},{ms:{_desired:"btj",_distance:"10",_oneway:"true"}},{ms:{_desired:"bve",_distance:"10",_oneway:"true"}},{ms:{_desired:"bvu",_distance:"10",_oneway:"true"}},{ms:{_desired:"coa",_distance:"10",_oneway:"true"}},{ms:{_desired:"dup",_distance:"10",_oneway:"true"}},{ms:{_desired:"hji",_distance:"10",_oneway:"true"}},{ms:{_desired:"id",_distance:"10",_oneway:"true"}},{ms:{_desired:"jak",_distance:"10",_oneway:"true"}},{ms:{_desired:"jax",_distance:"10",_oneway:"true"}},{ms:{_desired:"kvb",_distance:"10",_oneway:"true"}},{ms:{_desired:"kvr",_distance:"10",_oneway:"true"}},{ms:{_desired:"kxd",_distance:"10",_oneway:"true"}},{ms:{_desired:"lce",_distance:"10",_oneway:"true"}},{ms:{_desired:"lcf",_distance:"10",_oneway:"true"}},{ms:{_desired:"liw",_distance:"10",_oneway:"true"}},{ms:{_desired:"max",_distance:"10",_oneway:"true"}},{ms:{_desired:"meo",_distance:"10",_oneway:"true"}},{ms:{_desired:"mfa",_distance:"10",_oneway:"true"}},{ms:{_desired:"mfb",_distance:"10",_oneway:"true"}},{ms:{_desired:"min",_distance:"10",_oneway:"true"}},{ms:{_desired:"mqg",_distance:"10",_oneway:"true"}},{ms:{_desired:"msi",_distance:"10",_oneway:"true"}},{ms:{_desired:"mui",_distance:"10",_oneway:"true"}},{ms:{_desired:"orn",_distance:"10",_oneway:"true"}},{ms:{_desired:"ors",_distance:"10",_oneway:"true"}},{ms:{_desired:"pel",_distance:"10",_oneway:"true"}},{ms:{_desired:"pse",_distance:"10",_oneway:"true"}},{ms:{_desired:"tmw",_distance:"10",_oneway:"true"}},{ms:{_desired:"urk",_distance:"10",_oneway:"true"}},{ms:{_desired:"vkk",_distance:"10",_oneway:"true"}},{ms:{_desired:"vkt",_distance:"10",_oneway:"true"}},{ms:{_desired:"xmm",_distance:"10",_oneway:"true"}},{ms:{_desired:"zlm",_distance:"10",_oneway:"true"}},{ms:{_desired:"zmi",_distance:"10",_oneway:"true"}},{ne:{_desired:"dty",_distance:"10",_oneway:"true"}},{om:{_desired:"gax",_distance:"10",_oneway:"true"}},{om:{_desired:"hae",_distance:"10",_oneway:"true"}},{om:{_desired:"orc",_distance:"10",_oneway:"true"}},{or:{_desired:"spv",_distance:"10",_oneway:"true"}},{ps:{_desired:"pbt",_distance:"10",_oneway:"true"}},{ps:{_desired:"pst",_distance:"10",_oneway:"true"}},{qu:{_desired:"qub",_distance:"10",_oneway:"true"}},{qu:{_desired:"qud",_distance:"10",_oneway:"true"}},{qu:{_desired:"quf",_distance:"10",_oneway:"true"}},{qu:{_desired:"qug",_distance:"10",_oneway:"true"}},{qu:{_desired:"quh",_distance:"10",_oneway:"true"}},{qu:{_desired:"quk",_distance:"10",_oneway:"true"}},{qu:{_desired:"qul",_distance:"10",_oneway:"true"}},{qu:{_desired:"qup",_distance:"10",_oneway:"true"}},{qu:{_desired:"qur",_distance:"10",_oneway:"true"}},{qu:{_desired:"qus",_distance:"10",_oneway:"true"}},{qu:{_desired:"quw",_distance:"10",_oneway:"true"}},{qu:{_desired:"qux",_distance:"10",_oneway:"true"}},{qu:{_desired:"quy",_distance:"10",_oneway:"true"}},{qu:{_desired:"qva",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvc",_distance:"10",_oneway:"true"}},{qu:{_desired:"qve",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvh",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvi",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvj",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvl",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvm",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvn",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvo",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvp",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvs",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvw",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvz",_distance:"10",_oneway:"true"}},{qu:{_desired:"qwa",_distance:"10",_oneway:"true"}},{qu:{_desired:"qwc",_distance:"10",_oneway:"true"}},{qu:{_desired:"qwh",_distance:"10",_oneway:"true"}},{qu:{_desired:"qws",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxa",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxc",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxh",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxl",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxn",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxo",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxp",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxr",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxt",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxu",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxw",_distance:"10",_oneway:"true"}},{sc:{_desired:"sdc",_distance:"10",_oneway:"true"}},{sc:{_desired:"sdn",_distance:"10",_oneway:"true"}},{sc:{_desired:"sro",_distance:"10",_oneway:"true"}},{sq:{_desired:"aae",_distance:"10",_oneway:"true"}},{sq:{_desired:"aat",_distance:"10",_oneway:"true"}},{sq:{_desired:"aln",_distance:"10",_oneway:"true"}},{syr:{_desired:"aii",_distance:"10",_oneway:"true"}},{uz:{_desired:"uzs",_distance:"10",_oneway:"true"}},{yi:{_desired:"yih",_distance:"10",_oneway:"true"}},{zh:{_desired:"cdo",_distance:"10",_oneway:"true"}},{zh:{_desired:"cjy",_distance:"10",_oneway:"true"}},{zh:{_desired:"cpx",_distance:"10",_oneway:"true"}},{zh:{_desired:"czh",_distance:"10",_oneway:"true"}},{zh:{_desired:"czo",_distance:"10",_oneway:"true"}},{zh:{_desired:"gan",_distance:"10",_oneway:"true"}},{zh:{_desired:"hak",_distance:"10",_oneway:"true"}},{zh:{_desired:"hsn",_distance:"10",_oneway:"true"}},{zh:{_desired:"lzh",_distance:"10",_oneway:"true"}},{zh:{_desired:"mnp",_distance:"10",_oneway:"true"}},{zh:{_desired:"nan",_distance:"10",_oneway:"true"}},{zh:{_desired:"wuu",_distance:"10",_oneway:"true"}},{zh:{_desired:"yue",_distance:"10",_oneway:"true"}},{"*":{_desired:"*",_distance:"80"}},{"en-Latn":{_desired:"am-Ethi",_distance:"10",_oneway:"true"}},{"ru-Cyrl":{_desired:"az-Latn",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"bn-Beng",_distance:"10",_oneway:"true"}},{"zh-Hans":{_desired:"bo-Tibt",_distance:"10",_oneway:"true"}},{"ru-Cyrl":{_desired:"hy-Armn",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"ka-Geor",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"km-Khmr",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"kn-Knda",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"lo-Laoo",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"ml-Mlym",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"my-Mymr",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"ne-Deva",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"or-Orya",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"pa-Guru",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"ps-Arab",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"sd-Arab",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"si-Sinh",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"ta-Taml",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"te-Telu",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"ti-Ethi",_distance:"10",_oneway:"true"}},{"ru-Cyrl":{_desired:"tk-Latn",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"ur-Arab",_distance:"10",_oneway:"true"}},{"ru-Cyrl":{_desired:"uz-Latn",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"yi-Hebr",_distance:"10",_oneway:"true"}},{"sr-Cyrl":{_desired:"sr-Latn",_distance:"5"}},{"zh-Hans":{_desired:"za-Latn",_distance:"10",_oneway:"true"}},{"zh-Hans":{_desired:"zh-Hani",_distance:"20",_oneway:"true"}},{"zh-Hant":{_desired:"zh-Hani",_distance:"20",_oneway:"true"}},{"ar-Arab":{_desired:"ar-Latn",_distance:"20",_oneway:"true"}},{"bn-Beng":{_desired:"bn-Latn",_distance:"20",_oneway:"true"}},{"gu-Gujr":{_desired:"gu-Latn",_distance:"20",_oneway:"true"}},{"hi-Deva":{_desired:"hi-Latn",_distance:"20",_oneway:"true"}},{"kn-Knda":{_desired:"kn-Latn",_distance:"20",_oneway:"true"}},{"ml-Mlym":{_desired:"ml-Latn",_distance:"20",_oneway:"true"}},{"mr-Deva":{_desired:"mr-Latn",_distance:"20",_oneway:"true"}},{"ta-Taml":{_desired:"ta-Latn",_distance:"20",_oneway:"true"}},{"te-Telu":{_desired:"te-Latn",_distance:"20",_oneway:"true"}},{"zh-Hans":{_desired:"zh-Latn",_distance:"20",_oneway:"true"}},{"ja-Jpan":{_desired:"ja-Latn",_distance:"5",_oneway:"true"}},{"ja-Jpan":{_desired:"ja-Hani",_distance:"5",_oneway:"true"}},{"ja-Jpan":{_desired:"ja-Hira",_distance:"5",_oneway:"true"}},{"ja-Jpan":{_desired:"ja-Kana",_distance:"5",_oneway:"true"}},{"ja-Jpan":{_desired:"ja-Hrkt",_distance:"5",_oneway:"true"}},{"ja-Hrkt":{_desired:"ja-Hira",_distance:"5",_oneway:"true"}},{"ja-Hrkt":{_desired:"ja-Kana",_distance:"5",_oneway:"true"}},{"ko-Kore":{_desired:"ko-Hani",_distance:"5",_oneway:"true"}},{"ko-Kore":{_desired:"ko-Hang",_distance:"5",_oneway:"true"}},{"ko-Kore":{_desired:"ko-Jamo",_distance:"5",_oneway:"true"}},{"ko-Hang":{_desired:"ko-Jamo",_distance:"5",_oneway:"true"}},{"*-*":{_desired:"*-*",_distance:"50"}},{"ar-*-$maghreb":{_desired:"ar-*-$maghreb",_distance:"4"}},{"ar-*-$!maghreb":{_desired:"ar-*-$!maghreb",_distance:"4"}},{"ar-*-*":{_desired:"ar-*-*",_distance:"5"}},{"en-*-$enUS":{_desired:"en-*-$enUS",_distance:"4"}},{"en-*-GB":{_desired:"en-*-$!enUS",_distance:"3"}},{"en-*-$!enUS":{_desired:"en-*-$!enUS",_distance:"4"}},{"en-*-*":{_desired:"en-*-*",_distance:"5"}},{"es-*-$americas":{_desired:"es-*-$americas",_distance:"4"}},{"es-*-$!americas":{_desired:"es-*-$!americas",_distance:"4"}},{"es-*-*":{_desired:"es-*-*",_distance:"5"}},{"pt-*-$americas":{_desired:"pt-*-$americas",_distance:"4"}},{"pt-*-$!americas":{_desired:"pt-*-$!americas",_distance:"4"}},{"pt-*-*":{_desired:"pt-*-*",_distance:"5"}},{"zh-Hant-$cnsar":{_desired:"zh-Hant-$cnsar",_distance:"4"}},{"zh-Hant-$!cnsar":{_desired:"zh-Hant-$!cnsar",_distance:"4"}},{"zh-Hant-*":{_desired:"zh-Hant-*",_distance:"5"}},{"*-*-*":{_desired:"*-*-*",_distance:"4"}}]}}}),bR={"001":["001","001-status-grouping","002","005","009","011","013","014","015","017","018","019","021","029","030","034","035","039","053","054","057","061","142","143","145","150","151","154","155","AC","AD","AE","AF","AG","AI","AL","AM","AO","AQ","AR","AS","AT","AU","AW","AX","AZ","BA","BB","BD","BE","BF","BG","BH","BI","BJ","BL","BM","BN","BO","BQ","BR","BS","BT","BV","BW","BY","BZ","CA","CC","CD","CF","CG","CH","CI","CK","CL","CM","CN","CO","CP","CQ","CR","CU","CV","CW","CX","CY","CZ","DE","DG","DJ","DK","DM","DO","DZ","EA","EC","EE","EG","EH","ER","ES","ET","EU","EZ","FI","FJ","FK","FM","FO","FR","GA","GB","GD","GE","GF","GG","GH","GI","GL","GM","GN","GP","GQ","GR","GS","GT","GU","GW","GY","HK","HM","HN","HR","HT","HU","IC","ID","IE","IL","IM","IN","IO","IQ","IR","IS","IT","JE","JM","JO","JP","KE","KG","KH","KI","KM","KN","KP","KR","KW","KY","KZ","LA","LB","LC","LI","LK","LR","LS","LT","LU","LV","LY","MA","MC","MD","ME","MF","MG","MH","MK","ML","MM","MN","MO","MP","MQ","MR","MS","MT","MU","MV","MW","MX","MY","MZ","NA","NC","NE","NF","NG","NI","NL","NO","NP","NR","NU","NZ","OM","PA","PE","PF","PG","PH","PK","PL","PM","PN","PR","PS","PT","PW","PY","QA","QO","RE","RO","RS","RU","RW","SA","SB","SC","SD","SE","SG","SH","SI","SJ","SK","SL","SM","SN","SO","SR","SS","ST","SV","SX","SY","SZ","TA","TC","TD","TF","TG","TH","TJ","TK","TL","TM","TN","TO","TR","TT","TV","TW","TZ","UA","UG","UM","UN","US","UY","UZ","VA","VC","VE","VG","VI","VN","VU","WF","WS","XK","YE","YT","ZA","ZM","ZW"],"002":["002","002-status-grouping","011","014","015","017","018","202","AO","BF","BI","BJ","BW","CD","CF","CG","CI","CM","CV","DJ","DZ","EA","EG","EH","ER","ET","GA","GH","GM","GN","GQ","GW","IC","IO","KE","KM","LR","LS","LY","MA","MG","ML","MR","MU","MW","MZ","NA","NE","NG","RE","RW","SC","SD","SH","SL","SN","SO","SS","ST","SZ","TD","TF","TG","TN","TZ","UG","YT","ZA","ZM","ZW"],"003":["003","013","021","029","AG","AI","AW","BB","BL","BM","BQ","BS","BZ","CA","CR","CU","CW","DM","DO","GD","GL","GP","GT","HN","HT","JM","KN","KY","LC","MF","MQ","MS","MX","NI","PA","PM","PR","SV","SX","TC","TT","US","VC","VG","VI"],"005":["005","AR","BO","BR","BV","CL","CO","EC","FK","GF","GS","GY","PE","PY","SR","UY","VE"],"009":["009","053","054","057","061","AC","AQ","AS","AU","CC","CK","CP","CX","DG","FJ","FM","GU","HM","KI","MH","MP","NC","NF","NR","NU","NZ","PF","PG","PN","PW","QO","SB","TA","TK","TO","TV","UM","VU","WF","WS"],"011":["011","BF","BJ","CI","CV","GH","GM","GN","GW","LR","ML","MR","NE","NG","SH","SL","SN","TG"],"013":["013","BZ","CR","GT","HN","MX","NI","PA","SV"],"014":["014","BI","DJ","ER","ET","IO","KE","KM","MG","MU","MW","MZ","RE","RW","SC","SO","SS","TF","TZ","UG","YT","ZM","ZW"],"015":["015","DZ","EA","EG","EH","IC","LY","MA","SD","TN"],"017":["017","AO","CD","CF","CG","CM","GA","GQ","ST","TD"],"018":["018","BW","LS","NA","SZ","ZA"],"019":["003","005","013","019","019-status-grouping","021","029","419","AG","AI","AR","AW","BB","BL","BM","BO","BQ","BR","BS","BV","BZ","CA","CL","CO","CR","CU","CW","DM","DO","EC","FK","GD","GF","GL","GP","GS","GT","GY","HN","HT","JM","KN","KY","LC","MF","MQ","MS","MX","NI","PA","PE","PM","PR","PY","SR","SV","SX","TC","TT","US","UY","VC","VE","VG","VI"],"021":["021","BM","CA","GL","PM","US"],"029":["029","AG","AI","AW","BB","BL","BQ","BS","CU","CW","DM","DO","GD","GP","HT","JM","KN","KY","LC","MF","MQ","MS","PR","SX","TC","TT","VC","VG","VI"],"030":["030","CN","HK","JP","KP","KR","MN","MO","TW"],"034":["034","AF","BD","BT","IN","IR","LK","MV","NP","PK"],"035":["035","BN","ID","KH","LA","MM","MY","PH","SG","TH","TL","VN"],"039":["039","AD","AL","BA","ES","GI","GR","HR","IT","ME","MK","MT","PT","RS","SI","SM","VA","XK"],"053":["053","AU","CC","CX","HM","NF","NZ"],"054":["054","FJ","NC","PG","SB","VU"],"057":["057","FM","GU","KI","MH","MP","NR","PW","UM"],"061":["061","AS","CK","NU","PF","PN","TK","TO","TV","WF","WS"],142:["030","034","035","142","143","145","AE","AF","AM","AZ","BD","BH","BN","BT","CN","CY","GE","HK","ID","IL","IN","IQ","IR","JO","JP","KG","KH","KP","KR","KW","KZ","LA","LB","LK","MM","MN","MO","MV","MY","NP","OM","PH","PK","PS","QA","SA","SG","SY","TH","TJ","TL","TM","TR","TW","UZ","VN","YE"],143:["143","KG","KZ","TJ","TM","UZ"],145:["145","AE","AM","AZ","BH","CY","GE","IL","IQ","JO","KW","LB","OM","PS","QA","SA","SY","TR","YE"],150:["039","150","151","154","155","AD","AL","AT","AX","BA","BE","BG","BY","CH","CQ","CZ","DE","DK","EE","ES","FI","FO","FR","GB","GG","GI","GR","HR","HU","IE","IM","IS","IT","JE","LI","LT","LU","LV","MC","MD","ME","MK","MT","NL","NO","PL","PT","RO","RS","RU","SE","SI","SJ","SK","SM","UA","VA","XK"],151:["151","BG","BY","CZ","HU","MD","PL","RO","RU","SK","UA"],154:["154","AX","CQ","DK","EE","FI","FO","GB","GG","IE","IM","IS","JE","LT","LV","NO","SE","SJ"],155:["155","AT","BE","CH","DE","FR","LI","LU","MC","NL"],202:["011","014","017","018","202","AO","BF","BI","BJ","BW","CD","CF","CG","CI","CM","CV","DJ","ER","ET","GA","GH","GM","GN","GQ","GW","IO","KE","KM","LR","LS","MG","ML","MR","MU","MW","MZ","NA","NE","NG","RE","RW","SC","SH","SL","SN","SO","SS","ST","SZ","TD","TF","TG","TZ","UG","YT","ZA","ZM","ZW"],419:["005","013","029","419","AG","AI","AR","AW","BB","BL","BO","BQ","BR","BS","BV","BZ","CL","CO","CR","CU","CW","DM","DO","EC","FK","GD","GF","GP","GS","GT","GY","HN","HT","JM","KN","KY","LC","MF","MQ","MS","MX","NI","PA","PE","PR","PY","SR","SV","SX","TC","TT","UY","VC","VE","VG","VI"],EU:["AT","BE","BG","CY","CZ","DE","DK","EE","ES","EU","FI","FR","GR","HR","HU","IE","IT","LT","LU","LV","MT","NL","PL","PT","RO","SE","SI","SK"],EZ:["AT","BE","CY","DE","EE","ES","EZ","FI","FR","GR","IE","IT","LT","LU","LV","MT","NL","PT","SI","SK"],QO:["AC","AQ","CP","DG","QO","TA"],UN:["AD","AE","AF","AG","AL","AM","AO","AR","AT","AU","AZ","BA","BB","BD","BE","BF","BG","BH","BI","BJ","BN","BO","BR","BS","BT","BW","BY","BZ","CA","CD","CF","CG","CH","CI","CL","CM","CN","CO","CR","CU","CV","CY","CZ","DE","DJ","DK","DM","DO","DZ","EC","EE","EG","ER","ES","ET","FI","FJ","FM","FR","GA","GB","GD","GE","GH","GM","GN","GQ","GR","GT","GW","GY","HN","HR","HT","HU","ID","IE","IL","IN","IQ","IR","IS","IT","JM","JO","JP","KE","KG","KH","KI","KM","KN","KP","KR","KW","KZ","LA","LB","LC","LI","LK","LR","LS","LT","LU","LV","LY","MA","MC","MD","ME","MG","MH","MK","ML","MM","MN","MR","MT","MU","MV","MW","MX","MY","MZ","NA","NE","NG","NI","NL","NO","NP","NR","NZ","OM","PA","PE","PG","PH","PK","PL","PT","PW","PY","QA","RO","RS","RU","RW","SA","SB","SC","SD","SE","SG","SI","SK","SL","SM","SN","SO","SR","SS","ST","SV","SY","SZ","TD","TG","TH","TJ","TL","TM","TN","TO","TR","TT","TV","TZ","UA","UG","UN","US","UY","UZ","VC","VE","VN","VU","WS","YE","ZA","ZM","ZW"]},bS=/-u(?:-[0-9a-z]{2,8})+/gi;function bT(a,b,c){if(void 0===c&&(c=Error),!a)throw new c(b)}function bU(a,b,c){var d=b.split("-"),e=d[0],f=d[1],g=d[2],h=!0;if(g&&"$"===g[0]){var i="!"!==g[1],j=(i?c[g.slice(1)]:c[g.slice(2)]).map(function(a){return bR[a]||[a]}).reduce(function(a,b){return bP(bP([],a,!0),b,!0)},[]);h&&(h=j.indexOf(a.region||"")>1==i)}else h&&(h=!a.region||"*"===g||g===a.region);return h&&(h=!a.script||"*"===f||f===a.script),h&&(h=!a.language||"*"===e||e===a.language),h}function bV(a){return[a.language,a.script,a.region].filter(Boolean).join("-")}function bW(a,b,c){for(var d=0,e=c.matches;d<e.length;d++){var f=e[d],g=bU(a,f.desired,c.matchVariables)&&bU(b,f.supported,c.matchVariables);if(f.oneway||g||(g=bU(a,f.supported,c.matchVariables)&&bU(b,f.desired,c.matchVariables)),g){var h=10*f.distance;if(c.paradigmLocales.indexOf(bV(a))>-1!=c.paradigmLocales.indexOf(bV(b))>-1)return h-1;return h}}throw Error("No matching distance found")}function bX(a){return Intl.getCanonicalLocales(a)[0]}var bY=c(1071);function bZ(a,b,c){let d,e=new bY({headers:{"accept-language":a.get("accept-language")||void 0}}).languages();try{let a=b.slice().sort((a,b)=>b.length-a.length);d=function(a,b,c,d,e,g){"lookup"===c.localeMatcher?i=function(a,b,c){for(var d={locale:""},e=0;e<b.length;e++){var f=b[e],g=f.replace(bS,""),h=function(a,b){for(var c=b;;){if(a.indexOf(c)>-1)return c;var d=c.lastIndexOf("-");if(!~d)return;d>=2&&"-"===c[d-2]&&(d-=2),c=c.slice(0,d)}}(a,g);if(h)return d.locale=h,f!==g&&(d.extension=f.slice(g.length,f.length)),d}return d.locale=c(),d}(Array.from(a),b,g):(k=Array.from(a),n=[],o=b.reduce(function(a,b){var c=b.replace(bS,"");return n.push(c),a[c]=b,a},{}),(void 0===p&&(p=838),q=1/0,r={matchedDesiredLocale:"",distances:{}},n.forEach(function(a,b){r.distances[a]||(r.distances[a]={}),k.forEach(function(c){var d,e,g,h,i,j,k=(d=new Intl.Locale(a).maximize(),e=new Intl.Locale(c).maximize(),g={language:d.language,script:d.script||"",region:d.region||""},h={language:e.language,script:e.script||"",region:e.region||""},i=0,j=function(){var a,b;if(!f){var c=null==(b=null==(a=bQ.supplemental.languageMatching["written-new"][0])?void 0:a.paradigmLocales)?void 0:b._locales.split(" "),d=bQ.supplemental.languageMatching["written-new"].slice(1,5);f={matches:bQ.supplemental.languageMatching["written-new"].slice(5).map(function(a){var b=Object.keys(a)[0],c=a[b];return{supported:b,desired:c._desired,distance:+c._distance,oneway:"true"===c.oneway}},{}),matchVariables:d.reduce(function(a,b){var c=Object.keys(b)[0],d=b[c];return a[c.slice(1)]=d._value.split("+"),a},{}),paradigmLocales:bP(bP([],c,!0),c.map(function(a){return new Intl.Locale(a.replace(/_/g,"-")).maximize().toString()}),!0)}}return f}(),g.language!==h.language&&(i+=bW({language:d.language,script:"",region:""},{language:e.language,script:"",region:""},j)),g.script!==h.script&&(i+=bW({language:d.language,script:g.script,region:""},{language:e.language,script:g.script,region:""},j)),g.region!==h.region&&(i+=bW(g,h,j)),i+0+40*b);r.distances[a][c]=k,k<q&&(q=k,r.matchedDesiredLocale=a,r.matchedSupportedLocale=c)})}),q>=p&&(r.matchedDesiredLocale=void 0,r.matchedSupportedLocale=void 0),s=r).matchedSupportedLocale&&s.matchedDesiredLocale&&(l=s.matchedSupportedLocale,m=o[s.matchedDesiredLocale].slice(s.matchedDesiredLocale.length)||void 0),i=l?{locale:l,extension:m}:{locale:g()}),null==i&&(i={locale:g(),extension:""});var h,i,j,k,l,m,n,o,p,q,r,s,t=i.locale,u=e[t],v={locale:"en",dataLocale:t};j=i.extension?function(a){bT(a===a.toLowerCase(),"Expected extension to be lowercase"),bT("-u-"===a.slice(0,3),"Expected extension to be a Unicode locale extension");for(var b,c=[],d=[],e=a.length,f=3;f<e;){var g=a.indexOf("-",f),h=void 0;h=-1===g?e-f:g-f;var i=a.slice(f,f+h);bT(h>=2,"Expected a subtag to have at least 2 characters"),void 0===b&&2!=h?-1===c.indexOf(i)&&c.push(i):2===h?(b={key:i,value:""},void 0===d.find(function(a){return a.key===(null==b?void 0:b.key)})&&d.push(b)):(null==b?void 0:b.value)===""?b.value=i:(bT(void 0!==b,"Expected keyword to be defined"),b.value+="-"+i),f+=h+1}return{attributes:c,keywords:d}}(i.extension).keywords:[];for(var w=[],x=function(a){var b,d,e=null!=(h=null==u?void 0:u[a])?h:[];bT(Array.isArray(e),"keyLocaleData for ".concat(a," must be an array"));var f=e[0];bT(void 0===f||"string"==typeof f,"value must be a string or undefined");var g=void 0,i=j.find(function(b){return b.key===a});if(i){var k=i.value;""!==k?e.indexOf(k)>-1&&(g={key:a,value:f=k}):e.indexOf("true")>-1&&(g={key:a,value:f="true"})}var l=c[a];bT(null==l||"string"==typeof l,"optionsValue must be a string or undefined"),"string"==typeof l&&(b=a.toLowerCase(),d=l.toLowerCase(),bT(void 0!==b,"ukey must be defined"),""===(l=d)&&(l="true")),l!==f&&e.indexOf(l)>-1&&(f=l,g=void 0),g&&w.push(g),v[a]=f},y=0;y<d.length;y++)x(d[y]);return w.length>0&&(t=function(a,b,c){bT(-1===a.indexOf("-u-"),"Expected locale to not have a Unicode locale extension");for(var d,e="-u",f=0;f<b.length;f++){var g=b[f];e+="-".concat(g)}for(var h=0;h<c.length;h++){var i=c[h],j=i.key,k=i.value;e+="-".concat(j),""!==k&&(e+="-".concat(k))}if("-u"===e)return bX(a);var l=a.indexOf("-x-");return bX(-1===l?a+e:a.slice(0,l)+e+a.slice(l))}(t,[],w)),v.locale=t,v}(a,Intl.getCanonicalLocales(e),{localeMatcher:"best fit"},[],{},function(){return c}).locale}catch{}return d}function b$(a,b){if(a.localeCookie&&b.has(a.localeCookie.name)){let c=b.get(a.localeCookie.name)?.value;if(c&&a.locales.includes(c))return c}}function b_(a,b,c,d){let e;return d&&(e=bK(d,a.locales,a.localePrefix)?.locale),!e&&a.localeDetection&&(e=b$(a,c)),!e&&a.localeDetection&&(e=bZ(b,a.locales,a.defaultLocale)),e||(e=a.defaultLocale),e}var b0=c(108),b1=c(7738);let b2=c(1467).s;function b3(a,b,c){void 0===c&&(c=b0.Q.TemporaryRedirect);let d=Object.defineProperty(Error(b1.oJ),"__NEXT_ERROR_CODE",{value:"E394",enumerable:!1,configurable:!0});return d.digest=b1.oJ+";"+b+";"+a+";"+c+";",d}function b4(a,b){var c;throw null!=b||(b=(null==b2||null==(c=b2.getStore())?void 0:c.isAction)?b1.zB.push:b1.zB.replace),b3(a,b,b0.Q.TemporaryRedirect)}function b5(a,b){throw void 0===b&&(b=b1.zB.replace),b3(a,b,b0.Q.PermanentRedirect)}var b6=c(2616);let b7=""+b6.s8+";404";b6.s8,b6.s8,c(7541).X;var b8=c(5676),b9=c.t(b8,2)["use".trim()];let ca=(0,c(219).YR)(function(){throw Error("Attempted to call the default export of \"/Users/su5ed/Source/ModdedWiki/Wiki/node_modules/.pnpm/next-intl@4.3.4_next@15.5.9_@babel+core@7.28.0_@opentelemetry+api@1.9.0_react-dom@19.1._f5345ae352235365d794ba215ee17efd/node_modules/next-intl/dist/esm/production/navigation/shared/BaseLink.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/Users/su5ed/Source/ModdedWiki/Wiki/node_modules/.pnpm/next-intl@4.3.4_next@15.5.9_@babel+core@7.28.0_@opentelemetry+api@1.9.0_react-dom@19.1._f5345ae352235365d794ba215ee17efd/node_modules/next-intl/dist/esm/production/navigation/shared/BaseLink.js","default");function cb(a){let b=new URLSearchParams;for(let[c,d]of Object.entries(a))Array.isArray(d)?d.forEach(a=>{b.append(c,String(a))}):b.set(c,String(d));return"?"+b.toString()}var cc=c(1251);function cd(a,b,c,d){var e=null==d||"number"==typeof d||"boolean"==typeof d?d:c(d),f=b.get(e);return void 0===f&&(f=a.call(this,d),b.set(e,f)),f}function ce(a,b,c){var d=Array.prototype.slice.call(arguments,3),e=c(d),f=b.get(e);return void 0===f&&(f=a.apply(this,d),b.set(e,f)),f}var cf=function(){return JSON.stringify(arguments)},cg=function(){function a(){this.cache=Object.create(null)}return a.prototype.get=function(a){return this.cache[a]},a.prototype.set=function(a,b){this.cache[a]=b},a}(),ch={create:function(){return new cg}},ci={variadic:function(a,b){var c,d;return c=b.cache.create(),d=b.serializer,ce.bind(this,a,c,d)},monadic:function(a,b){var c,d;return c=b.cache.create(),d=b.serializer,cd.bind(this,a,c,d)}},cj=function(a){return a.MISSING_MESSAGE="MISSING_MESSAGE",a.MISSING_FORMAT="MISSING_FORMAT",a.ENVIRONMENT_FALLBACK="ENVIRONMENT_FALLBACK",a.INSUFFICIENT_PATH="INSUFFICIENT_PATH",a.INVALID_MESSAGE="INVALID_MESSAGE",a.INVALID_KEY="INVALID_KEY",a.FORMATTING_ERROR="FORMATTING_ERROR",a}(cj||{});function ck(a){return function(...a){return a.filter(Boolean).join(".")}(a.namespace,a.key)}function cl(a){console.error(a)}function cm(a,b){return function(a,b){var c,d,e;return d=(c={cache:{create:()=>({get:a=>b[a],set(a,c){b[a]=c}})},strategy:ci.variadic}).cache?c.cache:ch,e=c&&c.serializer?c.serializer:cf,(c&&c.strategy?c.strategy:function(a,b){var c,d,e=1===a.length?cd:ce;return c=b.cache.create(),d=b.serializer,e.bind(this,a,c,d)})(a,{cache:d,serializer:e})}((...b)=>new a(...b),b)}let cn={current:null},co="function"==typeof b8.cache?b8.cache:a=>a,cp=console.warn;function cq(a){return function(...b){cp(a(...b))}}co(a=>{try{cp(cn.current)}finally{cn.current=null}});new WeakMap;cq(function(a,b){let c=a?`Route "${a}" `:"This route ";return Object.defineProperty(Error(`${c}used ${b}. \`cookies()\` should be awaited before using its value. Learn more: https://nextjs.org/docs/messages/sync-dynamic-apis`),"__NEXT_ERROR_CODE",{value:"E223",enumerable:!1,configurable:!0})});let cr=new WeakMap;function cs(a){let b=cr.get(a);if(b)return b;let c=Promise.resolve(a);return cr.set(a,c),Object.defineProperties(c,{append:{value:a.append.bind(a)},delete:{value:a.delete.bind(a)},get:{value:a.get.bind(a)},has:{value:a.has.bind(a)},set:{value:a.set.bind(a)},getSetCookie:{value:a.getSetCookie.bind(a)},forEach:{value:a.forEach.bind(a)},keys:{value:a.keys.bind(a)},values:{value:a.values.bind(a)},entries:{value:a.entries.bind(a)},[Symbol.iterator]:{value:a[Symbol.iterator].bind(a)}}),c}cq(function(a,b){let c=a?`Route "${a}" `:"This route ";return Object.defineProperty(Error(`${c}used ${b}. \`headers()\` should be awaited before using its value. Learn more: https://nextjs.org/docs/messages/sync-dynamic-apis`),"__NEXT_ERROR_CODE",{value:"E277",enumerable:!1,configurable:!0})}),c(2737),new WeakMap,cq(function(a,b){let c=a?`Route "${a}" `:"This route ";return Object.defineProperty(Error(`${c}used ${b}. \`draftMode()\` should be awaited before using its value. Learn more: https://nextjs.org/docs/messages/sync-dynamic-apis`),"__NEXT_ERROR_CODE",{value:"E377",enumerable:!1,configurable:!0})});let ct=(0,b8.cache)(function(){return{locale:void 0}}),cu=(0,b8.cache)(async function(){let a=function a(){let b="headers",c=$.J.getStore(),d=aL.FP.getStore();if(c){if(d&&"after"===d.phase&&!bh())throw Object.defineProperty(Error(`Route ${c.route} used "headers" inside "after(...)". This is not supported. If you need this data inside an "after" callback, use "headers" outside of the callback. See more info here: https://nextjs.org/docs/canary/app/api-reference/functions/after`),"__NEXT_ERROR_CODE",{value:"E367",enumerable:!1,configurable:!0});if(c.forceStatic)return cs(Z.seal(new Headers({})));if(d)switch(d.type){case"cache":{let b=Object.defineProperty(Error(`Route ${c.route} used "headers" inside "use cache". Accessing Dynamic data sources inside a cache scope is not supported. If you need this data inside a cached function use "headers" outside of the cached function and pass the required dynamic data in as an argument. See more info here: https://nextjs.org/docs/messages/next-request-in-use-cache`),"__NEXT_ERROR_CODE",{value:"E304",enumerable:!1,configurable:!0});throw Error.captureStackTrace(b,a),c.invalidDynamicUsageError??=b,b}case"private-cache":{let b=Object.defineProperty(Error(`Route ${c.route} used "headers" inside "use cache: private". Accessing "headers" inside a private cache scope is not supported. If you need this data inside a cached function use "headers" outside of the cached function and pass the required dynamic data in as an argument. See more info here: https://nextjs.org/docs/messages/next-request-in-use-cache`),"__NEXT_ERROR_CODE",{value:"E742",enumerable:!1,configurable:!0});throw Error.captureStackTrace(b,a),c.invalidDynamicUsageError??=b,b}case"unstable-cache":throw Object.defineProperty(Error(`Route ${c.route} used "headers" inside a function cached with "unstable_cache(...)". Accessing Dynamic data sources inside a cache scope is not supported. If you need this data inside a cached function use "headers" outside of the cached function and pass the required dynamic data in as an argument. See more info here: https://nextjs.org/docs/app/api-reference/functions/unstable_cache`),"__NEXT_ERROR_CODE",{value:"E127",enumerable:!1,configurable:!0})}if(c.dynamicShouldError)throw Object.defineProperty(new bf.f(`Route ${c.route} with \`dynamic = "error"\` couldn't be rendered statically because it used \`headers\`. See more info here: https://nextjs.org/docs/app/building-your-application/rendering/static-and-dynamic#dynamic-rendering`),"__NEXT_ERROR_CODE",{value:"E525",enumerable:!1,configurable:!0});if(d)switch(d.type){case"prerender":case"prerender-runtime":var e=c,f=d;let g=cr.get(f);if(g)return g;let h=(0,bg.W5)(f.renderSignal,e.route,"`headers()`");return cr.set(f,h),h;case"prerender-client":let i="`headers`";throw Object.defineProperty(new aO.z(`${i} must not be used within a client component. Next.js should be preventing ${i} from being included in client components statically, but did not in this case.`),"__NEXT_ERROR_CODE",{value:"E693",enumerable:!1,configurable:!0});case"prerender-ppr":return(0,be.Ui)(c.route,b,d.dynamicTracking);case"prerender-legacy":return(0,be.xI)(b,c,d);case"request":return(0,be.Pk)(d),cs(d.headers)}}(0,aL.M1)(b)}();return bG(a)?await a:a}),cv=(0,b8.cache)(async function(){let a;try{a=(await cu()).get(bu)||void 0}catch(a){if(a instanceof Error&&"DYNAMIC_SERVER_USAGE"===a.digest){let b=Error("Usage of next-intl APIs in Server Components currently opts into dynamic rendering. This limitation will eventually be lifted, but as a stopgap solution, you can use the `setRequestLocale` API to enable static rendering, see https://next-intl.dev/docs/getting-started/app-router/with-i18n-routing#static-rendering",{cause:a});throw b.digest=a.digest,b}throw a}return a});async function cw(){return ct().locale||await cv()}var cx=["title"],cy=["title"],cz=["title"],cA=["title"],cB=["title"],cC=["title"],cD=["title"],cE=["title"],cF=["title"],cG=["title"],cH=["title"],cI=["title"],cJ=["title"],cK=["title"],cL=["title"],cM=["title"],cN=["title"];function cO(){return(cO=Object.assign||function(a){for(var b=1;b<arguments.length;b++){var c=arguments[b];for(var d in c)Object.prototype.hasOwnProperty.call(c,d)&&(a[d]=c[d])}return a}).apply(this,arguments)}function cP(a,b){if(null==a)return{};var c,d,e=function(a,b){if(null==a)return{};var c,d,e={},f=Object.keys(a);for(d=0;d<f.length;d++)c=f[d],b.indexOf(c)>=0||(e[c]=a[c]);return e}(a,b);if(Object.getOwnPropertySymbols){var f=Object.getOwnPropertySymbols(a);for(d=0;d<f.length;d++)c=f[d],!(b.indexOf(c)>=0)&&Object.prototype.propertyIsEnumerable.call(a,c)&&(e[c]=a[c])}return e}var cQ=function(a){var b=a.title,c=cP(a,cx);return b8.createElement("svg",cO({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},c),b&&b8.createElement("title",null,b),b8.createElement("path",{fill:"#D80027",d:"M0 0h513v342H0z"}),b8.createElement("path",{d:"m226.8 239.2-9.7-15.6-17.9 4.4 11.9-14.1-9.7-15.6 17.1 6.9 11.8-14.1-1.3 18.4 17.1 6.9-17.9 4.4zM290.6 82l-10.1 15.4 11.6 14.3-17.7-4.8-10.1 15.5-1-18.4-17.7-4.8 17.2-6.6-1-18.4 11.6 14.3zm-54.4-56.6-2 18.3 16.8 7.6-18 3.8-2 18.3-9.2-16-17.9 3.8 12.3-13.7-9.2-15.9 16.8 7.5zm56.6 136.4-14.9 10.9 5.8 17.5-14.9-10.8-14.9 11 5.6-17.6-14.9-10.7 18.4-.1 5.6-17.6 5.8 17.5zM115 46.3l17.3 53.5h56.2l-45.4 32.9 17.3 53.5-45.4-33-45.5 33 17.4-53.5-45.5-32.9h56.3z",fill:"#FFDA44"}))},cR=function(a){var b=a.title,c=cP(a,cy);return b8.createElement("svg",cO({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},c),b&&b8.createElement("title",null,b),b8.createElement("path",{fill:"#11457e",d:"M0 0h513v342H0z"}),b8.createElement("path",{fill:"#d7141a",d:"M513 171v171H0l256.5-171z"}),b8.createElement("path",{fill:"#FFF",d:"M513 0v171H256.5L0 0z"}))},cS=function(a){var b=a.title,c=cP(a,cz);return b8.createElement("svg",cO({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},c),b&&b8.createElement("title",null,b),b8.createElement("path",{fill:"#D80027",d:"M0 0h513v342H0z"}),b8.createElement("path",{d:"M0 0h513v114H0z"}),b8.createElement("path",{fill:"#FFDA44",d:"M0 228h513v114H0z"}))},cT=function(a){var b=a.title,c=cP(a,cA);return b8.createElement("svg",cO({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 22.5 15"},c),b&&b8.createElement("title",null,b),b8.createElement("path",{fill:"#FFF",d:"M0 0h22.5v15H0V0z"}),b8.createElement("path",{fill:"#D03433",d:"M0 0h22.5v4H0V0zm0 11h22.5v4H0v-4z"}),b8.createElement("path",{fill:"#FBCA46",d:"M0 4h22.5v7H0V4z"}),b8.createElement("path",{fill:"#FFF",d:"M7.8 7h1v.5h-1V7z"}),b8.createElement("path",{fill:"#A41517",d:"M7.2 8.5c0 .3.3.5.6.5s.6-.2.6-.5L8.5 7H7.1l.1 1.5zM6.6 7c0-.3.2-.5.4-.5h1.5c.3 0 .5.2.5.4V7l-.1 1.5c-.1.6-.5 1-1.1 1-.6 0-1-.4-1.1-1L6.6 7z"}),b8.createElement("path",{fill:"#A41517",d:"M6.8 7.5h2V8h-.5l-.5 1-.5-1h-.5v-.5zM5.3 6h1v3.5h-1V6zm4 0h1v3.5h-1V6zm-2.5-.5c0-.3.2-.5.5-.5h1c.3 0 .5.2.5.5v.2c0 .2-.1.3-.3.3H7c-.1 0-.2-.1-.2-.2v-.3z"}))},cU=function(a){var b=a.title,c=cP(a,cB);return b8.createElement("svg",cO({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},c),b&&b8.createElement("title",null,b),b8.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),b8.createElement("path",{fill:"#00318A",d:"M0 0h171v342H0z"}),b8.createElement("path",{fill:"#D80027",d:"M342 0h171v342H342z"}))},cV=function(a){var b=a.title,c=cP(a,cC);return b8.createElement("svg",cO({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},c),b&&b8.createElement("title",null,b),b8.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),b8.createElement("path",{fill:"#D80027",d:"M0 0h513v114H0z"}),b8.createElement("path",{fill:"#6DA544",d:"M0 228h513v114H0z"}))},cW=function(a){var b=a.title,c=cP(a,cD);return b8.createElement("svg",cO({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},c),b&&b8.createElement("title",null,b),b8.createElement("path",{fill:"#F4F5F0",d:"M342 0H0v341.3h512V0z"}),b8.createElement("path",{fill:"#008C45",d:"M0 0h171v342H0z"}),b8.createElement("path",{fill:"#CD212A",d:"M342 0h171v342H342z"}))},cX=function(a){var b=a.title,c=cP(a,cE);return b8.createElement("svg",cO({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},c),b&&b8.createElement("title",null,b),b8.createElement("path",{fill:"#FFF",d:"M0 0h512v342H0z"}),b8.createElement("circle",{fill:"#D80027",cx:256.5,cy:171,r:96}))},cY=function(a){var b=a.title,c=cP(a,cF);return b8.createElement("svg",cO({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 900 600"},c),b&&b8.createElement("title",null,b),b8.createElement("path",{fill:"#FFF",d:"M0 0h900v600H0z"}),b8.createElement("g",{transform:"rotate(-56.31)"},b8.createElement("path",{d:"M-75 228.3H75m-150 37.5H75m-150 37.5H75m-150 475H75m-150 37.5H75m-150 37.5H75",stroke:"#000",strokeWidth:25}),b8.createElement("path",{stroke:"#FFF",strokeWidth:12.5,d:"M0 753.3v125"}),b8.createElement("circle",{fill:"#ca163a",cy:540.8,r:150}),b8.createElement("path",{fill:"#0e4896",d:"M0 390.8c-41.4 0-75 33.6-75 75s33.6 75 75 75 75 33.6 75 75-33.6 75-75 75c-82.8 0-150-67.2-150-150s67.2-150 150-150z"})),b8.createElement("path",{d:"m231.56 535.73-83.205-124.808M262.76 514.928l-83.205-124.807m114.407 104.006-83.205-124.808m478.43-138.675-83.205-124.807M720.39 209.843 637.184 85.036m114.407 104.006L668.386 64.234",stroke:"#000",strokeWidth:25}),b8.createElement("path",{stroke:"#FFF",strokeWidth:12.5,d:"m205.6 462.897 31.202-20.8m389.981-259.989 36.444-24.296m31.202-20.801 31.202-20.801"}))},cZ=function(a){var b=a.title,c=cP(a,cG);return b8.createElement("svg",cO({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},c),b&&b8.createElement("title",null,b),b8.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),b8.createElement("path",{d:"M0 0h513v24.4H0zm0 48.9h513v24.4H0zm0 48.8h513v24.4H0zm0 48.9h513V171H0zm0 48.8h513v24.4H0zm0 48.9h513v24.4H0zm0 48.8h513v24.4H0z",fill:"#c00"}),b8.createElement("path",{fill:"#006",d:"M0 0h256.5v195.4H0z"}),b8.createElement("path",{d:"M153.3 42.1C122.6 30.7 88.5 46.3 77.1 77s4.2 64.8 34.9 76.2c13.3 5 28 5 41.4 0-30.7 24.5-75.4 19.6-100-11.1s-19.6-75.4 11.1-100c26-20.7 62.9-20.7 88.8 0zm26.7 75-20.6 23.3 5.4-30.6-31-1.6 27.3-14.9L143 68l28.6 12 8.4-29.9 8.4 29.9L217 68l-18 25.4 27.3 14.9-31 1.6 5.4 30.6-20.7-23.4z",fill:"#fc0"}))},c$=function(a){var b=a.title,c=cP(a,cH);return b8.createElement("svg",cO({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},c),b&&b8.createElement("title",null,b),b8.createElement("g",{fill:"#FFF"},b8.createElement("path",{d:"M0 85.337h512v341.326H0z"}),b8.createElement("path",{d:"M0 85.337h512V256H0z"})),b8.createElement("path",{fill:"#D80027",d:"M0 256h512v170.663H0z"}))},c_=function(a){var b=a.title,c=cP(a,cI);return b8.createElement("svg",cO({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},c),b&&b8.createElement("title",null,b),b8.createElement("path",{fill:"#FFF",d:"M0 85.33v341.332h512V85.33z"}),b8.createElement("path",{fill:"#0052B4",d:"M0 85.333h512V426.67H0z"}),b8.createElement("path",{fill:"#FFF",d:"M0 85.333h512v113.775H0z"}),b8.createElement("path",{fill:"#D80027",d:"M0 312.884h512v113.775H0z"}))},c0=function(a){var b=a.title,c=cP(a,cJ);return b8.createElement("svg",cO({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},c),b&&b8.createElement("title",null,b),b8.createElement("path",{fill:"#0052B4",d:"M0 85.333h512V426.67H0z"}),b8.createElement("path",{fill:"#FFDA44",d:"M192 85.33h-64v138.666H0v64h128v138.666h64V287.996h320v-64H192z"}))},c1=function(a){var b=a.title,c=cP(a,cK);return b8.createElement("svg",cO({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},c),b&&b8.createElement("title",null,b),b8.createElement("path",{fill:"#E30A17",d:"M0 0h513v342H0z"}),b8.createElement("path",{fill:"#FFF",d:"M259.7 118.6c-13.1-9.5-29-14.6-45.3-14.5-40.8 0-73.8 30.8-73.8 68.9s33.1 68.9 73.8 68.9c17.1 0 32.9-5.4 45.3-14.5-30 38.6-85.7 45.6-124.3 15.5s-45.6-85.7-15.5-124.3 85.7-45.6 124.3-15.5c5.8 4.5 11 9.8 15.5 15.5zm39.9 65.8-18.1 21.9 1.2-28.4-26.4-10.4 27.3-7.6 1.8-28.3 15.6 23.7 27.5-7.1-17.5 22 15.3 23.9-26.7-9.7z"}))},c2=function(a){var b=a.title,c=cP(a,cL);return b8.createElement("svg",cO({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},c),b&&b8.createElement("title",null,b),b8.createElement("path",{fill:"#D80027",d:"M0 85.337h512v341.326H0z"}),b8.createElement("path",{fill:"#0052B4",d:"M0 85.337h256V256H0z"}),b8.createElement("path",{fill:"#FFF",d:"M186.435 170.669 162.558 181.9l12.714 23.125-25.927-4.961-3.286 26.192L128 206.993l-18.06 19.263-3.285-26.192-25.927 4.96 12.714-23.125-23.877-11.23 23.877-11.231-12.714-23.125 25.927 4.96 3.286-26.192L128 134.344l18.06-19.263 3.285 26.192 25.928-4.96-12.715 23.125z"}),b8.createElement("circle",{fill:"#0052B4",cx:128,cy:170.674,r:29.006}),b8.createElement("path",{fill:"#FFF",d:"M128 190.06c-10.692 0-19.391-8.7-19.391-19.391 0-10.692 8.7-19.391 19.391-19.391 10.692 0 19.391 8.7 19.391 19.391 0 10.691-8.699 19.391-19.391 19.391z"}))},c3=function(a){var b=a.title,c=cP(a,cM);return b8.createElement("svg",cO({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},c),b&&b8.createElement("title",null,b),b8.createElement("path",{fill:"#FFDA44",d:"M0 85.337h512v341.326H0z"}),b8.createElement("path",{fill:"#338AF3",d:"M0 85.337h512V256H0z"}))},c4=function(a){var b=a.title,c=cP(a,cN);return b8.createElement("svg",cO({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},c),b&&b8.createElement("title",null,b),b8.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),b8.createElement("path",{d:"M0 0h513v26.3H0zm0 52.6h513v26.3H0zm0 52.6h513v26.3H0zm0 52.6h513v26.3H0zm0 52.7h513v26.3H0zm0 52.6h513v26.3H0zm0 52.6h513V342H0z",fill:"#D80027"}),b8.createElement("path",{fill:"#2E52B2",d:"M0 0h256.5v184.1H0z"}),b8.createElement("path",{d:"m47.8 138.9-4-12.8-4.4 12.8H26.2l10.7 7.7-4 12.8 10.9-7.9 10.6 7.9-4.1-12.8 10.9-7.7zm56.3 0-4.1-12.8-4.2 12.8H82.6l10.7 7.7-4 12.8 10.7-7.9 10.8 7.9-4-12.8 10.7-7.7zm56.5 0-4.3-12.8-4 12.8h-13.5l11 7.7-4.2 12.8 10.7-7.9 11 7.9-4.2-12.8 10.7-7.7zm56.2 0-4-12.8-4.2 12.8h-13.3l10.8 7.7-4 12.8 10.7-7.9 10.8 7.9-4.3-12.8 11-7.7zM100 75.3l-4.2 12.8H82.6L93.3 96l-4 12.6 10.7-7.8 10.8 7.8-4-12.6 10.7-7.9h-13.4zm-56.2 0-4.4 12.8H26.2L36.9 96l-4 12.6 10.9-7.8 10.6 7.8L50.3 96l10.9-7.9H47.8zm112.5 0-4 12.8h-13.5l11 7.9-4.2 12.6 10.7-7.8 11 7.8-4.2-12.6 10.7-7.9h-13.2zm56.5 0-4.2 12.8h-13.3l10.8 7.9-4 12.6 10.7-7.8 10.8 7.8-4.3-12.6 11-7.9h-13.5zm-169-50.6-4.4 12.6H26.2l10.7 7.9-4 12.7L43.8 50l10.6 7.9-4.1-12.7 10.9-7.9H47.8zm56.2 0-4.2 12.6H82.6l10.7 7.9-4 12.7L100 50l10.8 7.9-4-12.7 10.7-7.9h-13.4zm56.3 0-4 12.6h-13.5l11 7.9-4.2 12.7 10.7-7.9 11 7.9-4.2-12.7 10.7-7.9h-13.2zm56.5 0-4.2 12.6h-13.3l10.8 7.9-4 12.7 10.7-7.9 10.8 7.9-4.3-12.7 11-7.9h-13.5z",fill:"#FFF"}))};function c5(){return{en:{name:"English",file:"en_US",icon:c4},de:{name:"Deutsch",file:"de_DE",icon:cS},fr:{name:"Fran\xe7ais",file:"fr_FR",icon:cU},es:{name:"Espa\xf1ol",file:"es_ES",crowdin:"es-ES",icon:cT},it:{name:"Italiano",file:"it_IT",icon:cW},cs:{name:"Čeština",file:"cs_CZ",icon:cR},hu:{name:"Magyar",file:"hu_HU",icon:cV},pl:{name:"Polski",file:"pl_PL",icon:c$},ms:{name:"Bahasa Melayu",file:"ms_MY",icon:cZ},"ms-Arab":{name:"بهاس ملايو",file:"ms_Arab",prefix:"ms_Ar",icon:cZ,rtl:!0},tr:{name:"T\xfcrk\xe7e",file:"tr_TR",icon:c1},sv:{name:"Svenska",file:"sv_SE",crowdin:"sv-SE",icon:c0},uk:{name:"Українська",file:"uk_UA",icon:c3},ru:{name:"Русский",file:"ru_RU",icon:c_},ja:{name:"日本語",file:"ja_JP",icon:cX},ko:{name:"한국어",file:"ko_KR",icon:cY},"zh-CN":{name:"简体中文",file:"zh_CN",prefix:"zh_cn",icon:cQ},"zh-TW":{name:"繁體中文",file:"zh_TW",prefix:"zh_tw",icon:c2}}}let c6={getNextIntlLocales:function(){return Object.keys(c5())},getPathPrefixes:function(){return Object.entries(c5()).filter(a=>void 0!==a[1].prefix).reduce((a,b)=>({...a,[b[0]]:"/"+b[1].prefix}),{})},getForUrlParam:function(a){return Object.entries(c5()).find(b=>b[0]===a||b[1].prefix===a)?.[1]}};var c7=c(6281),c8=c.n(c7);let c9=async({requestLocale:a})=>{let b=await a??"locale",d=c6.getForUrlParam(b);d||(console.error("Locale not found:",b),function(){let a=Object.defineProperty(Error(b7),"__NEXT_ERROR_CODE",{value:"E394",enumerable:!1,configurable:!0});throw a.digest=b7,a}());let e=(await c(8994)(`./${d.file}.json`)).default,f=(await Promise.resolve().then(c.t.bind(c,9286,19))).default;return{locale:b,messages:c8()(f,e)}},da=(0,b8.cache)(function(){return Intl.DateTimeFormat().resolvedOptions().timeZone}),db=(0,b8.cache)(async function(a,b){let c=a({locale:b,get requestLocale(){return b?Promise.resolve(b):cw()}});if(bG(c)&&(c=await c),!c.locale)throw Error("No locale was returned from `getRequestConfig`.\n\nSee https://next-intl.dev/docs/usage/configuration#i18n-request");return c}),dc=(0,b8.cache)(function(a){return{getDateTimeFormat:cm(Intl.DateTimeFormat,a.dateTime),getNumberFormat:cm(Intl.NumberFormat,a.number),getPluralRules:cm(Intl.PluralRules,a.pluralRules),getRelativeTimeFormat:cm(Intl.RelativeTimeFormat,a.relativeTime),getListFormat:cm(Intl.ListFormat,a.list),getDisplayNames:cm(Intl.DisplayNames,a.displayNames)}}),dd=(0,b8.cache)(function(){return{dateTime:{},number:{},message:{},relativeTime:{},pluralRules:{},list:{},displayNames:{}}}),de=(0,b8.cache)(async function(a){let b=await db(c9,a);return{...function({formats:a,getMessageFallback:b,messages:c,onError:d,...e}){return{...e,formats:a||void 0,messages:c||void 0,onError:d||cl,getMessageFallback:b||ck}}(b),_formatters:dc(dd()),timeZone:b.timeZone||da()}});async function df(){return(await de()).locale}let dg={locales:c6.getNextIntlLocales(),defaultLocale:"en",localePrefix:{mode:"always",prefixes:c6.getPathPrefixes()}},{Link:dh,redirect:di,usePathname:dj,useRouter:dk}=function(a){let{config:b,...c}=function(a,b){let c=bt(b||{}),d=c.pathnames,e=(0,b8.forwardRef)(function({href:b,locale:e,...g},h){let i,j;"object"==typeof b?(i=b.pathname,j=b.params):i=b;let k=bv(b),l=a(),m=bG(l)?b9(l):l,n=k?f({locale:e||m,href:null==d?i:{pathname:i,params:j},forcePrefix:null!=e||void 0}):i;return(0,cc.jsx)(ca,{ref:h,href:"object"==typeof b?{...b,pathname:n}:n,locale:e,localeCookie:c.localeCookie,...g})});function f(a){let b,{forcePrefix:e,href:f,locale:g}=a;return null==d?"object"==typeof f?(b=f.pathname,f.query&&(b+=cb(f.query))):b=f:b=function({pathname:a,locale:b,params:c,pathnames:d,query:e}){function f(a){let f,g=d[a];return g?(f=bx(g,b,a),c&&Object.entries(c).forEach(([a,b])=>{let c,d;Array.isArray(b)?(c=`(\\[)?\\[...${a}\\](\\])?`,d=b.map(a=>String(a)).join("/")):(c=`\\[${a}\\]`,d=String(b)),f=f.replace(RegExp(c,"g"),d)}),f=(f=f.replace(/\[\[\.\.\..+\]\]/g,"")).split("/").map(a=>encodeURIComponent(a)).join("/")):f=a,f=by(f),e&&(f+=cb(e)),f}if("string"==typeof a)return f(a);{let{pathname:b,...c}=a;return{...c,pathname:f(b)}}}({locale:g,..."string"==typeof f?{pathname:f}:f,pathnames:c.pathnames}),function(a,b,c,d){let e,{mode:f}=c.localePrefix;return void 0!==d?e=d:bv(a)&&("always"===f?e=!0:"as-needed"===f&&(e=c.domains?!c.domains.some(a=>a.defaultLocale===b):b!==c.defaultLocale)),e?bw(bA(b,c.localePrefix),a):a}(b,g,c,e)}function g(a){return function(b,...c){return a(f(b),...c)}}return{config:c,Link:e,redirect:g(b4),permanentRedirect:g(b5),getPathname:f}}(df,a);function d(a){return()=>{throw Error(`\`${a}\` is not supported in Server Components. You can use this hook if you convert the calling component to a Client Component.`)}}return{...c,usePathname:d("usePathname"),useRouter:d("useRouter")}}(dg),dl="sessionid",dm={isAuthenticated:function(a){return a.has(dl)}};function dn(a){for(var b=1;b<arguments.length;b++){var c=arguments[b];for(var d in c)a[d]=c[d]}return a}(function a(b,c){function d(a,d,e){if("undefined"!=typeof document){"number"==typeof(e=dn({},c,e)).expires&&(e.expires=new Date(Date.now()+864e5*e.expires)),e.expires&&(e.expires=e.expires.toUTCString()),a=encodeURIComponent(a).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var f="";for(var g in e)e[g]&&(f+="; "+g,!0!==e[g]&&(f+="="+e[g].split(";")[0]));return document.cookie=a+"="+b.write(d,a)+f}}return Object.create({set:d,get:function(a){if("undefined"!=typeof document&&(!arguments.length||a)){for(var c=document.cookie?document.cookie.split("; "):[],d={},e=0;e<c.length;e++){var f=c[e].split("="),g=f.slice(1).join("=");try{var h=decodeURIComponent(f[0]);if(d[h]=b.read(g,h),a===h)break}catch(a){}}return a?d[a]:d}},remove:function(a,b){d(a,"",dn({},b,{expires:-1}))},withAttributes:function(b){return a(this.converter,dn({},this.attributes,b))},withConverter:function(b){return a(dn({},this.converter,b),this.attributes)}},{attributes:{value:Object.freeze(c)},converter:{value:Object.freeze(b)}})})({read:function(a){return'"'===a[0]&&(a=a.slice(1,-1)),a.replace(/(%[\dA-F]{2})+/gi,decodeURIComponent)},write:function(a){return encodeURIComponent(a).replace(/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,decodeURIComponent)}},{path:"/"});let dp=function(a){let b=bt(a);return function(a){var c,d;let e;try{e=decodeURI(a.nextUrl.pathname)}catch{return T.next()}let f=e.replace(/\\/g,"%5C").replace(/\/+/g,"/"),{domain:g,locale:h}=(c=a.headers,d=a.cookies,b.domains?function(a,b,c,d){let e,f=function(a,b){let c=bM(a);if(c)return b.find(a=>a.domain===c)}(b,a.domains);if(!f)return{locale:b_(a,b,c,d)};if(d){let b=bK(d,a.locales,a.localePrefix,f)?.locale;if(b){if(!bN(b,f))return{locale:b,domain:f};e=b}}if(!e&&a.localeDetection){let b=b$(a,c);b&&bN(b,f)&&(e=b)}if(!e&&a.localeDetection){let a=bZ(b,f.locales,f.defaultLocale);a&&(e=a)}return e||(e=f.defaultLocale),{locale:e,domain:f}}(b,c,d,f):{locale:b_(b,c,d,f)}),i=g?g.defaultLocale===h:h===b.defaultLocale,j=b.domains?.filter(a=>bN(h,a))||[],k=null!=b.domains&&!g;function l(b){var c;let d=new URL(b,a.url);a.nextUrl.basePath&&(c=d.pathname,d.pathname=by(a.nextUrl.basePath+c));let e=new Headers(a.headers);return e.set(bu,h),T.rewrite(d,{request:{headers:e}})}function m(c,d){var e;let f=new URL(c,a.url);if(f.pathname=by(f.pathname),j.length>0&&!d&&g){let a=bO(g,h,j);a&&(d=a.domain,a.defaultLocale===h&&"as-needed"===b.localePrefix.mode&&(f.pathname=bI(f.pathname,b.locales,b.localePrefix)))}return d&&(f.host=d,a.headers.get("x-forwarded-host"))&&(f.protocol=a.headers.get("x-forwarded-proto")??a.nextUrl.protocol,f.port=d.split(":")[1]??a.headers.get("x-forwarded-port")??""),a.nextUrl.basePath&&(e=f.pathname,f.pathname=by(a.nextUrl.basePath+e)),t=!0,T.redirect(f.toString())}let n=bI(f,b.locales,b.localePrefix),o=bK(f,b.locales,b.localePrefix,g),p=null!=o,q="never"===b.localePrefix.mode||i&&"as-needed"===b.localePrefix.mode,r,s,t,u=n,v=b.pathnames;if(v){let c;if([c,s]=function(a,b,c){for(let d of Object.keys(a).sort(bF)){let e=a[d];if("string"==typeof e){if(bz(e,b))return[void 0,d]}else{let f=Object.entries(e),g=f.findIndex(([a])=>a===c);for(let[c]of(g>0&&f.unshift(f.splice(g,1)[0]),f))if(bz(bx(a[d],c,d),b))return[c,d]}}for(let c of Object.keys(a))if(bz(c,b))return[void 0,c];return[void 0,void 0]}(v,n,h),s){let d=v[s],e=bx(d,h,s);if(bz(e,n))u=bH(n,e,s);else{let f;f=c?bx(d,c,s):s;let g=q?void 0:bA(h,b.localePrefix);r=m(bL(bH(n,f,e),g,a.nextUrl.search))}}}if(!r)if("/"!==u||p){let c=bL(u,`/${h}`,a.nextUrl.search);if(p){let d=bL(n,o.prefix,a.nextUrl.search);if("never"===b.localePrefix.mode)r=m(bL(n,void 0,a.nextUrl.search));else if(o.exact)if(i&&q)r=m(bL(n,void 0,a.nextUrl.search));else if(b.domains){let a=bO(g,o.locale,j);r=g?.domain===a?.domain||k?l(c):m(d,a?.domain)}else r=l(c);else r=m(d)}else r=q?l(c):m(bL(n,bA(h,b.localePrefix),a.nextUrl.search))}else r=q?l(bL(u,`/${h}`,a.nextUrl.search)):m(bL(n,bA(h,b.localePrefix),a.nextUrl.search));return function(a,b,c,d,e){if(!d.localeCookie)return;let{name:f,...g}=d.localeCookie,h=bZ(a.headers,e?.locales||d.locales,d.defaultLocale),i=a.cookies.has(f),j=i&&a.cookies.get(f)?.value!==c;(i?j:h!==c)&&b.cookies.set(f,c,{path:a.nextUrl.basePath||void 0,...g})}(a,r,h,b,g),!t&&"never"!==b.localePrefix.mode&&b.alternateLinks&&b.locales.length>1&&r.headers.set("Link",function({internalTemplateName:a,localizedPathnames:b,request:c,resolvedLocale:d,routing:e}){let f=c.nextUrl.clone(),g=bM(c.headers);function h(a,b){var d;return a.pathname=by(a.pathname),c.nextUrl.basePath&&((a=new URL(a)).pathname=(d=a.pathname,by(c.nextUrl.basePath+d))),`<${a.toString()}>; rel="alternate"; hreflang="${b}"`}function i(c,e){return b&&"object"==typeof b?bH(c,b[d]??a,b[e]??a):c}g&&(f.port="",f.host=g),f.protocol=c.headers.get("x-forwarded-proto")??f.protocol,f.pathname=bI(f.pathname,e.locales,e.localePrefix);let j=bJ(e.locales,e.localePrefix,!1).flatMap(([a,c])=>{let d;function g(a){return"/"===a?c:c+a}if(e.domains)return e.domains.filter(b=>bN(a,b)).map(b=>((d=new URL(f)).port="",d.host=b.domain,d.pathname=i(f.pathname,a),a===b.defaultLocale&&"always"!==e.localePrefix.mode||(d.pathname=g(d.pathname)),h(d,a)));{let c;c=b&&"object"==typeof b?i(f.pathname,a):f.pathname,a===e.defaultLocale&&"always"!==e.localePrefix.mode||(c=g(c)),d=new URL(c,f)}return h(d,a)});if(!e.domains||0===e.domains.length){let a=i(f.pathname,e.defaultLocale);if(a){let b=new URL(a,f);j.push(h(b,"x-default"))}}return j.join(", ")}({routing:b,internalTemplateName:s,localizedPathnames:null!=s&&v?v[s]:void 0,request:a,resolvedLocale:h})),r}}(dg),dq={matcher:["/((?:dev|report).*|(?!api|blog|(?:en|de|fr|es|it|cs|hu|pl|ms|ms_Ar|tr|sv|uk|ru|ja|ko|zh_cn|zh_tw)(?:(?!/dev|/report)|$)|_vercel/insights|_vercel/speed-insights|_next/static|_next/image|static/.+|sinytra-wiki.schema.json|_meta.schema.json|opengraph-image|favicon.ico|robots.txt|sitemap.xml|.*\\.png$).*)"]};async function dr(a,b){if(a.nextUrl.pathname.match(/^(\/[^/]+)?\/(?:dev|report)/)){let b=dp(a);return 200!==b.status||dm.isAuthenticated(a.cookies)?b:T.redirect(new URL("/auth/login",a.url))}let c=dp(a),d=a.headers.get("x-vercel-ip-country");return d&&c.cookies.set("wiki-user-country",d,{path:"/"}),c}c(8650);let ds={...g},dt=ds.middleware||ds.default,du="/src/middleware";if("function"!=typeof dt)throw Object.defineProperty(Error(`The Middleware "${du}" must export a \`middleware\` or a \`default\` function`),"__NEXT_ERROR_CODE",{value:"E120",enumerable:!1,configurable:!0});function dv(a){return bd({...a,page:du,handler:async(...a)=>{try{return await dt(...a)}catch(e){let b=a[0],c=new URL(b.url),d=c.pathname+c.search;throw await k(e,{path:d,method:b.method,headers:Object.fromEntries(b.headers.entries())},{routerKind:"Pages Router",routePath:"/middleware",routeType:"middleware",revalidateReason:void 0}),e}}})}},9412:(a,b,c)=>{"use strict";function d(a){return"object"==typeof a&&null!==a&&"digest"in a&&a.digest===e}c.d(b,{Ts:()=>d,W5:()=>h});let e="HANGING_PROMISE_REJECTION";class f extends Error{constructor(a,b){super(`During prerendering, ${b} rejects when the prerender is complete. Typically these errors are handled by React but if you move ${b} to a different context by using \`setTimeout\`, \`after\`, or similar functions you may observe this error and you should handle it in that context. This occurred at route "${a}".`),this.route=a,this.expression=b,this.digest=e}}let g=new WeakMap;function h(a,b,c){if(a.aborted)return Promise.reject(new f(b,c));{let d=new Promise((d,e)=>{let h=e.bind(null,new f(b,c)),i=g.get(a);if(i)i.push(h);else{let b=[h];g.set(a,b),a.addEventListener("abort",()=>{for(let a=0;a<b.length;a++)b[a]()},{once:!0})}});return d.catch(i),d}}function i(){}},9778:(a,b,c)=>{"use strict";var d=c(5676);function e(){}var f={d:{f:e,r:function(){throw Error("Invalid form element. requestFormReset must be passed a form that was rendered by React.")},D:e,C:e,L:e,m:e,X:e,S:e,M:e},p:0,findDOMNode:null};if(!d.__SERVER_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE)throw Error('The "react" package in this environment is not configured correctly. The "react-server" condition must be enabled in any environment that runs React Server Components.');function g(a,b){return"font"===a?"":"string"==typeof b?"use-credentials"===b?b:"":void 0}b.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=f,b.preconnect=function(a,b){"string"==typeof a&&(b=b?"string"==typeof(b=b.crossOrigin)?"use-credentials"===b?b:"":void 0:null,f.d.C(a,b))},b.prefetchDNS=function(a){"string"==typeof a&&f.d.D(a)},b.preinit=function(a,b){if("string"==typeof a&&b&&"string"==typeof b.as){var c=b.as,d=g(c,b.crossOrigin),e="string"==typeof b.integrity?b.integrity:void 0,h="string"==typeof b.fetchPriority?b.fetchPriority:void 0;"style"===c?f.d.S(a,"string"==typeof b.precedence?b.precedence:void 0,{crossOrigin:d,integrity:e,fetchPriority:h}):"script"===c&&f.d.X(a,{crossOrigin:d,integrity:e,fetchPriority:h,nonce:"string"==typeof b.nonce?b.nonce:void 0})}},b.preinitModule=function(a,b){if("string"==typeof a)if("object"==typeof b&&null!==b){if(null==b.as||"script"===b.as){var c=g(b.as,b.crossOrigin);f.d.M(a,{crossOrigin:c,integrity:"string"==typeof b.integrity?b.integrity:void 0,nonce:"string"==typeof b.nonce?b.nonce:void 0})}}else null==b&&f.d.M(a)},b.preload=function(a,b){if("string"==typeof a&&"object"==typeof b&&null!==b&&"string"==typeof b.as){var c=b.as,d=g(c,b.crossOrigin);f.d.L(a,c,{crossOrigin:d,integrity:"string"==typeof b.integrity?b.integrity:void 0,nonce:"string"==typeof b.nonce?b.nonce:void 0,type:"string"==typeof b.type?b.type:void 0,fetchPriority:"string"==typeof b.fetchPriority?b.fetchPriority:void 0,referrerPolicy:"string"==typeof b.referrerPolicy?b.referrerPolicy:void 0,imageSrcSet:"string"==typeof b.imageSrcSet?b.imageSrcSet:void 0,imageSizes:"string"==typeof b.imageSizes?b.imageSizes:void 0,media:"string"==typeof b.media?b.media:void 0})}},b.preloadModule=function(a,b){if("string"==typeof a)if(b){var c=g(b.as,b.crossOrigin);f.d.m(a,{as:"string"==typeof b.as&&"script"!==b.as?b.as:void 0,crossOrigin:c,integrity:"string"==typeof b.integrity?b.integrity:void 0})}else f.d.m(a)},b.version="19.2.0-canary-0bdb9206-20250818"},9792:(a,b,c)=>{"use strict";c.d(b,{J:()=>d.I});var d=c(7259)}},a=>{var b=a(a.s=9331);(_ENTRIES="undefined"==typeof _ENTRIES?{}:_ENTRIES)["middleware_src/middleware"]=b}]);
14
+ //# sourceMappingURL=middleware.js.map