generated from FabricMC/fabric-example-mod
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
53a3586
commit 9dab81c
Showing
1 changed file
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,21 @@ | ||
# Beam pass mod | ||
![beampass](https://github.com/user-attachments/assets/a7eb16a7-acd0-411e-92a1-f57831690655) | ||
|
||
With this mod, the beacon beam will be able to pass through some blocks even if they are solid. | ||
For now, only the Lodestone, because I thought that having a lodestone compass pointing to a beacon would be useful and cool. | ||
For example, the Lodestone, because I thought that having a lodestone compass pointing to a beacon would be useful and cool. | ||
You could still do it by place it under it I guess... well whatever here we are! | ||
|
||
## Setup | ||
##Commands | ||
You can either use */beam* or */beampass*, they are aliases: | ||
- `/beam add <block>` To make a block beampassable (aka, the beam will be able to pass through it) | ||
- `/beam remove <block>` To remove it | ||
- `/beam get` To get a list of all blocks that are made beampassable by this mod | ||
|
||
[![bisecthosting](https://www.bisecthosting.com/partners/custom-banners/e9bbf36a-be01-4324-b393-dae88a01be66.webp)](https://www.bisecthosting.com/LightDev) | ||
|
||
## Setup | ||
Download the mod from Modrinth or Curseforge and place it into your /mods/ folder, after you have installed the Fabric Loader! | ||
|
||
## License | ||
GNU LGPL3 | ||
|
||
Feel free to include this mod in any modpack, but please credit me, it would be kinda cool. And also, check out my other mods! | ||
Feel free to include this mod in any modpack, but please credit me, it would be kinda cool. And also, check out my other mods! |