2.6
Compatibility
Changes
Features
-
Cardboarder: A new villager profession, It's profession block is the Cardboard Box (more on that later), he trades you cardboard items and you can exchange emeralds, cardboard items and cardboard money, it has a use now!
-
Cardboard Box: A new container block, like a chest, just put 8 cardboard on the crafting table in a circle shape
-
Cardboard Glasses: Glasses that give you night vision and also remove blindness and darkness while wearing
-
Stickman with Glasses: A new stickman, with a catch, it can see from super far away!
-
Iron-Armored Stickman Cobble-house: A new common structure you can find through-out the caves of the Cardboard Arcade Game, It is a simple house containing beds, a crafting table, furnace and a chest with loot, and a 2 Iron-Armored Stickman spawners hidden under the bed
-
tax faurd: go to de extreme cardboard phone
-
More Boards potion: The more boards effect has a potion! Go to a brewing stand and put an awkward potion and a board and you've got the potion
Changes
-
Every cardboard phone now does not give out any money, because it has a use now, and when getting a card from a phone it dissapears entirely
-
Cardboard's look has been changed! Slightly added a hint of more red-ish or something (I'm not changing the icon cuz im lazy)
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:IEoGYO1T:Z7A8ZWMH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IEoGYO1T:Z7A8ZWMH"
}

