The Lightest Lamps Mod for Fabric
Lightest Lamps adds a lot of lamps that have bigger light range and special ones.
This mod requires Cloth Config API and Fabric API. Also, I recommend installing REI.
Click on Images tab to see screenshots.
Support me:
FAQ:
Q: Can I use this mod in my modpack?
A: Yes, you can use this mod in your Modpack.
Q: Can you backport mod to version <1.17?
A: No
Q: Forge version?
A: Here, it can be a bit outdated sometimes. I'm focusing on Fabric.
Q: Where can I report issue with the mod?
A: Please report issues on GitHub and not in comments. It will be easier for me.
podrian sacar la version 1.18.2 en forge?? gracias es un gran mod
In reply to amparo67:
Forge version is still work in progress. Forge versions are here.
Also, please comment in English, it will be easier for me. Thank you.
We found an issue related to the redstone lamp advancement in the logs, checked the code and after 20 minutes of searching found a parsing error. It exists on 1.17 version of the mod, not sure about 1.18 one
[03:35:59] [Worker-Main-7/ERROR]: Parsing error loading custom advancement minecraft:recipes/building_blocks/redstone_lamp: Unknown required criterion 'redstone'
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:redstone_lamp"
]
},
"criteria": {
"neonrec": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:redstone"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:redstone_lamp"
}
}
},
"requirements": [
[
"redstone",
"has_the_recipe"
]
]
}
So basically the fix to this would be
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:redstone_lamp"
]
},
"criteria": {
"redstone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:redstone"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:redstone_lamp"
}
}
},
"requirements": [
[
"redstone",
"has_the_recipe"
]
]
}
(Would have posted this on github but I don't have account there and cba to make one just to post this)
podria ser 1.18.2 para forge gracias un saludo
Hi, possible to update to 1.18.2 ?
In reply to buarda12:
Fu**. I forgot that 1.18.2 is out. See update soon
In reply to Prefex89:
nice, thanks man
... is there a something like the Glowing Glass Blocks but farmland or dirt that can be turn in to Farmland? and if there not can you make it? and also make it work with straw golem mod? if you want. it just my farm looks and works very bad because i have so many lights in it, so mobs don't kill my golems. ( for 1.17.1)
This looks so cool I want a 1.16.5 version pretty please
In reply to OraiosKyrios:
Did I say that I don't backport? YES. For 1.16.5 use forge version.
Yeah okay a few full moons with a Looting 3 sword and a mob grinder going full speed and 0 shards still. They simply do not drop.
What could be the issue?
In reply to heksile:
If you are playing on v0.9.6 then I don't know. It should work. If not update the modpack what are you playing or update the mod.
In reply to Prefex89:
0.9.6 yes. No idea either. Is there any way to somehow check what mod could be blocking it?
How rare are moon shards? It's like day 256 in-game and i still haven't seen a single one. Even spent a few full moons just running around in the forest killing everything and still none.
1.18.1 coming soon ?
In reply to synnlaim:
soon™
Thanks again for a great mod. I have looked for information on how the gas centrifuge works but cannot find anything. I would like to use the Power function to craft faster, but what does the LV, MV and HV power tier mean and how do you power it?
In reply to RubberDuckie98:
If you are playing with Techreborn. Techreborn cables has own tiers, you need to use right one and also right energy source.
In reply to Prefex89:
I see, thanks for the info. Another question: Is there any way to turn down the light level of these lamps? They are way brighter than regular level 15 daylight and I would like them to be a bit dimmer.
Just wanted to put this out there in case it was intended but missed. Raw Lanthanum cannot be smelted in a blast furnace. If that is intended then I don't mind but just thought you should know in case it wasn't