# Star Worm Lighting

Learn more about Star Worm Lighting Mod (SWLM).

# Information

# About SWLM

#### **Why the Mod Started**

Anyone who has built big on Minecraft - or even those who have not - will understand the pain of trying to keep your builds well-lit without having torches and lanterns everywhere. While the occasional torch or lantern does provide a certain ambience and decorative value, for some they can just be an eyesore.

This was something AlaharranHonor (SWLM Owner) took note of when building their castles, and it inspired the concept for the Star Worm Lighting Mod (SWLM) idea - normal blocks that offered the same glow (15 light) as glowstone but could be used seamlessly in builds as normal blocks. No longer would your roof be dark and terrifying, or would dingy corners of your base spawn your ongoing demise as you continuously torched the place up like a bonfire to stay alive.

SWLM was initially posted to CurseForge in May of 2020 for version 1.12.2 and was ported forward to 1.16.5 in 2021 for use in building the Official SWE server.

---

#### **Why Star Worms?**

The Owner of SWLM was looking for something that was easily obtainable in quantity, made sense, and also seemed original compared to other mods common at the time. At night, in a poorly lit castle courtyard, they looked up to the stars. Many mods used stars as their inspiration so it wasn't an option. What if that same twinkling, glowing effect were from underground and mine-able? What would that resemble in real life? Glow worms. In large enough caves, glow worm colonies can look like night skies. Original, makes sense, and easily obtainable? Bingo!

<details id="bkmrk-original-inspiration"><summary>Original Inspiration Pictures</summary>

