All versions
1.0.4
Release
Lampcrafting3 years ago 107
Compatibility
Minecraft: Java Edition
1.19.4
Platform
Forge
Supported environments
Client and server
Changes
Update 1.0.4: Additions:
- Added a large redstone lamp and large lamps with Flower, Lighthouse and Goth patterns. To make one of the large lamps you need to make 8 large lamp assembly blocks and make a 2 by 2 cube of them and they will turn into a large lamp, but if you break one of the large lamp blocks it will disassemble back into assembly blocks. The large lamp works the same way as regular 1 block sized lamps. To create assembly blocks, you need to place 4 redstone lamps and 1 copper block in the workbench and you will get 4 assembly blocks of the large redstone lamp. In the stonecutter you can remake into other patterns
- Added 1 lamp with new pattern
- Added localization for Russian
- Added 2 achievements
- Added 2 secrets Fixes:
- Fixed the fact that all lamps except the light reflector(it's not really a lamp) did not have a 4 tick delay when turned off like vanilla redstone lamps
- Fixed that the moon lamp didn't have a soundtrack like redstone soul lamps, even though it is made from soul lamps. It will not be fixed that the moon lamp scares away pyglies as there are plans to redesign them in the future
- Fixed the fact that some redstone soul lamps did not have a sound when turned on and off
- Minor fixes (related to names and other text)
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:96CSFkx4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Ec2eBEYf:96CSFkx4"
}

