Code Monkey home page Code Monkey logo

fabric-bedrock-miner's Introduction

English | 中文

Fabric-Bedrock-Miner

A Fabric client mod to "mine" bedrock!

Showcase

https://www.youtube.com/watch?v=b8Y86yxjr_Y
https://www.bilibili.com/video/BV1Fv411P7Vc

Usage

Have the following items ready:

  1. Efficiency V diamond (or netherite) pickaxe
  2. Haste II beacon
  3. Pistons
  4. Redstone torches
  5. Slime blocks

Right click bedrock with an empty hand to switch on/off.

While the mod is enabled, left click bedrock to "mine" it.

If my mod saves you tons of time, please considering leave me a star.

Compile

Checkout to the corresponding Minecraft version and compile following the Fabric wiki.

fabric-bedrock-miner's People

Contributors

aschneider-github avatar bunnyi116 avatar fooeyround avatar kosma avatar liquidhelium avatar lxyan2333 avatar metacinnabar avatar niruvibes avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fabric-bedrock-miner's Issues

Log pollution

This mod writes a lot to stdout, "polluting" the logs.

[23:12:05] [Render thread/INFO]: [STDOUT]: UNINITIALIZED
[23:12:05] [Render thread/INFO]: [STDOUT]: 新任务
[23:12:05] [Render thread/INFO]: [STDOUT]: EXTENDED
[23:12:05] [Render thread/INFO]: [STDOUT]: RETRACTING
[23:12:05] [Render thread/INFO]: [STDOUT]: RETRACTING
[23:12:05] [Render thread/INFO]: [STDOUT]: RETRACTING
[23:12:05] [Render thread/INFO]: [STDOUT]: RETRACTED
[23:12:06] [Render thread/INFO]: [STDOUT]: UNINITIALIZED
[23:12:06] [Render thread/INFO]: [STDOUT]: 新任务
[23:12:06] [Render thread/INFO]: [STDOUT]: EXTENDED
[23:12:06] [Render thread/INFO]: [STDOUT]: RETRACTING

Is it possible to disable this behavior in the releases?

Btw, this mod is amazing, thank you for creating it

1.19.2?

Where can i find 1.19.2 version?
i use this mod before on version 1.19.2

1.18?

Will there be an update to 1.18 version?

Crash

When i right click bedrock with the mod on in 1.19.2, my game crashes...

fault 1.19.2

despite the assurance of beacon and spell, there is still a message that I do not have them, version 1.19.2

[Request] more target blocks

Add more targetted blocks such as barrier block, command blocks, structure blocks. (basically any unbreakable block)

Fix branches

Some branches are weird Mozart from my or and such, petition to make a main / dev branch and make copy branches per update to save the "final" version as of that time and update the main branch to say 1.19 when it comes or something and copy the branch over to the 1.19.x branch

net.minecraft.block.PistonBlock and net.minecraft.item.Item are in unnamed module of loader net.fabricmc.loader.launch.knot.KnotClassLoader

求解,在拉取项目搭建运行后,在空手右击触发后会报错,请问有什么解决方法吗
java.lang.ClassCastException: class net.minecraft.block.PistonBlock cannot be cast to class net.minecraft.item.Item (net.minecraft.block.PistonBlock and net.minecraft.item.Item are in unnamed module of loader net.fabricmc.loader.launch.knot.KnotClassLoader @1e4f4a5c)

在右击同时会有以下提示:
[Render thread/WARN] (FileUtil) Configuration conflict: there is more than one oshi.architecture.properties file on the classpath
接下来会报以上的错,然后保存世界退出。

Doesn't work for 1.19

The mod booting up works but right clicking any bedrock with this mod enabled will cause the client to crash

[1.17.1] Updated lang files and updated fabric.mod.json for 1.17.1 - Crashes upon enabling bedrock breaker

I changed some of the strings in the lang file to make them less obtrusive, and updated fabric.mod.json with:

  "depends": {
    "fabricloader": ">=0.11.3",
    "minecraft": "1.17.x",
    "java": ">=16"
  },

