Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martinambrus/rdmodtimeslower
A Bullet-Time Mod for RubyDung 2009
https://github.com/martinambrus/rdmodtimeslower
Last synced: 20 days ago
JSON representation
A Bullet-Time Mod for RubyDung 2009
- Host: GitHub
- URL: https://github.com/martinambrus/rdmodtimeslower
- Owner: martinambrus
- License: mit
- Created: 2024-04-27T00:43:25.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-06-19T14:50:48.000Z (5 months ago)
- Last Synced: 2024-06-20T01:37:53.724Z (5 months ago)
- Language: Java
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
RubyDung Time Slower Mod
========================
Version: 1.0This is a sample mod for the
***[RubyDung 2009 Modded](https://github.com/martinambrus/RDModded)*** game project
(i.e. the very first _Minecraft_ version), implementing ***[the RDAPI modding API](https://github.com/martinambrus/RDApi)***.What it does?
-------------
This mod will temporarily slow down time upon pressing the T button
(also known as bullet-time).![Slowing time while jumping](https://github.com/martinambrus/RDModTimeSlower/assets/7406402/a9f82fd0-ac7e-46e7-b7e1-1c3750f0666d "Bullet-Time, RubyDung style!")
Installation
------------
Copy the JAR file from the releases page into your *mods* folder inside *.minecraft* folder.You'll need to be running [RDModded game version](https://github.com/martinambrus/RDModded)
for this mod to be picked up and start working.I highly recommend using [MultiMC](https://multimc.org/) for this, since you can easily
create a separate pre-release Minecraft instance there and it's very easy to replace the
MC client JAR file or locate the *.minecraft* folder with MultiMC.Building
--------
Just run the ***first_time_run*** gradle task and have fun coding :)Once ready, you can run the ***jar*** gradle task to create your plugin file (a single JAR file found in build/libs).
Additional info
---------------You may want to check the [RDAPI repository]()https://github.com/martinambrus/RDModTimeSlower.git for some info about the API if you'd like to code a RubyDung mod of your own.
You may also want to check the [Minecraft Veteran Servers YouTube Channel](https://www.youtube.com/channel/UCMiKrpX4ViX4PGBOq1UXlvQ) for videos on creation of all this nonsense and perhaps some inspiration for creation of your own game / Minecraft clone :-D
No source code from Notch, Mojang or Microsoft is used in this or any other repositories related to this project.