Giter VIP home page Giter VIP logo

ytg123-mods / manhunt-fabric Goto Github PK

View Code? Open in Web Editor NEW
14.0 3.0 6.0 1.82 MB

[MIRROR] Dream's manhunt, built from the ground up for the Fabric mod loader.

Home Page: https://gitlab.com/ytg123-mods/manhunt-fabric

License: GNU Lesser General Public License v3.0

Java 15.21% Kotlin 84.79%
speedrunner manhunt-fabric dream hunter minecraft minecraft-mod fabricmc fabricmc-mod minecraft-server-mod minecraft-mods

manhunt-fabric's People

Contributors

beetmacol avatar cedric-m avatar hydos avatar iagocq avatar teddyxlandlee avatar ytg1234 avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

manhunt-fabric's Issues

[Bug] (Just me being dumb nvm)

Describe the bug

The USE option doesn't seem to work in 1.16.5, though the UPDATE option does (in config).

To Reproduce

  1. Go to the config: 'manhunt.json5'
  2. Set "compassBehaviour" to "USE"
  3. Set one player to the speed runner and one (or more) to hunters.

Expected behaviour

It should give a compass that updates to track the speed runner when it is right clicked.

Instead it gives a regular compass which can't update.

Screenshots

image
image

System Information (please fill in the following details)

  • OS: Windows 10 Pro
  • Fabric Loader Version: 0.11.3
  • Mod Version: 2.0.2
  • Fabric API Version: 0.34.1+1.16
  • FLK Version: 1.6.0+kotlin.1.5.0.jar

Bug issue

It's says that I require another mod for the manhunt. This is what the message says:
"Could not find required mod: manhunt requires {manhunt-base @ [*]}"
Screenshot 2021-05-26 210959

[Bug] Hunters can get infinite compasses

If slot 9 in hotbar is empty, it will be detected almost every tick, and be filled with a compass. That makes hunters can get infinite compasses by pressing Q on the slot.

The compass will not work

Describe the bug

The bug is that the compass will not point to the speed runner and only to a random block
I tried restarting the server but that did not work either.

Support for 2 runners

Support for 2 runners. Either all hunters get 2 compasses or the compass points to closest runner.

[Request]

I'm wondering if you will update the minecraft mod manhunt fabric for 1.18 ?

It would be very nice, this is a great mod and really funny to play with my friends.

I hope you will work on it.

[Bug] Adding Hunters crashes server

Describe the bug

After installing the required Fabric, Fabric API, Kotlin, and Manhunt mod.
Start game, attempt to use "/hunters add Huntername"
Server crashes.

Expected behaviour

I expected to add my friend as a hunter, not to crash.

System Information (please fill in the following details)

  • Fabric Loader Version: 1.17.1 (0.11.6)
  • Mod Version: manhunt-2.0.2
  • Fabric API Version: api-0.37.1+1.17

Additional context

This is being attempted on an Aternos Server, though from my understanding that shouldn't be an issue, as your mod is in the approved list.

ManhuntUtilsKt is not stable

ManhuntUtilsKt might not be stable.
I think you can create a class with hunters and other fields, and mixin an interface to MinecraftServer.

[Suggestion] Provide compass on death instead of pinning to hotbar, and add a command to directly give the compass

It would be very helpful if hunters could put their compass somewhere other than position nine in their hotbar. I cannot figure out how to give a compass to a hunter without keeping it pinned to the hotbar, which results in spamming endless compasses if the hunter wants to use hotbar 9 for anything.

This could be simplified by having the "restore compass" feature be triggered on death, rather than simply not having it in the pinned hotbar position.

Additionally, a command to simply generate a manhunt compass would be very useful.

Lastest Version of Server won't load - Crashes

Describe the bug
Server crashes at startup, only Mod files are Fabric API and Manhunt 2.0.2 - each downloaded today to ensure latest versions.

To Reproduce
Create a Fabric 1.16.5 server
Upload Fabric API and Manhunt JAR files to MOD folder
Start Server

Expected behaviour
Server should start without crashing

Server Console Log

