All versions
1.0.5
Release
Lampcrafting 1.0.53 years ago 1,860
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Update 1.0.5: Additions:
- Added 4 patterns - "Wave," "Lake," "Hourglass," and "Spoon," along with their versions for soul lamps.
- Added 1 lamp with its own mechanic - the Communicative Lamp. Its mechanic involves transmitting signals to other communicative lamps, enabling them to turn on, but with signal transmission distance limitations. To craft it, you'll need 4 redstone lamps and 4 redstone dust.
- Added 1 achievement.
- The mod is now available on Fabric 1.20.1. Changes:
- On the Fabric version of the mod, the achievement requirement "Live a century – shine a century" has been changed from [Get a patterned lamp] to [Get a regular redstone lamp].
- Minor changes and small improvements. Fixes:
- Fixed a flaw in the light reflector.
- Rectified the issue where one secret wasn't so secret. But don't be upset; here's what I'll say about it: 00101111 01010011 01010101 01010011. I hope it's clearer now if you were disappointed.
- Fixed a bug where if you placed the power source first and then the lamp, the lamp wouldn't light up.
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:Ec2eBEYf:x80MujH8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Ec2eBEYf:x80MujH8"
}

