mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-14 14:34:16 +01:00
ad829cfea3
- Kinetic blocks can now be harvested by axes and pickaxes - Shafts have less obnoxious placement behaviour - Fixed belts not dropping casings and shafts when broken - Fixed belt tunnels not synchronizing properly - Fixed blockzapper rendering strangely when no block is selected - Funnels can now directly insert items that players activate it with - Flexpeater -> Adjustable Repeater - Added the Adjustable Pulse Repeater
13 lines
300 B
JSON
13 lines
300 B
JSON
{
|
|
"parent": "create:block/repeaters/flexpulsepeater",
|
|
"textures": {
|
|
"flexpeater_off": "create:block/flexpulsepeater_item"
|
|
},
|
|
"display": {
|
|
"fixed": {
|
|
"rotation": [ 270, 0, 0 ],
|
|
"translation": [ 0, 0, -3],
|
|
"scale":[ 0.5, 0.5, 0.5 ]
|
|
}
|
|
}
|
|
} |