Перейти к содержимому
Mineforgian

Telepistons

Telescopic and Squishy animations for pistons

Загрузки
282K
Подписчики
325
Обновлён
5 июля 2026 г.
Лицензия
CC0-1.0

Опубликован 23 июля 2022 г.

This tiny mod adds the telescopic piston arm animation seen in Bedrock Edition to Java, as well as the option for a squishier alternative animation and particle emission.

It's also compatible with the G4mespeed mod for smoother piston animations over all.

This mod requires the Fabric API to run!

Included are a few add-on Resource Packs which offer:

  • Sticky Piston sides
  • Squishing Bellows
  • Scissors/Springs

(all of these support PBR)

Quick guide for Resource Pack developers:

  • Model the piston arm around the vanilla piston_head models and put those in your pack as normal
  • Split those models such that everything you want to not squish and to move at regular speed is in the piston_head_short models, and the arm parts are in a piston_arm model in the assets/telepistons/models/block/ directory
  • Add the following to your piston_arm.json:
    "telepistons": {
    	"squish":"false",
    	"particles":"4",
    	"squishedScale": [ 1, 1, 0 ]
        }
  • "squish" and "particles" determine whether the arm model gets squished and whether pistons emit steam particles respectively
  • "squishedScale" determines the scale of the arm model once fully squished, i.e. the piston has fully retracted. Z points forward, so a vector of [1, 1, 0] will squish the arm just in that direction, while a vector of [2,2,0] will also make it get twice as wide and tall as it is squished.

Found a bug or want to suggest a feature? Let me know on Discord!

Ченджлог

1.1.4Релиз26.2 · 5 июля 2026 г.
  • Updated to 26.2
1.1.4Релиз26.1, 26.1.1 · 5 апреля 2026 г.
  • Updated to 26.1 (and 26.1.1)
  • Lighting once again adjusts based on direction to match extended state
  • Improved specular texture in provided packs
  • Added a logger instead of printing to the system
1.1.3Релиз1.21.6, 1.21.7, 1.21.8 · 14 июля 2025 г.
  • Updated to 1.21.6/.7
1.1.3Релиз1.21.5 · 7 мая 2025 г.
  • Updated to 1.21.5 (Massive thanks to SteveKunG)
1.1.3Релиз1.21.2, 1.21.3, 1.21.4 · 1 ноября 2024 г.
  • Updated to 1.21.3
1.1.3Релиз1.21 · 3 августа 2024 г.
  • Update to 1.21
  • Fixed missing culling for piston heads
  • Improved PBR textures for piston arms (less shiny now)
1.1.3Релиз1.20.4, 1.20.5, 1.20.6 · 26 июля 2023 г.

Updated to 1.20.x

1.1.3Релиз1.19.3, 1.19.4 · 9 января 2023 г.

Updated to 1.19.3

Комментарии

Загружаем…