Advertisement
Shadow1719

The Critters Package

Mar 21st, 2024
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.85 KB | None | 0 0
  1. [Server Error] Patch 0 (target: thecritterpack:entities/land/crab/crab-baby.json) in entitiesinteract:patches
  2. /thecritterspackage_to_all_compatibility/thecritterspackage_to_all_compatibility.json failed because supplied path /server/behav
  3. iors/10/aitasks/0/entityCodes/- is invalid: The json path /server/behaviors/10/aitasks/0/entityCodes/- was not found. Could trav
  4. erse until /server/behaviors, but then '10' does not exist. Full json at this path: [
  5. {
  6. "code": "repulseagents"
  7. },
  8. {
  9. "code": "controlledphysics",
  10. "stepHeight": 1.005
  11. },
  12. {
  13. "code": "despawn",
  14. "minPlayerDistance": 8,
  15. "belowLightLevel": 8,
  16. "minSeconds": 300
  17. },
  18. {
  19. "code": "health",
  20. "currenthealth": 2.8,
  21. "maxhealth": 2.8
  22. },
  23. {
  24. "code": "deaddecay",
  25. "hoursToDecay": 96,
  26. "decayedBlock": "carcass-tiny"
  27. },
  28. {
  29. "code": "floatupwhenstuck",
  30. "onlyWhenDead": true
  31. },
  32. {
  33. "code": "harvestable",
  34. "drops": [
  35. {
  36. "type": "item",
  37. "code": "fish-raw",
  38. "quantity": {
  39. "avg": 0,
  40. "var": 0
  41. }
  42. }
  43. ]
  44. },
  45. {
  46. "code": "emotionstates",
  47. "states": [
  48. {
  49. "code": "fleeondamage",
  50. "duration": 60,
  51. "chance": 1,
  52. "slot": 2,
  53. "priority": 5,
  54. "accumType": "max",
  55. "whenHealthRelBelow": 1.65
  56. },
  57. {
  58. "code": "saturated",
  59. "duration": 1200,
  60. "chance": 1,
  61. "slot": 0,
  62. "priority": 1,
  63. "accumType": "sum"
  64. },
  65. {
  66. "code": "aggressiveondamage",
  67. "duration": 30,
  68. "chance": 1,
  69. "slot": 2,
  70. "priority": 2,
  71. "accumType": "noaccum"
  72. },
  73. {
  74. "code": "alarmherdondamage",
  75. "chance": 1,
  76. "slot": 1,
  77. "priority": 1,
  78. "accumType": "max"
  79. }
  80. ]
  81. },
  82. {
  83. "code": "grow",
  84. "hoursToGrow": 72,
  85. "adultEntityCodes": [
  86. "thecritterpack:crab-both"
  87. ]
  88. },
  89. {
  90. "code": "taskai",
  91. "aitasks": [
  92. {
  93. "code": "fleeentity",
  94. "entityCodes": [
  95. "player",
  96. "fox-*",
  97. "hyena-male",
  98. "hyena-female",
  99. "chicken-rooster",
  100. "chicken-hen"
  101. ],
  102. "priority": 2.65,
  103. "movespeed": 0.023,
  104. "animationSpeed": 2.1,
  105. "seekingRange": 8,
  106. "animation": "Walk",
  107. "whenNotInEmotionState": "fleeondamage"
  108. },
  109. {
  110. "code": "idle",
  111. "priority": 1.88,
  112. "minduration": 10000,
  113. "maxduration": 1200000,
  114. "mincooldown": 10000,
  115. "maxcooldown": 80000,
  116. "priorityForCancel": 1.98,
  117. "animation": "Sleep",
  118. "animationSpeed": 0.5,
  119. "whenNotInEmotionState": "aggressiveondamage",
  120. "duringDayTimeFrames": [
  121. {
  122. "fromHour": 16,
  123. "toHour": 4
  124. },
  125. {
  126. "fromHour": 15,
  127. "toHour": 6
  128. }
  129. ],
  130. "stopOnNearbyEntityCodes": [
  131. "player",
  132. "fox-*",
  133. "hyena-male",
  134. "hyena-female",
  135. "chicken-rooster",
  136. "chicken-hen"
  137. ],
  138. "stopRange": 3,
  139. "stopOnHurt": true
  140. },
  141. {
  142. "code": "idle",
  143. "priority": 1.3,
  144. "priorityForCancel": 1.35,
  145. "minduration": 2500,
  146. "maxduration": 2500,
  147. "mincooldown": 10000,
  148. "maxcooldown": 50000,
  149. "animation": "Guard",
  150. "animationSpeed": 0.8,
  151. "stopOnNearbyEntityCodes": [
  152. "player",
  153. "fox-*",
  154. "hyena-male",
  155. "hyena-female",
  156. "chicken-rooster",
  157. "chicken-hen"
  158. ],
  159. "stopRange": 5
  160. },
  161. {
  162. "code": "idle",
  163. "priority": 1.1,
  164. "minduration": 1000,
  165. "maxduration": 3000,
  166. "mincooldown": 2000,
  167. "maxcooldown": 30000,
  168. "animation": "Idle",
  169. "stopOnNearbyEntityCodes": [
  170. "player",
  171. "fox-*",
  172. "hyena-male",
  173. "hyena-female",
  174. "chicken-rooster",
  175. "chicken-hen"
  176. ],
  177. "stopRange": 5
  178. },
  179. {
  180. "code": "wander",
  181. "priority": 1.0,
  182. "priorityForCancel": 1.35,
  183. "movespeed": 0.01,
  184. "animationSpeed": 1.7,
  185. "animation": "Walk",
  186. "stopOnNearbyEntityCodes": [
  187. "player",
  188. "fox-*",
  189. "hyena-male",
  190. "hyena-female",
  191. "chicken-rooster",
  192. "chicken-hen"
  193. ],
  194. "stopRange": 5
  195. },
  196. {
  197. "code": "lookaround",
  198. "priority": 0.5,
  199. "animation": "Look",
  200. "stopOnNearbyEntityCodes": [
  201. "player",
  202. "fox-*",
  203. "hyena-male",
  204. "hyena-female",
  205. "chicken-rooster",
  206. "chicken-hen"
  207. ],
  208. "stopRange": 5
  209. },
  210. {
  211. "code": "seekentity",
  212. "entityCodes": [
  213. "snail",
  214. "grub"
  215. ],
  216. "priority": 1.36,
  217. "priorityForCancel": 1.37,
  218. "movespeed": 0.002,
  219. "animationSpeed": 3,
  220. "seekingRange": 2,
  221. "animation": "Walk",
  222. "whenNotInEmotionState": "saturated"
  223. }
  224. ]
  225. }
  226. ]
  227. 21.3.2024 11:23:12 [Server Error] Patch 1 (target: thecritterpack:entities/land/crab/crab-baby.json) in entitiesinteract:patches
  228. /thecritterspackage_to_all_compatibility/thecritterspackage_to_all_compatibility.json failed because supplied path /server/behav
  229. iors/10/aitasks/0/entityCodes/- is invalid: The json path /server/behaviors/10/aitasks/0/entityCodes/- was not found. Could trav
  230. erse until /server/behaviors, but then '10' does not exist. Full json at this path: [
  231. {
  232. "code": "repulseagents"
  233. },
  234. {
  235. "code": "controlledphysics",
  236. "stepHeight": 1.005
  237. },
  238. {
  239. "code": "despawn",
  240. "minPlayerDistance": 8,
  241. "belowLightLevel": 8,
  242. "minSeconds": 300
  243. },
  244. {
  245. "code": "health",
  246. "currenthealth": 2.8,
  247. "maxhealth": 2.8
  248. },
  249. {
  250. "code": "deaddecay",
  251. "hoursToDecay": 96,
  252. "decayedBlock": "carcass-tiny"
  253. },
  254. {
  255. "code": "floatupwhenstuck",
  256. "onlyWhenDead": true
  257. },
  258. {
  259. "code": "harvestable",
  260. "drops": [
  261. {
  262. "type": "item",
  263. "code": "fish-raw",
  264. "quantity": {
  265. "avg": 0,
  266. "var": 0
  267. }
  268. }
  269. ]
  270. },
  271. {
  272. "code": "emotionstates",
  273. "states": [
  274. {
  275. "code": "fleeondamage",
  276. "duration": 60,
  277. "chance": 1,
  278. "slot": 2,
  279. "priority": 5,
  280. "accumType": "max",
  281. "whenHealthRelBelow": 1.65
  282. },
  283. {
  284. "code": "saturated",
  285. "duration": 1200,
  286. "chance": 1,
  287. "slot": 0,
  288. "priority": 1,
  289. "accumType": "sum"
  290. },
  291. {
  292. "code": "aggressiveondamage",
  293. "duration": 30,
  294. "chance": 1,
  295. "slot": 2,
  296. "priority": 2,
  297. "accumType": "noaccum"
  298. },
  299. {
  300. "code": "alarmherdondamage",
  301. "chance": 1,
  302. "slot": 1,
  303. "priority": 1,
  304. "accumType": "max"
  305. }
  306. ]
  307. },
  308. {
  309. "code": "grow",
  310. "hoursToGrow": 72,
  311. "adultEntityCodes": [
  312. "thecritterpack:crab-both"
  313. ]
  314. },
  315. {
  316. "code": "taskai",
  317. "aitasks": [
  318. {
  319. "code": "fleeentity",
  320. "entityCodes": [
  321. "player",
  322. "fox-*",
  323. "hyena-male",
  324. "hyena-female",
  325. "chicken-rooster",
  326. "chicken-hen"
  327. ],
  328. "priority": 2.65,
  329. "movespeed": 0.023,
  330. "animationSpeed": 2.1,
  331. "seekingRange": 8,
  332. "animation": "Walk",
  333. "whenNotInEmotionState": "fleeondamage"
  334. },
  335. {
  336. "code": "idle",
  337. "priority": 1.88,
  338. "minduration": 10000,
  339. "maxduration": 1200000,
  340. "mincooldown": 10000,
  341. "maxcooldown": 80000,
  342. "priorityForCancel": 1.98,
  343. "animation": "Sleep",
  344. "animationSpeed": 0.5,
  345. "whenNotInEmotionState": "aggressiveondamage",
  346. "duringDayTimeFrames": [
  347. {
  348. "fromHour": 16,
  349. "toHour": 4
  350. },
  351. {
  352. "fromHour": 15,
  353. "toHour": 6
  354. }
  355. ],
  356. "stopOnNearbyEntityCodes": [
  357. "player",
  358. "fox-*",
  359. "hyena-male",
  360. "hyena-female",
  361. "chicken-rooster",
  362. "chicken-hen"
  363. ],
  364. "stopRange": 3,
  365. "stopOnHurt": true
  366. },
  367. {
  368. "code": "idle",
  369. "priority": 1.3,
  370. "priorityForCancel": 1.35,
  371. "minduration": 2500,
  372. "maxduration": 2500,
  373. "mincooldown": 10000,
  374. "maxcooldown": 50000,
  375. "animation": "Guard",
  376. "animationSpeed": 0.8,
  377. "stopOnNearbyEntityCodes": [
  378. "player",
  379. "fox-*",
  380. "hyena-male",
  381. "hyena-female",
  382. "chicken-rooster",
  383. "chicken-hen"
  384. ],
  385. "stopRange": 5
  386. },
  387. {
  388. "code": "idle",
  389. "priority": 1.1,
  390. "minduration": 1000,
  391. "maxduration": 3000,
  392. "mincooldown": 2000,
  393. "maxcooldown": 30000,
  394. "animation": "Idle",
  395. "stopOnNearbyEntityCodes": [
  396. "player",
  397. "fox-*",
  398. "hyena-male",
  399. "hyena-female",
  400. "chicken-rooster",
  401. "chicken-hen"
  402. ],
  403. "stopRange": 5
  404. },
  405. {
  406. "code": "wander",
  407. "priority": 1.0,
  408. "priorityForCancel": 1.35,
  409. "movespeed": 0.01,
  410. "animationSpeed": 1.7,
  411. "animation": "Walk",
  412. "stopOnNearbyEntityCodes": [
  413. "player",
  414. "fox-*",
  415. "hyena-male",
  416. "hyena-female",
  417. "chicken-rooster",
  418. "chicken-hen"
  419. ],
  420. "stopRange": 5
  421. },
  422. {
  423. "code": "lookaround",
  424. "priority": 0.5,
  425. "animation": "Look",
  426. "stopOnNearbyEntityCodes": [
  427. "player",
  428. "fox-*",
  429. "hyena-male",
  430. "hyena-female",
  431. "chicken-rooster",
  432. "chicken-hen"
  433. ],
  434. "stopRange": 5
  435. },
  436. {
  437. "code": "seekentity",
  438. "entityCodes": [
  439. "snail",
  440. "grub"
  441. ],
  442. "priority": 1.36,
  443. "priorityForCancel": 1.37,
  444. "movespeed": 0.002,
  445. "animationSpeed": 3,
  446. "seekingRange": 2,
  447. "animation": "Walk",
  448. "whenNotInEmotionState": "saturated"
  449. }
  450. ]
  451. }
  452. ]
  453. 21.3.2024 11:23:12 [Server Error] Patch 2 (target: thecritterpack:entities/land/crab/crab-baby.json) in entitiesinteract:patches
  454. /thecritterspackage_to_all_compatibility/thecritterspackage_to_all_compatibility.json failed because supplied path /server/behav
  455. iors/10/aitasks/0/entityCodes/- is invalid: The json path /server/behaviors/10/aitasks/0/entityCodes/- was not found. Could trav
  456. erse until /server/behaviors, but then '10' does not exist. Full json at this path: [
  457. {
  458. "code": "repulseagents"
  459. },
  460. {
  461. "code": "controlledphysics",
  462. "stepHeight": 1.005
  463. },
  464. {
  465. "code": "despawn",
  466. "minPlayerDistance": 8,
  467. "belowLightLevel": 8,
  468. "minSeconds": 300
  469. },
  470. {
  471. "code": "health",
  472. "currenthealth": 2.8,
  473. "maxhealth": 2.8
  474. },
  475. {
  476. "code": "deaddecay",
  477. "hoursToDecay": 96,
  478. "decayedBlock": "carcass-tiny"
  479. },
  480. {
  481. "code": "floatupwhenstuck",
  482. "onlyWhenDead": true
  483. },
  484. {
  485. "code": "harvestable",
  486. "drops": [
  487. {
  488. "type": "item",
  489. "code": "fish-raw",
  490. "quantity": {
  491. "avg": 0,
  492. "var": 0
  493. }
  494. }
  495. ]
  496. },
  497. {
  498. "code": "emotionstates",
  499. "states": [
  500. {
  501. "code": "fleeondamage",
  502. "duration": 60,
  503. "chance": 1,
  504. "slot": 2,
  505. "priority": 5,
  506. "accumType": "max",
  507. "whenHealthRelBelow": 1.65
  508. },
  509. {
  510. "code": "saturated",
  511. "duration": 1200,
  512. "chance": 1,
  513. "slot": 0,
  514. "priority": 1,
  515. "accumType": "sum"
  516. },
  517. {
  518. "code": "aggressiveondamage",
  519. "duration": 30,
  520. "chance": 1,
  521. "slot": 2,
  522. "priority": 2,
  523. "accumType": "noaccum"
  524. },
  525. {
  526. "code": "alarmherdondamage",
  527. "chance": 1,
  528. "slot": 1,
  529. "priority": 1,
  530. "accumType": "max"
  531. }
  532. ]
  533. },
  534. {
  535. "code": "grow",
  536. "hoursToGrow": 72,
  537. "adultEntityCodes": [
  538. "thecritterpack:crab-both"
  539. ]
  540. },
  541. {
  542. "code": "taskai",
  543. "aitasks": [
  544. {
  545. "code": "fleeentity",
  546. "entityCodes": [
  547. "player",
  548. "fox-*",
  549. "hyena-male",
  550. "hyena-female",
  551. "chicken-rooster",
  552. "chicken-hen"
  553. ],
  554. "priority": 2.65,
  555. "movespeed": 0.023,
  556. "animationSpeed": 2.1,
  557. "seekingRange": 8,
  558. "animation": "Walk",
  559. "whenNotInEmotionState": "fleeondamage"
  560. },
  561. {
  562. "code": "idle",
  563. "priority": 1.88,
  564. "minduration": 10000,
  565. "maxduration": 1200000,
  566. "mincooldown": 10000,
  567. "maxcooldown": 80000,
  568. "priorityForCancel": 1.98,
  569. "animation": "Sleep",
  570. "animationSpeed": 0.5,
  571. "whenNotInEmotionState": "aggressiveondamage",
  572. "duringDayTimeFrames": [
  573. {
  574. "fromHour": 16,
  575. "toHour": 4
  576. },
  577. {
  578. "fromHour": 15,
  579. "toHour": 6
  580. }
  581. ],
  582. "stopOnNearbyEntityCodes": [
  583. "player",
  584. "fox-*",
  585. "hyena-male",
  586. "hyena-female",
  587. "chicken-rooster",
  588. "chicken-hen"
  589. ],
  590. "stopRange": 3,
  591. "stopOnHurt": true
  592. },
  593. {
  594. "code": "idle",
  595. "priority": 1.3,
  596. "priorityForCancel": 1.35,
  597. "minduration": 2500,
  598. "maxduration": 2500,
  599. "mincooldown": 10000,
  600. "maxcooldown": 50000,
  601. "animation": "Guard",
  602. "animationSpeed": 0.8,
  603. "stopOnNearbyEntityCodes": [
  604. "player",
  605. "fox-*",
  606. "hyena-male",
  607. "hyena-female",
  608. "chicken-rooster",
  609. "chicken-hen"
  610. ],
  611. "stopRange": 5
  612. },
  613. {
  614. "code": "idle",
  615. "priority": 1.1,
  616. "minduration": 1000,
  617. "maxduration": 3000,
  618. "mincooldown": 2000,
  619. "maxcooldown": 30000,
  620. "animation": "Idle",
  621. "stopOnNearbyEntityCodes": [
  622. "player",
  623. "fox-*",
  624. "hyena-male",
  625. "hyena-female",
  626. "chicken-rooster",
  627. "chicken-hen"
  628. ],
  629. "stopRange": 5
  630. },
  631. {
  632. "code": "wander",
  633. "priority": 1.0,
  634. "priorityForCancel": 1.35,
  635. "movespeed": 0.01,
  636. "animationSpeed": 1.7,
  637. "animation": "Walk",
  638. "stopOnNearbyEntityCodes": [
  639. "player",
  640. "fox-*",
  641. "hyena-male",
  642. "hyena-female",
  643. "chicken-rooster",
  644. "chicken-hen"
  645. ],
  646. "stopRange": 5
  647. },
  648. {
  649. "code": "lookaround",
  650. "priority": 0.5,
  651. "animation": "Look",
  652. "stopOnNearbyEntityCodes": [
  653. "player",
  654. "fox-*",
  655. "hyena-male",
  656. "hyena-female",
  657. "chicken-rooster",
  658. "chicken-hen"
  659. ],
  660. "stopRange": 5
  661. },
  662. {
  663. "code": "seekentity",
  664. "entityCodes": [
  665. "snail",
  666. "grub"
  667. ],
  668. "priority": 1.36,
  669. "priorityForCancel": 1.37,
  670. "movespeed": 0.002,
  671. "animationSpeed": 3,
  672. "seekingRange": 2,
  673. "animation": "Walk",
  674. "whenNotInEmotionState": "saturated"
  675. }
  676. ]
  677. }
  678. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement