Tags
Creators
Details
fabric-1.19.2-6.0
Compatibility
Required content
Changes
New instruments, new mechanics, and... Records?!
This patch introduces a major re-write to the ENTIRE mod! Let's explore what's new in it:
Migration Note
Loopers from version v3.0 will cease to work following this mod's update. To update them, simply insert an empty record, and let le` magic do its thing.
This will only work on v3.0 loopers!
Changes
- New dependency requirement: Genshin Instruments v3.4.1
- Removed Instrument Accessories tabs; merged with main Instruments tab
Instruments
-
New Asian instruments! (suggested by u/OllinArra)
- Shamisen & Bachi
- Pipa (Regular & Tremolo)
- Koto
-
The Violin now requires a Violin Bow to play
-
Added sound source credits to (almost) all instruments
-
Block instruments now do not stack
Looper
- Loopers now use Records to store their data
- Added new looper state:
looping- Controls whether this looper will be either looping or pausing after a track has been played
Redstone
- Loopers now take
playingredstone input, and as thus - are now directed there. (Suggsted by Emerald 310)- The input's behaviour changes depending on the
loopingstate:- When enabled, the Looper will toggle the
playingstate, resetting its track - When disabled, the Looper will always restart from the beginning
- When enabled, the Looper will toggle the
- The input's behaviour changes depending on the
- The Looper Comparator output now specifies whether it is playing (15) or not (0)
Records
Records are escentially disks that can be put inside of a looper to play their tracks.
Writable Record
To write a new disk, simply insert an Empty Record onto the block, and let the usual recordings uphold.
Additionally, you can pop out records from the Looper, and transfer or copy them to wherever your heart desires.
Pre-Burned Records
Pre-Burned records are records that can be found natrually in the world of Mineccraft, and be played in the Looper.
The following are the records, and where one may find them:
- Super Idol - De Xian Rong: Jungle Temple
- Sad Romance - Ji Pyeongkeyon: Savanna villages
- Timmy Trumpet & Savage - Freaks: Bastions
- Interesting Record: Abandoned Mineshafts
- HΓ€nschen klein - Franz Wiedemann: Buried Treasure
/emirecord Command
This command is responsible for handling locally saved records; similar to structure blocks.
- save: Saves a new record track from the Player's hands. The track will be saved under the
/generated/<id>/evenmoreinstruments/recordsdirectory. - burn: Burns the provdided track onto the player's held Empty Record.
- remove: Self-explanatory
Technical
- Recording tag moved from instruments to players
- Fixed conventinal key namings in all NBT references
Fixed
- Potential Quilt incompatibility issues (Fabric-only)
- Basically all Looper quircks & glitches
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| evenmoreinstruments-fabric-1.19.2-6.0-sources.jar | Unknown | 6.18 MiB |
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:Mcs3cqJ1:x8QuDCGF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Mcs3cqJ1:x8QuDCGF"
}




