Tags
Creators
Details
All versions
1.8.7
Release
Thingamajigs Neo 1.8.7last month 254
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Update 1.8.7 for NeoForge!
Tested on internal dedicated server environment, and seems to work
Additions:
- Vending Machine functionality added to vending machines (pay with money or card, and receive a product; products may be obtainable only by vending machines)
- Tube Man has 16 color variants
- Pizza Vending Machine (can be connected further than 2 blocks wide)
- Ice Cream Vending Machine (can be connected further than 2 blocks wide)
- Debit Card is back (with functionality explained on ATMs, Change Machines, and the item itself)
Changes and Improvements:
- Tube Man animation changed, with controlled randomness added in
- Change Machine functionality recreated (1 emerald = 4 money, and 1 money = 4 coins)
- ATMs require you to hold the Debit Card in the main hand, and hold money in the offhand to add that money to the card, you cannot use emeralds or coins directly with ATMs
- Change Machines convert emeralds to money, and money to coins, and can convert coins back into money, but not money back into emeralds
- Split code for newest additions into server and client for easier readability and seperation of features
- Added some descriptions to features that needed them
- For the future textures added
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:riypeXAj:8MRjke2s"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:riypeXAj:8MRjke2s"
}