After running gradlew build the jar builds correctly, but after right clicking bedrock with an empty hand, the game crashes with the error below:

java.lang.ClassCastException: class net.minecraft.class_2665 cannot be cast to class net.minecraft.class_1792 (net.minecraft.class_2665 and net.minecraft.class_1792 are in unnamed module of loader net.fabricmc.loader.launch.knot.KnotClassLoader @141e5bef)
	at yan.lx.bedrockminer.utils.InventoryManager.getInventoryItemCount(InventoryManager.java:117)
	at yan.lx.bedrockminer.utils.InventoryManager.warningMessage(InventoryManager.java:126)
	at yan.lx.bedrockminer.utils.BreakingFlowController.tick(BreakingFlowController.java:55)
	at net.minecraft.class_636.handler$zhf003$init(class_636.java:1098)
	at net.minecraft.class_636.method_2927(class_636.java)
	at net.minecraft.class_310.method_1574(class_310.java:1698)
	at net.minecraft.class_310.method_1523(class_310.java:1081)
	at net.minecraft.class_310.method_1514(class_310.java:728)
	at net.minecraft.client.main.Main.main(Main.java:217)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:234)
	at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:153)
	at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28)

Even after doing a clean git clone [repo] and trying to build it from clean source code, the mod crashes because the fabric.mod.json file is out of date.

Can someone update the repository with the correct source code for 1.17, instead of keeping the repository on 1.16.x and releasing modified versions?

Bedrock-Miner activates instantly

In vanilla, when you hold down click with a mouse, it only breaks blocks every 4gts.
When you hold click towards a block in front of bedrock, bedrock-miner activates immediately after that block is broken, causing blocks not meant to be broken to be broken

1.19 no work mod (Bedrock miner), please help:(

Hi, your mod doesn't work for me at 1.19. I tried everything, but nothing happened. I took a diamond pickaxe for efficiency 5 and made a beacon for haste 2, but nothing happened. Please help me:(((((

1.20

make it for 1.20

服务端

我需要在服务端上安装它配合使用吗

Bedrock breaking in other directions

Would it be possible to configure this mod for breaking bedrock sideways and upwards? This could be very useful for making 3x3x3 bedrock formations for wither killing in nether.

1.20.1

Where is 1.20.1??????????

1.19.2

Will there still be an update to 1.19.2?

Error message when launching in 1.19

The game won't launch, with the following error code:

Uncaught exception in thread "main"
java.lang.RuntimeException: Failed to read accessWidener file from mod bedrockminer
at net.fabricmc.loader.impl.FabricLoaderImpl.loadAccessWideners(FabricLoaderImpl.java:441)
at net.fabricmc.loader.impl.launch.knot.Knot.init(Knot.java:151)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:68)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
Caused by: net.fabricmc.accesswidener.AccessWidenerFormatException: line 1: Namespace (named) does not match current runtime namespace (intermediary)
at net.fabricmc.accesswidener.AccessWidenerReader.error(AccessWidenerReader.java:285)
at net.fabricmc.accesswidener.AccessWidenerReader.read(AccessWidenerReader.java:84)
at net.fabricmc.loader.impl.FabricLoaderImpl.loadAccessWideners(FabricLoaderImpl.java:439)
... 3 more

Mining Fails With all requirements met

I've tried using the latest version on my normal instance of Minecraft, and also tried using it on a completely new instance with only the one mod and fabric installed, and it still refuses to mine the bedrock

Haste II and an Efficiency V diamond or Netherite Pickaxe, I still receive the same message saying "Can't instantly mine piston! Efficiency V + Haste II required!

image

Clicking on blocks out of reach triggers Bedrock-Miner

Clicking on blocks out of reach turns on Bedrock-Miner to break it while Bedrock-Miner does not immediately activate, meaning when you move towards it, Bedrock-Miner suddenly activates.
Walking away does not remove that it will try to break it when you near the clicked block, nor does breaking other bedrock.
The video below shows this happening
https://user-images.githubusercontent.com/73087261/132970621-ab6a741a-972a-4a82-81be-35cbd2548377.mp4

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.