Tags
Creators
Details
All versions
1.8.4
Release
Thingamajigs 1.8.46 months ago 592
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Additions:
- Asphalt Layers (places like snow layers, 4 ages)
- Sidewalk Layers (places like snow layers, 3 variants)
- Furious Statue (Redstone Block Statue)
- Sorrow Statue (Lapis Block Statue)
- Soccer Ball (known as the football in most areas)
- Basketball
- Tennis Ball (stackable by clicking more tennis balls onto existing piles)
- Tennis Net (vertically and horizontally stackable)
- Tennis Racket
- Thingamajig Painting (painting placer for thingmajigs paintings)
- Crossbar Switch (for classic phone offices)
- Config Screen (ingame configuration)
- Phones can now call numbers (built-in ones, with error checking and feedback tones/messages)
- Paintbrushes can be right-clicked in the inventory to change their 'length' which when the paintbrush is used places directionally more road markings in a row behind and in front of the placement position, up to the configurable maximum
- Stainless Washer (a more sleek, metallic version of the washer)
- Weight Scale
- Axis Switches (old phone system xy switches)
- Axis Switch Relays (old phone system xy switch relays)
Changes and Improvements:
- Animated Deer item has in-world model now
- Animated Deer BE should now properly show setting changes without a manual block update
- Bowling Pins only get knocked down by items that are bowling ball tagged (the item entity itself has to have a 'bowling ball' item)
- Paintbrushes' models are handheld instead of a generic item model now
- Reworked some logic here and there
- Purifying Water textures remade (flowing and still)
- Disabled blue creative background as it is being retired after ~3-5 years of service
- Legacy code marked as 'for removal' due to not being used at all, excluding methods used by some items (if you are making addons, do not use these marked pieces of code)
- Paintbrushes and Torch-like blocks have had some minor performance boosts and otherwise cleanup to their code, including deprecating and removing ancient code
- Added mixins for Painting so that the Thingamajig Painting item can be dropped from a Thingamajigs Variant Painting (will drop vanilla item normally even if the modded item cannot drop)
- Changed name of Phone Switcher to "Step Switcher (Phone)" to better reflect what it actually is
- Moved incompatible code from both sidedness to client and server split sidedness
- Added ThingamajigsDecorationBlock and ToggledStateBlock blockstate gen for easier decoration blockstate file making (this means addons can use the blockstate gen to make properly formatted files that use Thingamajigs' block classes and decorations can be made faster)
- Changed some paintings' designs or remastered them
- Some phone sound effects changed to reflect their new uses and added more
- Thingamajigs' Treatise updates
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:W4lcnMx3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:riypeXAj:W4lcnMx3"
}

