Tags
Creators
Details
Licensed MIT
Created 4 years ago
Updated last year
All versions
3.0.0
Release
Infinity Buttons FORGE 3.0.0 - 1.16.54 years ago 64
Compatibility
Minecraft: Java Edition
1.16.5
Platform
Forge
Supported environments
Client and server
Required content
Changes
3.0.0
- Ported to 1.19.3.
- Added Deepslate, Granite, Diorite, Andesite, Calcite, Tuff and Dripstone Buttons.
- Added Concrete Powder Buttons, which act the same as Sand Buttons.
- Added Lamp Button and Lever.
- Added Carpenter compat. (1.18.2)
- Added Stonecutter recipes.
- Added an actionbar message to Safety Buttons when you don't sneak.
- Added WoodGood compat.
- Fixed texture rotation on Secret Buttons.
- Changed the order of colored buttons, to match with 1.19.3.
- Changed Prismarine Button Recipes.
- Sorted tags to improve recipe compatibility.
- Bookshelf Secret Buttons now provide Enchanting Power.
1.19.3:
- Added vanilla buttons to the beginning of the Infinity Buttons tab.
- Added Large Buttons to the Building Blocks tab.
- Added Redstone Torch lever and Copper Buttons to the Redstone tab.
- Added all colored buttons to the Colored Blocks tab.
- Crimson and Warped Buttons now use Nether wood sounds.
Fabric Only:
- Ported to 1.18.2.
- Added tag models for EMI.
- Fixed the Emergency Button tooltip mentioning Safety Buttons.
- Added compat for Nether's Delight Fabric. (1.18.2)
Forge Only:
- Added Mangrove buttons. (1.19.x)
- Added Woodworks compat. (1.18.2 and 1.19.x)
- Added compat for Abundance, Atmospheric, Bamboo Blocks, Bayou Blues, Enhanced Mushrooms, Upgrade Aquatic, Buzzier Bees, Neapolitan and Savage & Ravage. (1.16.5)
- Expanded Quark compat.
- Changed things in the way compat works. All loot table errors have been fixed! More info on compat soon! Be sure to back up your world! (Special Thanks to MehVahdJukaar for helping out!)
- Fixed an issue causing compat blocks to have no tags. (1.18.2 and 1.19.x)
- Fixed a black outline on Torch buttons when mod resources are not set correctly. (1.19.x)
- Merged Creative Tabs
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:2raGoXFz:8OWbJ7aj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2raGoXFz:8OWbJ7aj"
}


