Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- code: "basket",
- maxstacksize: 1,
- shape: { base: "wildcrafttree:item/basket" },
- behaviors: [
- { name: "GroundStorable", properties: { layout: "SingleCenter", collisionBox: { x1: 0.25, y1: 0, z1: 0.25, x2: 0.75, y2: 0.375, z2: 0.75 }}},
- { name: "HeldBag" }
- ],
- attributes: {
- backpack: {
- quantitySlots: 3
- }
- },
- storageFlags: 2,
- creativeinventory: { "general": ["*"], "items": ["*"], "wildcrafttree": ["*"] },
- guiTransform: {
- translation: { x: 1, y: 0, z: 0 },
- rotation: { x: -21, y: 16, z: 180 },
- origin: { x: 0.52, y: 0.22, z: 0.5 },
- scale: 2.3,
- rotate: true
- },
- fpHandTransform: {
- translation: { x: 0, y: 0, z: 0.3 },
- rotation: { x: 20, y: -73, z: 10 },
- scale: 1.5
- },
- tpHandTransform: {
- translation: { x: -0.7, y: -0.7, z: -0.8 },
- rotation: { x: -19, y: 81, z: -27 },
- scale: 0.68
- },
- groundTransform: {
- translation: { x: 0, y: 0, z: 0 },
- rotation: { x: 180, y: 33, z: -180 },
- origin: { x: 0.5, y: 0, z: 0.5 },
- scale: 3
- },
- combustibleProps: {
- burnTemperature: 600,
- burnDuration: 10,
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment