ThioJoe/Scenic-Infinite-Rail-MC
An endless scenic minecart ride for Minecraft. Leave it running all day. Supports both Java and Bedrock Editions.
144Stars
2Forks
120Claude Commits
JavaScriptLanguage
datapackgameminecraftrelaxing
First Claude commit: Jul 5, 2026Last Claude commit: 14d agoDiscovered: Jul 17, 2026
Recent Claude Commits
Keep the center-row add on the roll's trigger tick (CI watchdog fix)
80f0f3714d agoauthor_emailDisable mob death drops in setup_world instead of a second cull pass
5816eda14d agoauthor_emailBedrock: freeze random block ticks (randomtickspeed 0)
357f50214d agoauthor_emailFix passed-entity cull leaving mob loot in released chunks
225706114d agoauthor_emailBedrock burst hygiene: stagger area creates, defer the cull, de-phase periodic checks
f366f4d14d agoauthor_emailDocument the opt-in 90-perf suite in the tests README
c26c2d814d agoauthor_emailSpread the 16-block chunk roll across ticks (burst fix)
2071dc614d agoauthor_emailAdd opt-in perf suite measuring the 16-block roll's burst cost
5a67dd514d agoauthor_emailAuto-start: pre-generate the landing pad, teleport only at countdown's end
051affc15d agoauthor_emailtests: cover the westward auto-start relocation and negative-X rides
468e41e15d agoauthor_emailAuto-start begins the ride at X -99,000 for floating-point runway
90c5fa615d agoauthor_emailtests: pin the split corridor's shape on both editions
203855315d agoauthor_emailLoad the torch band as a short stub near the head, only while torches plant
5fb559415d agoauthor_emailtests: run the watchdog suite at view/simulation distance 2
879d38a15d agoauthor_emailtests: stress + lifecycle-edge gauntlet for the pace watchdog (suite 42)
11359e815d agoauthor_emailAdd a pace-cart stop watchdog: re-rail a derailed, wandering or vanished cart
ba1135d15d agoauthor_emailbuild: fail on CONFIG_DEFAULTS drift from config.mcfunction
74ac5fd15d agoauthor_emailSync the Bedrock fallback and stale docs
dd803d815d agoauthor_emailtests: stop suite 49's live leg assuming the shipped .BUILD_FACTOR default
51dcb9715d agoauthor_emailReuse the most recent build's artifacts on a manual test run
3752a2815d agoauthor_emailAdd Integration tests workflow; move logic sim to tests/ and off the build
522adad15d agoauthor_emailDeploy the Java pack under its canonical folder name in the test harness
eebfc9a15d agoauthor_emailOnly run the build when src/ or the build script changes
959d01e15d agoauthor_emailAdd --smoke tier to the Java and Bedrock test runners
be5082615d agoauthor_emailMake setup_headless_env.sh skip the apt Java install when Java is already present
221913715d agoauthor_emailFix Bedrock Toggle HUD icon staying blank after rejoin
66e616817d agoauthor_emailperf: speed-scaled build budget (.BUILD_FACTOR replaces the fixed .BUILD_PER_TICK)
d3913ba17d agoauthor_emailperf(bedrock): cut per-tick Script-API chatter (id-first rig lookups, memoized handles)
17608bd17d agoauthor_emailperf(java): bound the track history at ~2048 columns (hist_trim)
a26d28f17d agoauthor_emailperf(java): rolling surface cache - probe each terrain column once, not ~113 times
2685d8d17d agoauthor_emailci: put the manifest version in artifact names (<pack>_<version>-<run>)
173972217d agoauthor_emailtools: add bump-version.ps1 to set the version across all six manifest refs
fc68ecf17d agoauthor_emailci: enforce version consistency + release bump in build workflow
e2dee4617d agoauthor_emaildocs: BUILDING.md no longer claims CI attaches artifacts to releases
307414f17d agoauthor_emailGuard the auto-starter against existing/played worlds
a4cef7c17d agoauthor_emailMake the ocean speed-up raise-only; manage the reset target by context
c7d434b17d agoauthor_emailCull passed entities before their chunks unload (both editions)
b8618dc18d agoauthor_emailBedrock: plain rail on plain smooth stone (drop the powered track)
4911ae618d agoauthor_emailRemove all legacy/backward-compat machinery
626f13c18d agoauthor_emailAnchor the centerline at Z ≡ 14 (mod 16); minimal corridor widths
24c434818d agoauthor_emailReplace the chunk scout with a script ticking-area corridor
9c312df18d agoauthor_emailAdd Bedrock live rig & tick diagnostics sidebar (dbg_live, .SIDEBAR 5)
9db07cb18d agoauthor_emailAdd pipeline-health metrics to the Bedrock debug roll line
34aed5c18d agoauthor_emailSync Bedrock CONFIG_DEFAULTS with config.mcfunction (cart sound, mobs aggro)
1050e3018d agoauthor_emailAdd No-Thunderstorms option to the Visual Settings menus
76271c718d agoauthor_emaildocs: stop quoting at-a-whim config values in CONTEXT.md
58a6d6918d agoauthor_emailAdd .MOBAGGRO config knob for the Mobs-aggro default
5be183318d agoauthor_emailBedrock: fix setup_world dropping ALL ride gamerules (phantoms back on)
27d6dbe18d agoauthor_emailCI: upload artifacts even when simulation fails; flatten Java datapack zip
ccb166519d agoauthor_emailAdd framerate cap tip to Tips books
ad4828f19d agoauthor_email