โฎ๐Note to my favorite readers ๐๏ธ
If you like my Minecraft mods, consider supporting me with Patreon. I lost my job in the restaurant where I was working ๐ and I would like to focus only on Minecraft mod development, this is only possible with your help โโโ
ps: join my discord to follow all the progress of our community
โฎ๐ Description
Adds a new item, the prospecting stick. When you activate it, it tells you if there are ore below you via a sound
There is a stick for each ores:
iron prospecting stick
coal prospecting stick
gold prospecting stick
diamond prospecting stick
lapis prospecting stick
emerald prospecting stick
copper prospecting stick ( version > 1.17.1 )
amethyst prospecting stick ( version > 1.17.1 )
nether gold prospecting stick
nether quartz prospecting stick
nether debris prospecting stick
...
Prospecting is done on the vertical axis only, activate the stick while moving to find the ore.
When it detects a ore, the stick emits/plays a sound.
I've already tried to film/save a video but it's difficult to film the movement/teleportation, I would need a second minecraft account to film from outside or something else...
But basically, when you activate the escape rope, you will be teleported to the last available Y coordinate, you can come out of a cave or the depths of the ocean etc...
Sorry I don't have a picture to illustrate all this, I'm not good at image editing, sorry bro
0
โฎ๐Note to my favorite readers ๐๏ธ
If you like my Minecraft mods, consider supporting me with Patreon. I lost my job in the restaurant where I was working ๐ and I would like to focus only on Minecraft mod development, this is only possible with your help โโโ
ps: join my discord to follow all the progress of our community
โฎ๐ Description
Adds a new item, the prospecting stick. When you activate it, it tells you if there are ore below you via a sound
There is a stick for each ores:
Prospecting is done on the vertical axis only, activate the stick while moving to find the ore.
When it detects a ore, the stick emits/plays a sound.
Video by Pravculear
0
ok I see, I created an issue here: https://gitlab.com/scs_torleon/hub-extended-noteblock/-/issues/1
I like the idea, I'll see if it's feasible
0
Thanks for your comment!
Can you explain your idea, what you want to do with the notepad in your hand ?
0
Mod updated ! 1.18 disponible !! for Fabric and Forge
0
Hello everyone,
good news, I just put online the version 1.18 !
Have a good time
DOWNLOAD FABRIC
0
Mod updated ! 1.18 disponible !! for Fabric and Forge
DOWNLOAD FABRIC
0
wow that is awesome !
1
The best minimap mod I have ever used, good job bro.
0
Yes, unfortunately, this is not possible without completely changing the operation of the "command block".
The command would no longer be vanilla compatible =(
The only possible things, are post-processor modifications, that is to say just before compiling the command to insert it in the "command block",
nothing extraordinary unfortunately..
0
Very nice, thank you bro
0
I've already tried to film/save a video but it's difficult to film the movement/teleportation, I would need a second minecraft account to film from outside or something else...
But basically, when you activate the escape rope, you will be teleported to the last available Y coordinate, you can come out of a cave or the depths of the ocean etc...
Sorry I don't have a picture to illustrate all this, I'm not good at image editing, sorry bro
0
Hello everyone! This mod is updated !
- new, backport 1.12.2
Goodgame and have fun =)
0
Hello everyone! This mod is updated !
I added a support for wall, corner and ceilling flooring !!!
Support watterloggable
Goodgame and have fun!!!
0
Hello everyone! This mod is updated !
I added a configuration file, and a new structure "The abandoned mushroom".
The mushroom without shader
The mushroom with the mod Iris shader
0
Hi,
I recommend you to follow this github MinecraftByExample to learn/start
To get the player's HP points, look at the source code of "PlayerEntity.class ๐" it extends from "LivingEnity.class ๐",
this class (LivingEntity.class) has getter and setter for HP.
Getter: player.getHealth()๐
Setter: player.setHealth(float f)๐
The "PlayerEntity.class" class are in the "net.minecraft.entity.player ๐" package
and "LivingEnity.class" in "net.minecraft.entity ๐"
Good luck and have fun ๐ป