21.02 16:15:56 [Multicraft] Loading server properties
21.02 16:15:56 [Multicraft] Starting server!
21.02 16:15:56 [Multicraft] Loaded config for "Fabric"
21.02 16:15:56 [Multicraft] Updating eula.txt file
21.02 16:15:57 [Server] main/INFO Loading for game Minecraft 1.16.5
21.02 16:15:57 [Server] ForkJoinPool-1-worker-9/WARN The mod "autoconfig1u" contains invalid entries in its mod json:
21.02 16:15:57 [Server] INFO - Unsupported root entry "$schema" at line 2 column 14
21.02 16:15:57 [Server] main/FATAL A critical error occurred
21.02 16:15:57 [Server] INFO net.fabricmc.loader.discovery.ModResolutionException: Could not find required mod: manhunt requires {manhunt-base @ [*]}
21.02 16:15:57 [Server] INFO at net.fabricmc.loader.discovery.ModResolver.findCompatibleSet(ModResolver.java:180) ~[fabric_1.16.5.jar:?]
21.02 16:15:57 [Server] INFO at net.fabricmc.loader.discovery.ModResolver.resolve(ModResolver.java:787) ~[fabric_1.16.5.jar:?]
21.02 16:15:57 [Server] INFO at net.fabricmc.loader.FabricLoader.setup(FabricLoader.java:211) ~[fabric_1.16.5.jar:?]
21.02 16:15:57 [Server] INFO at net.fabricmc.loader.FabricLoader.load(FabricLoader.java:201) [fabric_1.16.5.jar:?]
21.02 16:15:57 [Server] INFO at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:126) [fabric_1.16.5.jar:?]
21.02 16:15:57 [Server] INFO at net.fabricmc.loader.launch.knot.KnotServer.main(KnotServer.java:27) [fabric_1.16.5.jar:?]
21.02 16:15:57 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_282]
21.02 16:15:57 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_282]
21.02 16:15:57 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_282]
21.02 16:15:57 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_282]
21.02 16:15:57 [Server] INFO at net.fabricmc.loader.launch.server.FabricServerLauncher.launch(FabricServerLauncher.java:62) [fabric_1.16.5.jar:?]
21.02 16:15:57 [Server] INFO at net.fabricmc.loader.launch.server.FabricServerLauncher.setup(FabricServerLauncher.java:106) [fabric_1.16.5.jar:?]
21.02 16:15:57 [Server] INFO at net.fabricmc.loader.launch.server.FabricServerLauncher.main(FabricServerLauncher.java:50) [fabric_1.16.5.jar:?]
21.02 16:15:57 [Server] INFO Caused by: net.fabricmc.loader.util.sat4j.specs.ContradictionException: Creating Empty clause ?
21.02 16:15:57 [Server] INFO at net.fabricmc.loader.util.sat4j.minisat.constraints.cnf.Clauses.propagationCheck(Clauses.java:117) ~[fabric_1.16.5.jar:?]
21.02 16:15:57 [Server] INFO at net.fabricmc.loader.util.sat4j.minisat.constraints.cnf.Clauses.sanityCheck(Clauses.java:97) ~[fabric_1.16.5.jar:?]
21.02 16:15:57 [Server] INFO at net.fabricmc.loader.util.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(MixedDataStructureDanielWL.java:81) ~[fabric_1.16.5.jar:?]
21.02 16:15:57 [Server] INFO at net.fabricmc.loader.util.sat4j.minisat.core.Solver.addClause(Solver.java:401) ~[fabric_1.16.5.jar:?]
21.02 16:15:57 [Server] INFO at net.fabricmc.loader.discovery.ModResolver.findCompatibleSet(ModResolver.java:177) ~[fabric_1.16.5.jar:?]
21.02 16:15:57 [Server] INFO ... 12 more
21.02 16:15:57 [Multicraft] Server shut down (starting)
21.02 16:15:57 [Multicraft] Restarting crashed server in 300 seconds

Desktop (please complete the following information):

  • OS: Windows 10
  • Fabric Loader Version: 1.16.5 (fabric_1.16.5.jar provided by Apex)
  • Mod Version: Latest, from Github = 2.0.2
  • Fabric API Version: Latest from Curseforge = 0.30.3+ 1.16

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.