[![image-1673741914450.png](https://wiki.swequestrian.com/uploads/images/gallery/2023-01/scaled-1680-/image-1673741914450.png)](https://wiki.swequestrian.com/uploads/images/gallery/2023-01/image-1673741914450.png)

[![image-1673741979024.png](https://wiki.swequestrian.com/uploads/images/gallery/2023-01/scaled-1680-/image-1673741979024.png)](https://wiki.swequestrian.com/uploads/images/gallery/2023-01/image-1673741979024.png)

[![image-1673742031386.png](https://wiki.swequestrian.com/uploads/images/gallery/2023-01/scaled-1680-/image-1673742031386.png)](https://wiki.swequestrian.com/uploads/images/gallery/2023-01/image-1673742031386.png)

</details>---

#### **What does SWLM Include?**

SWLM offers 'SW' or glowing versions of many vanilla and Star Worm modded blocks.

- SWLM only creates 'versions' of and effects whole blocks. It does not not 'copy' slabs, stairs, walls, or any other kind of block.
- SWLM does not take mod or block suggestions.

It offers hundreds of blocks that, when combined with a single Star Worm Goop, can create a SW Block.

- 84 as of 1.12.2.
- 311 as of 1.16.5, including SWEM, SWDM, and SWPM variants.
- 395 as of 1.18.2, including SWEM, SWDM, and SWPM variants.
- 395 as of 1.20.1, including SWEM, SWDM, and SWPM variants.

---

#### **Disclaimer**

When using shaders that have ambient lighting (glow / blur), SW blocks will emit light similar to torches and lanterns in a way that makes them blend far less seamlessly into builds or terrain than without shaders. Some shaders can be adapted to have a subtler effect when using SW blocks, or the ambient glow can be disabled entirely, but **it is not possible for the mod to disable this effect**, it must be done through the shader.

# Configs

<p class="callout danger">The 1.20.1 config is suspected to be bugged and may not generate; you can try manually creating the config, but this isn't guaranteed to work properly.</p>

The SWLM server config adds world-specific configurable settings for ore generation. It can be opened and edited with a simple text editing program like Notepad.

**Singleplayer**

**MultiMC:** Instance &gt; Minecraft Folder (Right Sidebar) &gt; Saves &gt; \[World Name\] &gt; Serverconfig &gt; swlm-server.toml  
**CurseForge:** Profile &gt; ... (next to play) &gt; Open Folder &gt; Saves &gt; \[World Name\] &gt; Serverconfig &gt; swlm-server.toml  
**Forge (Windows):** `[user]/AppData/Roaming/.minecraft/saves/[world name]/serverconfig/swlm-server.toml`  
**Forge (Mac):** `~/Library/Application Support/minecraft/saves/[world name]/serverconfig/swlm-server.toml`

**Multiplayer (Server)**

\[server root\]/\[world name\]/serverconfig/`swlm-server.toml`

If the config file is not in the folder, then try running the world again to generate it.  
If its still not there, copy/paste the full default config (below) into a .txt file, edit the config values as you wish, name it 'swem-server.toml', and put the .txt file into the folder. The server should read it upon next start-up.

---

#### Configs Explained

**General**  
Config: Short for configuration, which means to change something to your preference.   
Default: Means the one that is preset. If at any time you need to reset, the default config is always okay to return to.  
Lines: Configs are read by the computer in lines, like programming code. The lines staying the way they are is very important.  
\#: Means everything in that line of the config will not be read by the computer. Changes made here will effect nothing.

*Remember the primary rule for configs: Do not change ANY text that is not clearly written as a change like true/false, numbers, and lists. These changeable things will be clearly defined and look like test questions.*

<p class="callout info">1.12.2 uses only a common config, while 1.16.5 and above use only serverconfigs. The below config explanation only reflects the 1.16.5+ serverconfigs.</p>

---

```diff
    #Enable SWLMCobble ore generation?
	EnableSWLMCobbleOre = true
```

**This says:** Should SWLM Cobble generate naturally in the world. Must be true or false. Default is true.

```diff
    #SWLMCobble ore vein size
	#Range: > 1
	SWLMCobbleVeinSize = 7
```

**This says:** How big can SWLM Cobble veins be when they generate naturally. Must be greater than 1. Default is up to 7.

```diff
    #SWLMCobble ore vein count per chunk
	#Range: > 1
	SWLMCobbleVeinCount = 12
```

**This says:** How many SWLM Cobble veins can be in one chunk when they generate naturally. Must be greater than 1. Default is up to 12.

```diff
    #SWLMCobble ore minimum height
	#Range: > 1
	SWLMCobbleBottomHeight = 50
```

**This says:** What's the lowest Y-level SWLM Cobble can spawn at. Must be greater than 1. Default is level 50.

```diff
    #SWLMCobble ore maximum height
	#Range: > 1
	SWLMCobbleMaxHeight = 128
```

**This says:** What's the highest Y-level SWLM Cobble can spawn at. Must be greater than 1. Default is level 128.

---

#### Full (Default) Config

<details id="bkmrk-1.12.2-default-confi"><summary>1.12.2 Default Config (starwormlighting.cfg)</summary>

<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">\# Configuration file</span>

<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">worldgen {</span>

<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"><span class="Apple-tab-span" style="white-space: pre;"> </span></span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">\# VeinPerChunk Star Worm Cobblestone \[range: 0 ~ 64, default: 2\]</span>

<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"><span class="Apple-tab-span" style="white-space: pre;"> </span></span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">I:veinPerChunk=2</span>

<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"><span class="Apple-tab-span" style="white-space: pre;"> </span></span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">\# VeinSize Star Worm Cobblestone \[range: 1 ~ 64, default: 7\]</span>

<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"><span class="Apple-tab-span" style="white-space: pre;"> </span></span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">I:veinSize=7</span>

<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">}</span>

</details><details id="bkmrk-1.16.5-%2F1.18.2-%2F-1.2"><summary>1.16.5 / 1.18.2 / 1.20.1 Default Config (swlm-server.toml)</summary>

<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">\[SWLMOreGen\]</span>

<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"><span class="Apple-tab-span" style="white-space: pre;"> </span></span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">\#Enable SWLMCobble ore generation?</span>

<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"><span class="Apple-tab-span" style="white-space: pre;"> </span></span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">EnableSWLMCobbleOre = true</span>

<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"><span class="Apple-tab-span" style="white-space: pre;"> </span></span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">\#SWLMCobble ore vein size</span>

<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"><span class="Apple-tab-span" style="white-space: pre;"> </span></span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">\#Range: &gt; 1</span>

<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"><span class="Apple-tab-span" style="white-space: pre;"> </span></span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">SWLMCobbleVeinSize = 7</span>

<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"><span class="Apple-tab-span" style="white-space: pre;"> </span></span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">\#SWLMCobble ore vein count per chunk</span>

<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"><span class="Apple-tab-span" style="white-space: pre;"> </span></span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">\#Range: &gt; 1</span>

<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"><span class="Apple-tab-span" style="white-space: pre;"> </span></span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">SWLMCobbleVeinCount = 12</span>

<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"><span class="Apple-tab-span" style="white-space: pre;"> </span></span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">\#SWLMCobble ore minimum height</span>

<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"><span class="Apple-tab-span" style="white-space: pre;"> </span></span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">\#Range: &gt; 1</span>

<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"><span class="Apple-tab-span" style="white-space: pre;"> </span></span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">SWLMCobbleBottomHeight = 50</span>

<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"><span class="Apple-tab-span" style="white-space: pre;"> </span></span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">\#SWLMCobble ore maximum height</span>

<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"><span class="Apple-tab-span" style="white-space: pre;"> </span></span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">\#Range: &gt; 1</span>

<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"><span class="Apple-tab-span" style="white-space: pre;"> </span></span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">SWLMCobbleMaxHeight = 128</span>

</details>---

#### Troubleshooting

<details id="bkmrk-%22i-cannot-see-the-op"><summary>"I cannot see the options shown here!"</summary>

Check all of the following:

- You are using the correct version of Minecraft for the config you want (e.g., the 1.12.2 config is different from the 1.16.5+ config).
- You are using the latest release of the mod for your version of Minecraft - these values represent configs for the very latest release!

If you have confirmed the above and still do not have the options listed here you will need to reload your config file.

1. Close your world if you are currently in it
2. Go to your server config file for that **specific** world - how to get there is shown at the top of this page
3. Open the file and make note of any values you have set **if** you have adjusted it before (if not, there is no need)
4. Delete the **swem-server.toml** file 
    1. - If using 1.12.2, you'll delete the **starwormlighting.cfg** file located in your config folder.
5. Load into your Minecraft world to regenerate the config
6. The newly generated config file should be a fresh default config
7. Adjust and settings you need, save the file and reload into your world again to apply the changes!

</details>

# Credits

Credits for development on SWLM are listed below!

---

#### **Version - Forge 1.18.2**

*Owner and Production Lead - AlaharranHonor*

<details id="bkmrk-programming-primary%3A"><summary>Programming</summary>

Primary: Legenden

Update: Mothfet

</details><details id="bkmrk-texture-art-primary%3A"><summary>Texture Art</summary>

Primary: AlaharranHonor

Update: Cytris

</details>---

#### **Version - Forge 1.16.5**

*Owner and Production Lead - AlaharranHonor*

<details id="bkmrk-programming-primary%3A-0"><summary>Programming</summary>

Primary: Silverwolf

Secondary: Legenden

Update: Silverwolf

</details><details id="bkmrk-admin.-assist.-prima"><summary>Admin. Assist.</summary>

Primary: TheaRaven

Secondary: LegaLace1

</details>---

#### **Version - Forge 1.12.2**

*Owner and Production Lead - AlaharranHonor*

<details id="bkmrk-department-primary%3A%C2%A0"><summary>Programming</summary>

Primary: Beerik

</details><details id="bkmrk-textures-primary%3A-al"><summary>Textures</summary>

Primary: AlaharranHonor

</details>

# Items

# Star Worm Cobble

**Description:** Star Worm Cobble is a block that can be crafted into [Star Worms](https://wiki.swequestrian.com/books/star-worm-lighting-mod/page/star-worms "Star Worms").

---

**Details:**

<table border="1" id="bkmrk-renewable%3A-%C2%A0-stackab" style="border-collapse: collapse; width: 40.4938%; height: 242px;"><tbody><tr style="height: 29px;"><td class="align-right" style="width: 20.2469%; height: 29px;">**Renewable:**</td><td style="width: 20.2469%; height: 29px;">Yes</td></tr><tr style="height: 10px;"><td class="align-right" style="width: 20.2469%; height: 10px;">**Stackable:**

</td><td style="width: 20.2469%; height: 10px;">Yes (64)</td></tr><tr style="height: 29px;"><td class="align-right" style="width: 20.2469%; height: 29px;">**Tool:**</td><td style="width: 20.2469%; height: 29px;">Pickaxe (Any)</td></tr><tr style="height: 29px;"><td class="align-right" style="width: 20.2469%; height: 29px;">**Blast Resistance:**</td><td style="width: 20.2469%; height: 29px;">6</td></tr><tr style="height: 29px;"><td class="align-right" style="width: 20.2469%; height: 29px;">**Hardness:**</td><td style="width: 20.2469%; height: 29px;">1.5</td></tr><tr style="height: 29px;"><td class="align-right" style="width: 20.2469%; height: 29px;">**Luminant:**</td><td style="width: 20.2469%; height: 29px;">Yes</td></tr><tr style="height: 29px;"><td class="align-right" style="width: 20.2469%; height: 29px;">**Transparent:**</td><td style="width: 20.2469%; height: 29px;">No</td></tr><tr style="height: 29px;"><td class="align-right" style="width: 20.2469%; height: 29px;">**Flammable:**</td><td style="width: 20.2469%; height: 29px;">No</td></tr><tr style="height: 29px;"><td class="align-right" style="width: 20.2469%; height: 29px;">**Flammable (Lava):**</td><td style="width: 20.2469%; height: 29px;">No</td></tr></tbody></table>

---

#### **Obtaining**

**Natural Generation** <span style="font-weight: 400;">Star Worm Cobble can generate at Y level 50 and up. It is often exposed in Mountain regions. When spawned or placed it glows, so an ideal time to go searching for Star Worm Cobble is at night in the mountains, but it can also be found in other biomes and underground.</span>

**Breaking** <span style="font-weight: 400;">Star Worm Cobble can be broken by hand, however it is quicker and more efficient to use a pickaxe (any).</span>

**Crafting** You can craft Star Worm Cobble with 8 [Star Worms](https://wiki.swequestrian.com/books/star-worm-lighting-mod/page/star-worms) and 1 cobblestone block. It yields 2 Star Worm Cobble.

![Screenshot_10_-_Copy.png](https://wiki.swequestrian.com/uploads/images/gallery/2021-02/scaled-1680-/screenshot-10-copy.png)

---

#### **Usage**

**Crafting ingredient** Star Worm Cobble is the core ingredient to create [Star Worms](https://wiki.swequestrian.com/books/star-worm-lighting-mod/page/star-worms), a product needed to create [Star Worm Goop](https://wiki.swequestrian.com/books/star-worm-lighting-mod/page/star-worm-goop).

![image-1615855308126.png](https://wiki.swequestrian.com/uploads/images/gallery/2021-03/scaled-1680-/image-1615855308126.png)

# Star Worms

**Description: <span style="font-weight: 400;"> Star Worms are an item crafted from [Star Worm Cobble](https://wiki.swequestrian.com/books/star-worm-lighting-mod/page/star-worm-cobble "Star Worm Cobble"), and are used to craft [Star Worm Goop](https://wiki.swequestrian.com/books/star-worm-lighting-mod/page/star-worm-goop "Star Worm Goop") and other items.</span>**

---

**Details:**

<table border="1" id="bkmrk-renewable%3A-%C2%A0-stackab" style="border-collapse: collapse; width: 40.4938%; height: 87px;"><tbody><tr style="height: 29px;"><td class="align-right" style="width: 20.2469%; height: 29px;">**Rarity color:**</td><td style="width: 20.2469%; height: 29px;">Common</td></tr><tr style="height: 29px;"><td class="align-right" style="width: 20.2469%; height: 29px;">**Renewable:**</td><td style="width: 20.2469%; height: 29px;">No</td></tr><tr style="height: 29px;"><td class="align-right" style="width: 20.2469%; height: 29px;">**Stackable:**</td><td style="width: 20.2469%; height: 29px;">Yes (64)</td></tr></tbody></table>

---

#### **Obtaining**

**Crafting** Star Worms can be crafted by combining 4 [Star Worm Cobble](https://wiki.swequestrian.com/books/star-worm-lighting-mod/page/star-worm-cobble) as shown.

![image-1615856025628.png](https://wiki.swequestrian.com/uploads/images/gallery/2021-03/scaled-1680-/image-1615856025628.png)

---

#### **Usage**

**Crafting ingredient** Star worms can be crafted into [Star Worm Goop](https://wiki.swequestrian.com/books/star-worm-lighting-mod/page/star-worm-goop) with 1 Star Worm and 1 [Mortar &amp; Pestle](https://wiki.swequestrian.com/books/star-worm-lighting-mod/page/mortar-pestle) (will not consume the tool)

![image-1640823009234.png](https://wiki.swequestrian.com/uploads/images/gallery/2021-12/scaled-1680-/image-1640823009234.png)  
Star worms can be crafted back into Star Worm Cobble by surrounding 1 cobble block with 8 Star Worms.

![image-1670181290267.png](https://wiki.swequestrian.com/uploads/images/gallery/2022-12/scaled-1680-/image-1670181290267.png)

# Mortar & Pestle

**Description:** Mortar &amp; pestle**<span style="font-weight: 400;"> is an item used for crafting [star worm goop](https://wiki.swequestrian.com/books/star-worm-lighting-mod/page/star-worm-goop "Star Worm Goop").</span>**

---

**Details:**

<table border="1" id="bkmrk-renewable%3A-%C2%A0-stackab" style="border-collapse: collapse; width: 40.4938%; height: 87px;"><tbody><tr style="height: 29px;"><td class="align-right" style="width: 20.2469%; height: 29px;">Rarity color:</td><td style="width: 20.2469%; height: 29px;">Common</td></tr><tr><td class="align-right" style="width: 20.2469%;">Durability:</td><td class="align-left" style="width: 20.2469%;">Infinite</td></tr><tr style="height: 29px;"><td class="align-right" style="width: 20.2469%; height: 29px;">Renewable:</td><td style="width: 20.2469%; height: 29px;">Yes</td></tr><tr style="height: 29px;"><td class="align-right" style="width: 20.2469%; height: 29px;">Stackable:</td><td style="width: 20.2469%; height: 29px;">No</td></tr></tbody></table>

---

#### **Obtaining**

**Crafting**

[![image-1640823237841.png](https://wiki.swequestrian.com/uploads/images/gallery/2021-12/scaled-1680-/image-1640823237841.png)](https://wiki.swequestrian.com/uploads/images/gallery/2021-12/image-1640823237841.png)

---

#### **Usage**

**Crafting ingredient**

[![image-1640823175373.png](https://wiki.swequestrian.com/uploads/images/gallery/2021-12/scaled-1680-/image-1640823175373.png)](https://wiki.swequestrian.com/uploads/images/gallery/2021-12/image-1640823175373.png)

# Star Worm Goop

**Description:** Star Worm Goop **<span style="font-weight: 400;">is an item used to add luminance to other blocks.</span>**

---

**Details:**

<table border="1" id="bkmrk-renewable%3A-%C2%A0-stackab" style="border-collapse: collapse; width: 40.4938%; height: 87px;"><tbody><tr style="height: 29px;"><td class="align-right" style="width: 20.2469%; height: 29px;">**Rarity color:**</td><td style="width: 20.2469%; height: 29px;">Common</td></tr><tr style="height: 29px;"><td class="align-right" style="width: 20.2469%; height: 29px;">**Renewable:**</td><td style="width: 20.2469%; height: 29px;">Yes</td></tr><tr style="height: 29px;"><td class="align-right" style="width: 20.2469%; height: 29px;">**Stackable:**</td><td style="width: 20.2469%; height: 29px;">Yes (64)</td></tr><tr><td class="align-right" style="width: 20.2469%;">**Durability:**</td><td style="width: 20.2469%;">None</td></tr></tbody></table>

---

#### **Obtaining**

**Crafting** 1 Star Worm Goop can be crafted with 1 Star Worm and a Mortar and Pestle.

![image-1640822969060.png](https://wiki.swequestrian.com/uploads/images/gallery/2021-12/scaled-1680-/image-1640822969060.png)

---

#### **Usage**

**Crafting Ingredient  SW Blocks** <span style="font-weight: 400;">SW blocks are versions of vanilla blocks that give off light - to the same level as glowstone. When SWEM and SWDM are installed, these blocks can also be converted to SW versions. Simply place 1 Star Worm Goop and 1 Block into a crafting table to create a SW version. </span>

**Leads** SW Goop can be used interchangeably with slime balls to create (vanilla) leads.

![image-1684577596270.png](https://wiki.swequestrian.com/uploads/images/gallery/2023-05/scaled-1680-/image-1684577596270.png)

---

#### **Changelog**

<details id="bkmrk-this-is-not-a-comple"><summary>PRE 1.18.2</summary>

<p class="callout info">This is not a complete list of version changes / fixes. It is a changelog of relevant wiki-related version information.</p>

<table border="1" style="border-collapse: collapse; width: 100%; height: 121.781px;"><tbody><tr style="height: 29.7969px;"><td class="align-center" style="width: 13.3504%; height: 29.7969px;">**MC Version**</td><td class="align-center" style="width: 20.0257%; height: 29.7969px;">**Release**</td><td class="align-center" style="width: 66.6239%; height: 29.7969px;">**Notes**</td></tr><tr><td style="width: 13.3504%;">1.18.2  
</td><td style="width: 20.0257%;">1.18.2-0.5.3.22.2  
</td><td style="width: 66.6239%;">SW Goop can no longer be used to craft slimeballs, or be used interchangeably with slime balls **except** in the crafting of vanilla leads. </td></tr><tr><td style="width: 13.3504%;">1.16.5</td><td style="width: 20.0257%;">1.16.5-0.5.3.21</td><td style="width: 66.6239%;">**\[Deprecated Recipe\]  
![image-1640822925392.png](https://wiki.swequestrian.com/uploads/images/gallery/2021-12/scaled-1680-/image-1640822925392.png)**  
</td></tr></tbody></table>

</details>

# Lighting Blocks

Information for all SW blocks.

# Forge 1.12.2

**Description:** Combine blocks with Star Worm goop to convert to SW versions.

---

#### **Vanilla Blocks**

**Wood** SW Wood blocks come in 8 wood type variations of planks, logs, stripped logs and wood (logs).

<details id="bkmrk-planks-planks%3A-acaci"><summary>Planks</summary>

Acacia, Birch, Dark Oak, Jungle, Oak, Spruce

</details><details id="bkmrk-logs-logs%3A-acacia%2C-b"><summary>Logs</summary>

Acacia, Birch, Dark Oak, Jungle, Oak, Spruce

</details><details id="bkmrk-stripped-logs-stripp"><summary>Stripped Logs</summary>

Acacia, Birch, Dark Oak, Jungle, Oak, Spruce

</details><details id="bkmrk-wood-%28logs%29-wood%3A-ac"><summary>Wood (Logs)</summary>

Acacia, Birch, Dark Oak, Jungle, Oak, Spruce

</details>---

**Stone** SW 'stone' blocks come in all major vanilla stone types.

<details id="bkmrk-stones-stone%2C-andesi"><summary>Stones</summary>

Stone, Andesite, Diorite, Granite

</details><details id="bkmrk-stone-bricks-stone-b"><summary>Stone Bricks</summary>

Stone Bricks, Cracked Stone Bricks, Mossy Stone Bricks, Chiseled Stone Bricks

</details><details id="bkmrk-polished-andesite%2C-d"><summary>Polished</summary>

Andesite, Diorite, Granite

</details><details id="bkmrk-other-smooth-stone%2C-"><summary>Other</summary>

Smooth Stone, Cobblestone, Mossy Cobblestone

</details>---

**Valuables** SW 'valuables' blocks come in all major vanilla valuables blocks types.

<details id="bkmrk-valuables-obsidian%2C-"><summary>Valuables</summary>

Iron Block, Gold Block, Diamond Block, Emerald Block, Redstone Block, Lapis Lazuli Block

</details>---

**Sands** SW 'sand' blocks come in the two vanilla sand types.

<details id="bkmrk-sand-sand%2C-sandstone"><summary>Sand</summary>

Sand, Sandstone, Cut Sandstone, Smooth Sandstone, Chiseled Sandstone

</details><details id="bkmrk-red-sand-red-sand%2C-r"><summary>Red Sand</summary>

Red Sand, Red Sandstone, Red Cut Sandstone, Red Smooth Sandstone, Red Chiseled Sandstone

</details>---

**Ocean** SW 'ocean' blocks come in all major ocean block types.

<details id="bkmrk-ocean-prismarine-blo"><summary>Ocean</summary>

Prismarine Block, Prismarine Bricks, Dark Prismarine, Dried Kelp Block

</details>---

**Nether** SW 'nether' blocks come in all block, stone, and plant types.

<details id="bkmrk-nether-blocks-nether"><summary>Nether Blocks</summary>

Netherrack, Nether Brick, Chiseled Nether Bricks, Cracked Nether Bricks, Red Nether Bricks  
Chiseled Quartz Block, Quartz Bricks, Quartz Pillar, Smooth Quartz Block,   
Soul Sand

</details><details id="bkmrk-nether-plants-nether"><summary>Nether Plants</summary>

Nether Wart Block

</details>---

**End**  
SW 'end' blocks come in all major end block types.

<details id="bkmrk-end-end-stone%2C-end-s"><summary>End</summary>

End Stone, End Stone Bricks, Purpur Block, Purpur Pillar

</details>---

**Other** SW 'other' blocks are comprised of any blocks left out of a section.

<details id="bkmrk-other-bone-block%2C-gr"><summary>Other</summary>

Bone Block, Gravel, Clay, Bricks, Block of Coal, Grass Block, Coarse Dirt, Snow Block, Ice, Blue Ice, Packed Ice

</details>

# Forge 1.16.5

**Description:** Combine blocks with Star Worm goop to convert to SW versions.

<p class="callout info">1.16.5 SWLM includes all blocks from the 1.12.2 version.</p>

---

#### **Vanilla Blocks**

**Wood** SW Wood blocks come in 8 wood type variations of planks, logs, stripped logs and wood (logs).

<details id="bkmrk-planks-planks%3A-acaci"><summary>Planks</summary>

Crimson, Warped

</details><details id="bkmrk-logs-logs%3A-acacia%2C-b"><summary>Logs</summary>

Crimson, Warped

</details><details id="bkmrk-stripped-logs-stripp"><summary>Stripped Logs</summary>

Crimson, Warped

</details><details id="bkmrk-wood-%28logs%29-wood%3A-ac"><summary>Wood (Logs)</summary>

Crimson, Warped

</details>---

**Valuables** SW 'valuables' blocks come in all major vanilla valuables blocks types.

<details id="bkmrk-valuables-obsidian%2C-"><summary>Valuables</summary>

Crying Obsidian, Obsidian, Netherite Block

</details>---

**Ocean** SW 'ocean' blocks come in all major ocean block types.

<details id="bkmrk-ocean-prismarine-blo"><summary>Ocean</summary>

Dried Kelp Block  
Tube Coral, Brain Coral, Bubble Coral, Fire Coral, Horn Coral  
Dead Tube Coral, Dead Brain Coral, Dead Bubble Coral, Dead Fire Coral, Dead Horn Coral

</details>---

**Nether** SW 'nether' blocks come in all block, stone, and plant types.

<details id="bkmrk-nether-blocks-nether"><summary>Nether Blocks</summary>

Soul Soil

</details><details id="bkmrk-nether-stones-blacks"><summary>Nether Stones</summary>

Blackstone, Polished Blackstone, Cracked Polished Blackstone Bricks, Chiseled Polished Blackstone, Gilded Blackstone

</details><details id="bkmrk-nether-plants-nether"><summary>Nether Plants</summary>

  
Crimson Hyphae, Crimson Nylium, Crimson Plank, Crimson Stem, Stripped Crimson Hyphae, Stripped Crimson Stem  
Warped Hyphae, Warped Nylium, Warped Plank, Warped Stem, Stripped Warped Hyphae, Stripped Warped Stem

</details>---

**Other** SW 'other' blocks are comprised of any blocks left out of a section.

<details id="bkmrk-other-bone-block%2C-gr"><summary>Other</summary>

Blue Ice, Packed Ice, Honeycomb Block

</details>

# Forge 1.18.2

#### **Vanilla Blocks** 

<p class="callout info">1.18.2 SWLM includes all blocks from the 1.12.2 and 1.16.5 versions.</p>

**Foliage** SW 'foliage' blocks are comprised of the below blocks.

<details id="bkmrk-foliage-azalea-leave"><summary>Foliage</summary>

- Azalea Leaves, Flowering Azalea Leaves, Moss Block
- Rooted Dirt, Tuff

</details>---

**Stone** SW 'stone' blocks are comprised of the below blocks.

<details id="bkmrk-stone-deepslate%2C-cob"><summary>Stone</summary>

- Deepslate, Cobbled Deepslate, Polished Deepslate, Chiseled Deepslate
- Deepslate Bricks, Cracked Deepslate Bricks
- Deepslate Tiles, Cracked Deepslate Tiles
- Smooth Basalt

</details>---

**Valuables** SW 'valuables' blocks are comprised of the below blocks.

<details id="bkmrk-valuables-amethyst-b"><summary>Valuables</summary>

- Amethyst Block
- Raw Copper Block, Copper Block, Raw Iron Block, Raw Gold Block
- Exposed Copper, Oxidized Copper, Exposed Cut Copper, Cut Copper, Oxidized Cut Copper, Oxidized Copper, Waxed Copper Block, Waxed Cut Copper, Waxed Exposed Cut Copper, Waxed Oxidized Cut Copper, Waxed Weathered Cut Copper, Weathered Copper, Weathered Cut Copper

</details>---

**Other** SW 'other' blocks are comprised of the below blocks.

<details id="bkmrk-other-calcite-dripst"><summary>Other</summary>

- Calcite
- Dripstone Block
- Tinted Glass

</details>

# SWE/M Compatibilities

#### **SWE/M Compatibilities**

<p class="callout info">This page includes all the SWLM compatibility blocks added by SWEM, SWDM, and SWPM - for 1.18.2+ version.</p>

---

**SWEM** SWEM compatibility blocks.

<details id="bkmrk-swem-%5Bcantazarite-bl"><summary>SWEM</summary>

Cantazarite Block  
Whitewash Log, Whitewash Planks  
Light Rubber Mat, Medium Rubber Mat, Dark Rubber Mat

</details>*Last Updated Feb 8, 2023*

---

**SWDM** SWDM compatibility blocks.

<details id="bkmrk-swdm-will-update-wit"><summary>SWDM</summary>

Thatch Block  
Bamboo Block  
Mossy Stone, More Mossy Stone, Cracked Stone  
Mossy Andesite, More Mossy Andesite, Cracked Andesite  
Mossy Diorite, More Mossy Diorite, Cracked Diorite  
Mossy Granite, More Mossy Granite, Cracked Granite  
Sand, Sandstone  
Dark Prismarine, Glass Bricks (16 colors)  
Stone Bricks, Bricks, Clay Block (Light, Medium, Dark)

</details>*Last Updated Feb 8, 2023*

---

**SWPM** SWPM compatibility blocks.

<details id="bkmrk-swpm-charcoal-block"><summary>SWPM</summary>

Charcoal Block

</details>*Last Updated Feb 8, 2023*