Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- code: "clothblock",
- variantgroups: [
- { code:"color", states: ["plain", "black", "blue", "brown", "gray", "green", "orange", "pink", "purple", "red", "white", "yellow"] }
- ],
- shape: {
- base: "game:block/basic/cube"
- },
- drawtype: "cube",
- blockmaterial: "Cloth",
- creativeinventory: { "general": ["*"], "decorative": ["*"] },
- attributes: {
- canChisel: true
- },
- replaceable: 700,
- resistance: 1,
- lightAbsorption: 1,
- emitSideAo: {
- all: false
- },
- maxstacksize: 16,
- texturesByType: {
- "*-plain": {
- "all": { base: "game:block/cloth/linen/normal1" }
- },
- "*": {
- "all": { base: "game:block/cloth/linen/{color}" }
- }
- },
- combustibleProps: {
- burnTemperature: 400,
- burnDuration: 30
- },
- sounds: {
- place: "game:block/cloth",
- break: "game:block/cloth",
- hit: "game:block/cloth",
- walk: "game:walk/cloth"
- },
- materialDensity: 200,
- drops: [{ type: "block", code: "clothblock-{color}"}],
- heldTpIdleAnimation: "holdbothhandslarge",
- heldRightReadyAnimation: "heldblockready",
- heldTpUseAnimation: "twohandplaceblock",
- tpHandTransform: {
- translation: { x: -1.23, y: -0.91, z: -0.8 },
- rotation: { x: -2, y: 25, z: -78 },
- scale: 0.4
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement