Guest User

wattlebasket.json

a guest
Feb 5th, 2025
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. {
  2. code: "basket",
  3. maxstacksize: 1,
  4. shape: { base: "wildcrafttree:item/basket" },
  5. behaviors: [
  6. { name: "GroundStorable", properties: { layout: "SingleCenter", collisionBox: { x1: 0.25, y1: 0, z1: 0.25, x2: 0.75, y2: 0.375, z2: 0.75 }}},
  7. { name: "HeldBag" }
  8. ],
  9. attributes: {
  10. backpack: {
  11. quantitySlots: 3
  12. }
  13. },
  14. storageFlags: 2,
  15. creativeinventory: { "general": ["*"], "items": ["*"], "wildcrafttree": ["*"] },
  16. guiTransform: {
  17. translation: { x: 1, y: 0, z: 0 },
  18. rotation: { x: -21, y: 16, z: 180 },
  19. origin: { x: 0.52, y: 0.22, z: 0.5 },
  20. scale: 2.3,
  21. rotate: true
  22. },
  23. fpHandTransform: {
  24. translation: { x: 0, y: 0, z: 0.3 },
  25. rotation: { x: 20, y: -73, z: 10 },
  26. scale: 1.5
  27. },
  28. tpHandTransform: {
  29. translation: { x: -0.7, y: -0.7, z: -0.8 },
  30. rotation: { x: -19, y: 81, z: -27 },
  31. scale: 0.68
  32. },
  33. groundTransform: {
  34. translation: { x: 0, y: 0, z: 0 },
  35. rotation: { x: 180, y: 33, z: -180 },
  36. origin: { x: 0.5, y: 0, z: 0.5 },
  37. scale: 3
  38. },
  39. combustibleProps: {
  40. burnTemperature: 600,
  41. burnDuration: 10,
  42. }
  43. }
Advertisement
Add Comment
Please, Sign In to add comment