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

Monday Night Minin'

A Friday Night Funkin' inspired rhythm versus mod

Загрузки
1K
Подписчики
21
Обновлён
27 мая 2026 г.
Лицензия
LGPL-3.0-only

Опубликован 3 мая 2026 г.

Monday Night Minin'

Or "Monimi" for short

Made for ModFest: 26

A Friday Night Funkin' inspired rhythm versus mod; play by yourself or against an opponent for the highest score!

🛈 Note
No charts are included in the mod!
You will need to download them separately (for licensing reasons).

Features

  • Speakers, where you can check out and play charts
  • Microphones, can't rap without one!!
  • Solo and versus play
  • Data-driven charts and player animations
  • Swaggy note splashes and judgement text
  • Configurable scroll speed and toggleable down scroll

Where to Get Charts

Here are some released charts which can be played with Monimi:

Making Your Own Charts

There is no official chart editor, meaning you will have to use FNF's chart editor and convert it to the following format yourself:

{
  "song": {
    "name": "ROT FOR CLOUT",
    "artist": "Jamie Paige",
    "file": "monimi:music/rot_for_clout",
    "cover": "monimi:textures/cover/rot_for_clout.png",
    "length": 150,
    "bpm": 172
  },
  "charter": "Blex",
  "scrollSpeed": 2.8,
  "notes": [
    [ 200, 0 ],
    [ 400, 1 ],
    [ 600, 2 ],
    [ 800, 3 ],
    [ 1000, 0, 500 ],
    [ 1200, 1, 500 ],
    [ 1400, 2, 500 ],
    [ 1600, 3, 500 ]
    ...
  ]
}

Each note is 2 or 3 numbers, representing the time, direction, and length respectively. Time and length are both in milliseconds, and the directions are 0 - left, 1 - down, 2 - up, 3 - right.

Making Your Own Animations

Animations are bound to the microphone item and are completely data-driven. In order to create a new animation, ensure the following things are setup first:

Animating

Inside Blockbench, open the player and switch to the animations tab. Then, either modify the existing five animations or create a new group and make your own animations inside there. (If doing so, ensure to keep the animation names the same).

When finished animating, export the JSON file, rename it and move it inside the appropiate location inside an resource pack (assets/<namespace>/animations/<your_json_file_here>).

🛈 Hints

  • The animations are supposed to feel snappy! Try to work with instant poses and keep movement down to a few frames, though, the animations can be made as long as needed.
  • Right-clicking on an animation shows their properties. Looping behavior can be adjusted there. Use the Loop Delay field to determine where the next loop starts (the label is missleading)

Loading the Animation In-Game

Inside Minecraft, an item needs to be modified to be recognized as a microphone with our new animation. This is done through Item Components.
The following command can be used as an quick start:

/give @s copper_axe[monimi:microphone="<namespace>:<your_animation_name_here>"]

It can be extended and modified to your liking by either changing the base item (copper_axe) and adding more components that also change its name and appearance.

Additionally, recipes can be modified to contain these components too.

Центр версий

7 версий
  • Релиз1.2 МБ
  • Релиз1.2 МБ
  • Релиз1.2 МБ
  • Релиз1.2 МБ
  • Релиз1.2 МБ
  • Релиз1.2 МБ
  • Релиз1.1 МБ

Ченджлог

1.2.0Релиз26.1.2 · 27 мая 2026 г.

Changes

  • Added tutorial chart
  • Added leaderboard button to song selection screen
  • Added colors to keybinds
  • Difficulty text is grayed out when not selected just like star rating

Fixes

  • Adjusted spacing on song length label
  • Fixed root bone not handling rotations and translations correctly
  • Fixed animations not resetting
  • Fixed leaderboard screen being jumpy
1.1.4Релиз26.1.2 · 20 мая 2026 г.

Changes

  • Added lane spacing config option
  • Added center spacing config option
  • Added full root bone support
  • Added missing easings
  • Star rating becomes highlighted when the chart is selected

Fixes

  • Fixed milliscule precision loss
  • Fixed concurrent modification exceptions for good
1.1.3Релиз26.1.2 · 18 мая 2026 г.

Changes

  • Added new sound system that bypasses the need for a sounds.json
  • Added support for high-quality stereo playback in the play screen
  • Added volume key to chart format

Fixes

  • Fixed incompatability with EMF in conjunction with animation packs such as Fresh Animations
1.1.2Релиз26.1.2 · 17 мая 2026 г.

Fixes

  • Fixed left-handed players holding microphone in the wrong hand
  • Fixed rare crash when hitting a note too early
1.1.1Релиз26.1.2 · 16 мая 2026 г.

Changes

  • Added charts played statistic
  • Added text to song selection screen when there are no charts
  • Sort charts alphabetically and by difficulty

Fixes

  • Fixed idle looping animation
  • Fixed hide gui state not being restored
  • Fixed "Unknown" names in leaderboard
  • Fixed song still playing when the player dies during it
  • Fixed crash when quitting a song before it starts
  • Fixed avatar state typecast crash
1.1.0Релиз26.1.2 · 11 мая 2026 г.

Changes

  • Added crafting recipes
  • Added more song metadata (Difficulty, star rating, and explicit/stream unsafe labels)
  • Added ghost tapping
  • Added highscore tracking
  • Added leaderboard
  • Added more messages for beating your highscore and winning/losing against your opponent
  • Improved basic animations
  • Added support for looping animations
  • Added command to query if a player has a certain score on a chart
  • Added command to query how many ticks are left in a speakers' song

Fixes

  • Fixed spectators not seeing animated speakers or hearing music
  • Fixed players in a match being pushable
  • Numerous fixes to animations
  • A few fixes to UI

Комментарии

Загружаем…