promotional bannermobile promotional banner

Create Photomovement

The Solar Generator is a block that generates rotational force when exposed to sunlight, providing a passive power source for your Create machines.

File Details

createphotomovement-neoforge-1.20.1-0.3.2

  • R
  • May 10, 2026
  • 532.09 KB
  • 170
  • 1.20.1
  • Forge + 1

File Name

createphotomovement-neoforge-1.20.1-0.3.2.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:create-photomovement-1424756:8067693")

NeoForge

implementation fg.deobf("curse.maven:create-photomovement-1424756:8067693")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

### Fixed - **Solar Windmill Bearing**: Fixed [#11](https://github.com/nedzad-winter/CreatePhotomovement/issues/11) — multiple visual issues with the bearing block: - Bearing top and back-shaft were invisible while Flywheel was active (Flywheel default). Registered Create's `BearingVisual` as the Flywheel visualization for `SOLAR_WINDMILL_BEARING`, mirroring Create's own `WindmillBearingBlockEntity` setup. - Bearing top showed a static "ghost" while the contraption rotated. Removed the static `Top` cuboid from `solar_windmill_bearing.json` — that Y 12-16 slot is reserved for the dynamic partial model. - Bearing top and shaft rendered nearly black even with open sky overhead. Added `.noOcclusion()` and overrode `propagatesSkylightDown` / `getLightBlock` on `SolarWindmillBearingBlock` so sky light reaches the bearing's position. ### Removed - **Forge 1.20.1**: Removed the empty `forge/` build target. NeoForge 1.20.1 is a near-drop-in fork of Forge 1.20.1, so users on Forge can use the NeoForge 1.20.1 jar. ### Internal - **Publish script**: Fixed `tools/publish_mod.ps1` so Modrinth uploads use the same per-loader naming as CurseForge (`createphotomovement-{loader}-{mc}-{version}`). The previous script sent the same `version_number` (`0.3.2`) for all three jars, which Modrinth rejects as a duplicate after the first upload — this is why only 2 of 3 jars made it onto Modrinth for v0.3.1. ### Supported Platforms - NeoForge 1.21.1 - NeoForge 1.20.1 - Fabric 1.20.1