Giter Club home page Giter Club logo

genshin-instruments's Introduction

ko-fi

Genshin Instruments mod logo

Genshin Instruments

Genshin Instruments is a Forge and Fabric mod that brings in Genshin Impact's set of instruments into your Minecraft worlds!

For gameplay tutorials, visit this PlanetMinecraft article or the mod's curseforge page.
For full Mod and "in-game" API documentations, visit this repository's wiki.

You may also find the Fabric version's GitHub repository here

Contributing

  1. Language Contributions
  2. GitHub Issues
  3. Code Contributions
  4. Why won't he respond to my query??

Contributions are more than welcome, and always welcome!
PLEASE ONLY COMMIT TO THE DEV BRANCH!

Language Contributions

Want your own language to be available for this mod? Well, I most likely can't speak it; but I bet you can!
I do not restrict any one language from being available on my mods, so if you find yours to be unpresent - feel free to attach them in a PR!

The primary, most up-to-date English lang file can be found here.

Thank you for your help in localization!

GitHub Issues

GitHub Issues may be used for both reporting any bugs, and suggesting new content!

Reporting Bugs

It's very common I do an oopsie while I code.
For most developers too.
If you observe a wrong behavior and believe I am at fault, feel free to compose a bug report!

I would appreciate reports that state more than "My game crashed!", but rather, what you did to achieve such a state.

MAKE SURE TO ATTACH YOUR FULL debug.log/latest.log, REGARDLESS OF THE BUG TYPE!
Online tutorials for how to retrieve one are present online.

Feature Suggestions

I will not be accepting any new instruments! (besides Genshin ones if they are yet to be implemented ig.)
Such suggestions should be directed to the Even More Instruments project.

Anything else, i.e API & QoL stuff - do feel free!

Code Contributions

A few points to take in mind before committing:

  • New features should first be suggested as an issue before being put into production.
  • I will not be accepting any new instruments! (besides Genshin ones if they are yet to be implemented ig.)
    Such contributions should be directed to the Even More Instruments project.
  • Contributions should keep in mind the regular Java conventions, as well as my own code practices, to better match with the codebase.
    If you're unsure - it's always best to just scan the codebase first.
  • I am a solo dev here, so reviewing foreign code may take me some more time (and skepticism).

Why won't he respond to my query??

GitHub has 1 dire issue: that I for some reason, sometimes, don't get notified one new issues/PRs being made.
If you notice a lack of response, please DM me in CurseForge and I'll be sure to be present!

genshin-instruments's People

Contributors

stavwasplayz avatar stevenotset avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

genshin-instruments's Issues

[Request] Fabric 1.19.2 Port.

Hello,
I've been working on a modpack from the past 4-5 months... which is for a creators only SMP (For people who love to do creative things in minecraft and are also 🎥 streamers/content creators). and i've always wanted to have something related to musical instruments🪗. I love genshin music and i wanted it in my modpack so for first i thought of making a resource pack to replace minecraft bg music and when i saw your mod i was SOO SOO SOO FKing Happy😊(One of my mods showed it to me).. I was literally addicted to it. But i was little bumped knowing that it's not available for Fabric 1.19.2 as my modpack is on that version. Consider this only as a small request... as i myself know how much time consuming and difficult it is to commit to downgrade to older versions. If it is possible i would really love to help you...😅i don't know coding that much. But if there's anything related to playtesting/bug testing/incompatibility checks, feel free to dm me and i'll be there to help (i know it's not easy for a solo dev to port it just based on a single persons request). I am pretty sure LOTS of people and modded community will Love it and lots of other Modapck Devs will include it in their modpack. I'll do my Best to Feature it and to Promote it as much i can cuz i definelty believe lots of people will love it. =]💖

[SUGGESTION] Additional instruments.

Since I couldn't find a discord, I just wanted to say how much I've enjoyed this mod. It's an incredible idea that I've enjoyed so much in many other games, I'm surprised it took this long for such a good implementation of this feature to come along. Thank you so much for your passionate and hard work with this mod.

The only suggestion I would have is adding more instruments; I would love to play a trumpet or violin or something along with the existing instruments; or maybe it could be a separate addon mod? Regardless, even without that, this mod is just perfect. Thank you again.

Harmonious Reed Pipe Instrument - Help Required!

Genshin Impact v4.2 brought in the Harmonious Reed Pipe mechanism. By itself, it is not an instrument; but does produce sounds similar to that of a bottle flute.

It is possible to implement it as a block instrument; however, I have my doubts as to whether it will fit together with the mod, and if I'm even capable of modeling this thing :P

I have taken this sound sample from this video for the matter, but I'm having trouble pitching it such that it does not sound robotic.

I'd thus appreciate both help and feedback on the matter:

  • Does this "instrument" even fit well in the base Genshin Instruments mod?

If so, I would need a volunteer who can:

  • Pitch either the given audio or sample a bottle flute (or any other instrument that sounds like that pipe) for the 21 different pitches. Please tell me if you used either the sound above or any other library sound so I can properly credit the author(s)!
  • Model the block as the representation of the mechanism

Attached below are reference pictures of the mechanism in question. The model itself does not have to be a 100% replica; and rather, I'd encourage to stay true to Minecraft's voxel-blocky kinda style than stray for the more realistic Genshin one. Nevertheless, I leave the full creative freedom over it at your hands.

Thanks!

image
image
image
image

Texture changes

I've made some textures for the genshin instruments mod, what are your thoughts? Would you like to add these in the game?
Screenshot 2023-09-15 230921

Separate re-scalable Instrument GUI

So the mod is finally working with the new update, and when I go to open it my whole screen is filled with the Instrument GUI since I have my GUI scale to the max so I can really see everything, but I wasn't expecting the Instrument GUI to also get re-scaled.
image

Is it possible to get an option to rescale it so even if my GUI scale setting is at 5x, I can dial back the scale to what it would normally look like at a 2x GUI scale?

[BUG] Stav did an oopsie (1.20.1)

---- Minecraft Crash Report ----
// Shall we play a game?

Time: 2023-07-30 13:10:35
Description: mouseClicked event handler

java.lang.NullPointerException: Cannot invoke "net.minecraft.class_2561.method_10851()" because the return value of "net.minecraft.class_339.method_25369()" is null
at eu.midnightdust.visualoverhaul.IconicButtons.init(IconicButtons.java:31)
at eu.midnightdust.visualoverhaul.IconicButtons.(IconicButtons.java:27)
at net.minecraft.class_4264.handler$egf000$visualoverhaul$iconic$onInitButton(class_4264.java:522)
at net.minecraft.class_4264.(class_4264.java:21)
at com.cstav.genshinstrument.client.gui.screens.instrument.partial.note.NoteButton.(NoteButton.java:63)
at com.cstav.genshinstrument.client.gui.screens.instrument.drum.DrumNoteButton.(DrumNoteButton.java:18)
at com.cstav.genshinstrument.client.gui.screens.instrument.drum.AratakisGreatAndGloriousDrumScreen.createButton(AratakisGreatAndGloriousDrumScreen.java:97)
at com.cstav.genshinstrument.client.gui.screens.instrument.drum.AratakisGreatAndGloriousDrumScreen.createRow(AratakisGreatAndGloriousDrumScreen.java:91)
at com.cstav.genshinstrument.client.gui.screens.instrument.drum.AratakisGreatAndGloriousDrumScreen.method_25426(AratakisGreatAndGloriousDrumScreen.java:61)
at net.minecraft.class_437.method_25423(class_437.java:297)
at net.minecraft.class_310.method_1507(class_310.java:1080)
at com.cstav.genshinstrument.client.gui.screens.instrument.partial.AbstractInstrumentScreen.onOptionsClose(AbstractInstrumentScreen.java:235)
at com.cstav.genshinstrument.client.gui.screens.options.instrument.AbstractInstrumentOptionsScreen.method_25419(AbstractInstrumentOptionsScreen.java:331)
at com.cstav.genshinstrument.client.gui.screens.options.instrument.AbstractInstrumentOptionsScreen.lambda$init$1(AbstractInstrumentOptionsScreen.java:137)
at net.minecraft.class_4185.method_25306(class_4185.java:94)
at net.minecraft.class_4264.method_25348(class_4264.java:56)
at net.minecraft.class_339.method_25402(class_339.java:189)
at net.minecraft.class_4069.method_25402(class_4069.java:38)
at net.minecraft.class_312.method_1611(class_312.java:98)
at net.minecraft.class_437.method_25412(class_437.java:409)
at net.minecraft.class_312.method_1601(class_312.java:98)
at net.minecraft.class_312.method_22686(class_312.java:169)
at net.minecraft.class_1255.execute(class_1255.java:102)
at net.minecraft.class_312.method_22684(class_312.java:169)
at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
at org.lwjgl.system.JNI.invokeV(Native Method)
at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3403)
at com.mojang.blaze3d.systems.RenderSystem.pollEvents(RenderSystem.java:201)
at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:212)
at net.minecraft.class_1041.method_15998(class_1041.java:288)
at net.minecraft.class_310.method_1523(class_310.java:1241)
at net.minecraft.class_310.method_1514(class_310.java:802)
at net.minecraft.client.main.Main.main(Main.java:250)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:468)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head --
Thread: Render thread
Stacktrace:
at eu.midnightdust.visualoverhaul.IconicButtons.init(IconicButtons.java:31)
at eu.midnightdust.visualoverhaul.IconicButtons.(IconicButtons.java:27)
at net.minecraft.class_4264.handler$egf000$visualoverhaul$iconic$onInitButton(class_4264.java:522)
at net.minecraft.class_4264.(class_4264.java:21)
at com.cstav.genshinstrument.client.gui.screens.instrument.partial.note.NoteButton.(NoteButton.java:63)
at com.cstav.genshinstrument.client.gui.screens.instrument.drum.DrumNoteButton.(DrumNoteButton.java:18)
at com.cstav.genshinstrument.client.gui.screens.instrument.drum.AratakisGreatAndGloriousDrumScreen.createButton(AratakisGreatAndGloriousDrumScreen.java:97)
at com.cstav.genshinstrument.client.gui.screens.instrument.drum.AratakisGreatAndGloriousDrumScreen.createRow(AratakisGreatAndGloriousDrumScreen.java:91)
at com.cstav.genshinstrument.client.gui.screens.instrument.drum.AratakisGreatAndGloriousDrumScreen.method_25426(AratakisGreatAndGloriousDrumScreen.java:61)
at net.minecraft.class_437.method_25423(class_437.java:297)
at net.minecraft.class_310.method_1507(class_310.java:1080)
at com.cstav.genshinstrument.client.gui.screens.instrument.partial.AbstractInstrumentScreen.onOptionsClose(AbstractInstrumentScreen.java:235)
at com.cstav.genshinstrument.client.gui.screens.options.instrument.AbstractInstrumentOptionsScreen.method_25419(AbstractInstrumentOptionsScreen.java:331)
at com.cstav.genshinstrument.client.gui.screens.options.instrument.AbstractInstrumentOptionsScreen.lambda$init$1(AbstractInstrumentOptionsScreen.java:137)
at net.minecraft.class_4185.method_25306(class_4185.java:94)
at net.minecraft.class_4264.method_25348(class_4264.java:56)
at net.minecraft.class_339.method_25402(class_339.java:189)
at net.minecraft.class_4069.method_25402(class_4069.java:38)
at net.minecraft.class_312.method_1611(class_312.java:98)
at net.minecraft.class_437.method_25412(class_437.java:409)
at net.minecraft.class_312.method_1601(class_312.java:98)
at net.minecraft.class_312.method_22686(class_312.java:169)
at net.minecraft.class_1255.execute(class_1255.java:102)
at net.minecraft.class_312.method_22684(class_312.java:169)
at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
at org.lwjgl.system.JNI.invokeV(Native Method)
at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3403)
at com.mojang.blaze3d.systems.RenderSystem.pollEvents(RenderSystem.java:201)
at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:212)

-- Affected screen --
Details:
Screen name: com.cstav.genshinstrument.client.gui.screens.options.instrument.DrumOptionsScren
Stacktrace:
at net.minecraft.class_437.method_25412(class_437.java:409)
at net.minecraft.class_312.method_1601(class_312.java:98)
at net.minecraft.class_312.method_22686(class_312.java:169)
at net.minecraft.class_1255.execute(class_1255.java:102)
at net.minecraft.class_312.method_22684(class_312.java:169)
at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
at org.lwjgl.system.JNI.invokeV(Native Method)
at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3403)
at com.mojang.blaze3d.systems.RenderSystem.pollEvents(RenderSystem.java:201)
at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:212)
at net.minecraft.class_1041.method_15998(class_1041.java:288)
at net.minecraft.class_310.method_1523(class_310.java:1241)
at net.minecraft.class_310.method_1514(class_310.java:802)
at net.minecraft.client.main.Main.main(Main.java:250)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:468)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

-- Affected level --
Details:
All players: 1 total; [class_746['MindRyder'/1, l='ClientLevel', x=51.62, y=64.00, z=-103.43]]
Chunk stats: 1024, 627
Level dimension: minecraft:overworld
Level spawn location: World: (16,71,16), Section: (at 0,7,0 in 1,4,1; chunk contains blocks 16,-64,16 to 31,319,31), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
Level time: 10725 game time, 10725 day time
Server brand: fabric
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.class_638.method_8538(class_638.java:458)
at net.minecraft.class_310.method_1587(class_310.java:2406)
at net.minecraft.class_310.method_1514(class_310.java:821)
at net.minecraft.client.main.Main.main(Main.java:250)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:468)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

-- Last reload --
Details:
Reload number: 1
Reload reason: initial
Finished: Yes
Packs: vanilla, file/blVanilla-Experiencer0.zip, fabric, cullleaves:smartleaves, visualoverhaul:rounddiscs, betterbeds:connectedbeds, betterbeds:fancybeds, betterbeds:fancyconnectedbeds, visualoverhaul:coloredwaterbucket, file/§fAnimated §cR§aG§9B §fInv. GUI 1.20.0.zip, file/6lClassic3Dv15.2-1.20.zip, visualoverhaul:nobrewingbottles, visualoverhaul:fancyfurnace, file/Better+Lanterns&Chains+v1.1.1.zip, file/FreshAnimations_v1.8.1.zip, file/BetterLeavesAdd-onV3.0-1.20.zip, file/Round-Trees-7.1-1.19.zip

-- System Details --
Details:
Minecraft Version: 1.20.1
Minecraft Version ID: 1.20.1
Operating System: Windows 10 (amd64) version 10.0
Java Version: 17.0.3, Microsoft
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
Memory: 1077946736 bytes (1028 MiB) / 2147483648 bytes (2048 MiB) up to 2147483648 bytes (2048 MiB)
CPUs: 16
Processor Vendor: GenuineIntel
Processor Name: Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz
Identifier: Intel64 Family 6 Model 85 Stepping 4
Microarchitecture: Skylake (Server)
Frequency (GHz): 3.60
Number of physical packages: 1
Number of physical CPUs: 8
Number of logical CPUs: 16
Graphics card #0 name: NVIDIA GeForce GTX 1080 Ti
Graphics card #0 vendor: NVIDIA (0x10de)
Graphics card #0 VRAM (MB): 4095.00
Graphics card #0 deviceId: 0x1b06
Graphics card #0 versionInfo: DriverVersion=31.0.15.3667
Memory slot #0 capacity (MB): 8192.00
Memory slot #0 clockSpeed (GHz): 3.20
Memory slot #0 type: DDR4
Memory slot #1 capacity (MB): 8192.00
Memory slot #1 clockSpeed (GHz): 3.20
Memory slot #1 type: DDR4
Virtual memory max (MB): 37565.36
Virtual memory used (MB): 20824.91
Swap memory total (MB): 21504.00
Swap memory used (MB): 535.03
JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
Fabric Mods:
ambientenvironment: Ambient Environment 11.0.0.1
ambientsounds: AmbientSounds 5.2.20
animatica: Animatica 0.6+1.20
appleskin: AppleSkin 2.5.0+mc1.20
azurelib: AzureLib 1.0.19
com_eliotlash_mclib_mclib: mclib 20
badpackets: Bad Packets 0.4.1
balm-fabric: Balm 7.0.7
beenfo: Beenfo 1.20-fabric0.83.0-1.3.3
crowdin-translate: CrowdinTranslate 1.4+1.19.3
gbfabrictools: GBfabrictools 1.3.5+1.20
betterbeds: Better Beds 1.3.0
betterf3: BetterF3 7.0.1
betterfpsdist: Better FPS distance Mod 1.20.1-2.7
bookshelf: Bookshelf 20.0.2
borderlessmining: Borderless Mining 1.1.8+1.20.1
c2me: Concurrent Chunk Management Engine 0.2.0+alpha.10.96
c2me-base: Concurrent Chunk Management Engine (Base) 0.2.0+alpha.10.96
c2me-client-uncapvd: Concurrent Chunk Management Engine (Client/Uncap View Distance) 0.2.0+alpha.10.96
c2me-fixes-chunkio-threading-issues: Concurrent Chunk Management Engine (Fixes/Chunk IO/Threading Issues) 0.2.0+alpha.10.96
c2me-fixes-general-threading-issues: Concurrent Chunk Management Engine (Fixes/General/Threading Issues) 0.2.0+alpha.10.96
c2me-fixes-worldgen-threading-issues: Concurrent Chunk Management Engine (Fixes/WorldGen/Threading Issues) 0.2.0+alpha.10.96
c2me-fixes-worldgen-vanilla-bugs: Concurrent Chunk Management Engine (Fixes/WorldGen/Vanilla Bugs) 0.2.0+alpha.10.96
c2me-notickvd: Concurrent Chunk Management Engine (No Tick View Distance) 0.2.0+alpha.10.96
c2me-opts-allocs: Concurrent Chunk Management Engine (Optimizations/Memory Allocations) 0.2.0+alpha.10.96
c2me-opts-chunk-access: Concurrent Chunk Management Engine (Optimizations/Chunk Access) 0.2.0+alpha.10.96
c2me-opts-chunkio: Concurrent Chunk Management Engine (Optimizations/Chunk IO) 0.2.0+alpha.10.96
c2me-opts-math: Concurrent Chunk Management Engine (Optimizations/Math) 0.2.0+alpha.10.96
c2me-opts-scheduling: Concurrent Chunk Management Engine (Optimizations/Scheduling) 0.2.0+alpha.10.96
c2me-opts-worldgen-general: Concurrent Chunk Management Engine (Optimizations/General WorldGen) 0.2.0+alpha.10.96
c2me-opts-worldgen-vanilla: Concurrent Chunk Management Engine (Optimizations/Vanilla WorldGen) 0.2.0+alpha.10.96
c2me-rewrites-chunk-serializer: Concurrent Chunk Management Engine (Rewrites/Chunk Serializer) 0.2.0+alpha.10.96
c2me-rewrites-chunkio: Concurrent Chunk Management Engine (Rewrites/Chunk IO) 0.2.0+alpha.10.96
c2me-server-utils: Concurrent Chunk Management Engine (Server Utils) 0.2.0+alpha.10.96
c2me-threading-chunkio: Concurrent Chunk Management Engine (Threading/WorldGen) 0.2.0+alpha.10.96
c2me-threading-lighting: Concurrent Chunk Management Engine (Threading/Lighting) 0.2.0+alpha.10.96
c2me-threading-worldgen: Concurrent Chunk Management Engine (Threading/WorldGen) 0.2.0+alpha.10.96
com_electronwill_night-config_core: core 3.6.5
com_electronwill_night-config_toml: toml 3.6.5
com_ibm_async_asyncutil: asyncutil 0.1.0
net_objecthunter_exp4j: exp4j 0.4.8
org_threadly_threadly: threadly 7.0
cardinal-components: Cardinal Components API 5.2.1
cardinal-components-base: Cardinal Components API (base) 5.2.1
cardinal-components-block: Cardinal Components API (blocks) 5.2.1
cardinal-components-chunk: Cardinal Components API (chunks) 5.2.1
cardinal-components-entity: Cardinal Components API (entities) 5.2.1
cardinal-components-item: Cardinal Components API (items) 5.2.1
cardinal-components-level: Cardinal Components API (world saves) 5.2.1
cardinal-components-scoreboard: Cardinal Components API (scoreboard) 5.2.1
cardinal-components-world: Cardinal Components API (worlds) 5.2.1
chat_heads: Chat Heads 0.10.18
cloth-config: Cloth Config v11 11.1.106
cloth-basic-math: cloth-basic-math 0.6.1
clutter: Clutter 1.20.1-0.3.9
creativecore: CreativeCore 2.10.28
net_minecraftforge_eventbus: eventbus 6.0.3
cullleaves: Cull Leaves 3.1.0
midnightlib: MidnightLib 1.4.1
darkwaters: Dark Waters 0.0.19
disableinsecurechattoast: Disable Insecure Chat Toast 1.1.0
emi: EMI 1.0.15+1.20.1+fabric
emotecraft: Emotecraft 2.2.7-b.build.50
bendy-lib: Bendy api 4.0.0
player-animator: Player Animator 1.0.2-rc1+1.20
entity_model_features: Entity Model Features 0.2.12
entity_texture_features: Entity Texture Features 4.4.4
org_apache_httpcomponents_httpmime: httpmime 4.5.10
entityculling: EntityCulling-Fabric 1.6.2-mc1.20
fabric-api: Fabric API 0.86.1+1.20.1
fabric-api-base: Fabric API Base 0.4.30+7abfd51577
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.35+4d8536c977
fabric-biome-api-v1: Fabric Biome API (v1) 13.0.10+b3afc78b77
fabric-block-api-v1: Fabric Block API (v1) 1.0.9+e022e5d177
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.40+b3afc78b77
fabric-client-tags-api-v1: Fabric Client Tags 1.1.1+97bb207577
fabric-command-api-v1: Fabric Command API (v1) 1.2.33+f71b366f77
fabric-command-api-v2: Fabric Command API (v2) 2.2.12+b3afc78b77
fabric-commands-v0: Fabric Commands (v0) 0.2.50+df3654b377
fabric-containers-v0: Fabric Containers (v0) 0.1.62+df3654b377
fabric-content-registries-v0: Fabric Content Registries (v0) 4.0.9+b3afc78b77
fabric-convention-tags-v1: Fabric Convention Tags 1.5.4+a1a980da77
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.18+aeb40ebe77
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 12.2.1+1e61dba177
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.52+b3afc78b77
fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.22+b3afc78b77
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.6.1+e91849a877
fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.62+df3654b377
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.38+b04edc7a77
fabric-item-api-v1: Fabric Item API (v1) 2.1.27+b3afc78b77
fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.10+23d9108177
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.36+fb8d95da77
fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.34+df3654b377
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.21+b3afc78b77
fabric-loot-api-v2: Fabric Loot API (v2) 1.1.39+b3afc78b77
fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.43+9e7660c677
fabric-message-api-v1: Fabric Message API (v1) 5.1.7+3265161977
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.49+b3afc78b77
fabric-model-loading-api-v1: Fabric Model Loading API (v1) 1.0.2+709a987177
fabric-models-v0: Fabric Models (v0) 0.4.1+9386d8a777
fabric-networking-api-v1: Fabric Networking API (v1) 1.3.9+b3afc78b77
fabric-networking-v0: Fabric Networking (v0) 0.3.49+df3654b377
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 11.1.1+6beca84877
fabric-particles-v1: Fabric Particles (v1) 1.1.1+201a23a077
fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.19+b3afc78b77
fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.3.1+4df89eb277
fabric-renderer-api-v1: Fabric Renderer API (v1) 3.1.1+9386d8a777
fabric-renderer-indigo: Fabric Renderer - Indigo 1.4.1+9172968c77
fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.45+df3654b377
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.34+b3afc78b77
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.27+b3afc78b77
fabric-rendering-v0: Fabric Rendering (v0) 1.1.48+df3654b377
fabric-rendering-v1: Fabric Rendering (v1) 3.0.7+b3afc78b77
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.5+ea08f9d877
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.9+132c48c177
fabric-screen-api-v1: Fabric Screen API (v1) 2.0.7+b3afc78b77
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.28+b3afc78b77
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.12+b3afc78b77
fabric-transfer-api-v1: Fabric Transfer API (v1) 3.3.0+cdf060b277
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 4.3.0+6c31357e77
fabricloader: Fabric Loader 0.14.21
fabrictailor: Fabric Tailor 2.1.2
config2brigadier: Config to Brigadier 1.2.3
fabric-permissions-api-v0: fabric-permissions-api 0.2-SNAPSHOT
farmersdelight: Farmer's Delight 1.20.1-1.4.1
fastload: Fast Load 3.4.0
conditional-mixin: conditional mixin 0.3.2
fastload-119-0-1-2-compat: Fastload 1.19-0-1-2 Compatibility 3.4.0
fastload-1193-compat: Fastload 1.19.3 Compatibility 3.4.0
fastload-1194-compat: Fastload 1.19.4 Compat 3.4.0
fastload_fapi_forward: Fastload Fabric-api Forwarding 1.0.2
ferritecore: FerriteCore 6.0.0
forgeconfigapiport: Forge Config API Port 8.0.0
freecam: Freecam (Modrinth Edition) 1.2.1+1.20
geckolib: Geckolib 4.2.1
genshinstrument: Genshin Instruments 3.1.1
goml: Get Off My Lawn ReServed 1.9.0+1.20-rc1
common-protection-api: Common Protection API 1.0.0
placeholder-api: Placeholder API 2.1.1+1.20
playerabilitylib: Pal 1.8.0-patbox
polymer-core: Polymer (Core) 0.5.0-rc.2+1.20-rc1
polymer-networking: Polymer (Networking) 0.5.0-rc.2+1.20-rc1
polymer-common: Polymer (Common) 0.5.0-rc.2+1.20-rc1
packet_tweaker: Packet Tweaker 0.4.0+1.19.4
polymer-registry-sync-manipulator: Polymer (Registry Sync Manipulator) 0.5.0-rc.2+1.20-rc1
rtree-3i-lite-fabric: rtree-3i-lite for Fabric 0.3.0
server_translations_api: Server Translations API 2.0.0-beta.2+1.19.4-pre2
sgui: sgui 1.2.2+1.20
gpumemleakfix: Gpu memory leak fix mod 1.20.1-1.6
immediatelyfast: ImmediatelyFast 1.1.20+1.20.1
com_github_llamalad7_mixinextras: MixinExtras 0.2.0-beta.8
net_lenni0451_reflect: Reflect 1.2.1
inventorysorter: Inventory Sorter 1.9.0-1.20
kyrptconfig: Kyrpt Config 1.5.6-1.20
iris: Iris 1.6.4
io_github_douira_glsl-transformer: glsl-transformer 2.0.0-pre13
org_anarres_jcpp: jcpp 1.4.14
org_antlr_antlr4-runtime: antlr4-runtime 4.11.1
ironchest: Iron Chests 2.0.0
libgui: LibGui 8.0.0+1.20
jankson: Jankson 5.0.1+j1.2.2
blue_endless_jankson: jankson 1.2.2
libninepatch: LibNinePatch 1.2.0
java: OpenJDK 64-Bit Server VM 17
journeymap: Journeymap 5.9.12
journeymap-api-fabric: JourneyMap API 1.20-1.9-fabric-SNAPSHOT
krypton: Krypton 0.2.3
com_velocitypowered_velocity-native: velocity-native 3.2.0-SNAPSHOT
lazydfu: LazyDFU 0.1.3
letmedespawn: Let Me Despawn fabric-1.20-1.1.0
litematica: Litematica 0.15.3
litematica_printer: Litematica Printer 7.0.4
lithium: Lithium 0.11.2
malilib: MaLiLib 0.16.1
mapfrontiers: MapFrontiers 2.6.0
commonnetworking: Common Network 1.0.1-1.20.1
memoryleakfix: Memory Leak Fix 1.1.1
midnightcontrols: MidnightControls 1.8.2+1.20
org_aperlambda_lambdajcommon: lambdajcommon 1.8.1
spruceui: SpruceUI 5.0.0+1.20
minecraft: Minecraft 1.20.1
modmenu: Mod Menu 7.2.1
moremobvariants: More Mob Variants 1.2.2
neat: Neat 1.20-35-FABRIC
fiber: fiber 0.23.0-2
patchouli: Patchouli 1.20.1-81-FABRIC
puzzle: Puzzle 1.5.2+1.20
puzzle-base: Puzzle Base 1.5.2+1.20
puzzle-gui: Puzzle GUI 1.5.2+1.20
puzzle-models: Puzzle Models 1.5.2+1.20
puzzle-splashscreen: Puzzle Splash Screen 1.5.2+1.20
reeses-sodium-options: Reese's Sodium Options 1.5.1+mc1.20-build.74
regions_unexplored: Regions Unexplored 0.4.1+1.20.1
simplehats: SimpleHats 1.20.1-0.2.0
sit: Sit! 1.0.1+1.20-1.20.1
skinlayers: 3d Skin Layers 1.5.4-mc1.20.1
smartbrainlib: SmartBrainLib 1.11.1
sodium: Sodium 0.4.10+build.27
sodium-extra: Sodium Extra 0.4.23+mc1.20.1-build.106
caffeineconfig: CaffeineConfig 1.3.0+1.17
starlight: Starlight 1.1.2+fabric.dbc156f
terrablender: TerraBlender 3.0.0.169
travelersbackpack: Traveler's Backpack 1.20.1-9.1.2
trinkets: Trinkets 3.7.1
ubesdelight: Ube's Delight 0.1.2
uselessreptile: Useless Reptile 0.4.3-1.20.1
visualoverhaul: VisualOverhaul 5.0.1
voicechat: Simple Voice Chat 1.20.1-2.4.16
waveycapes: WaveyCapes 1.3.2
waystones: Waystones 14.0.1
worldeditcui: WorldEditCUI 1.20+01
wthit: wthit 8.2.0
yawp: Yet Another World Protector 0.0.2.9-beta2
yet_another_config_lib_v3: YetAnotherConfigLib 3.1.0+1.20
com_twelvemonkeys_common_common-image: common-image 3.10.0-SNAPSHOT
com_twelvemonkeys_common_common-io: common-io 3.10.0-SNAPSHOT
com_twelvemonkeys_common_common-lang: common-lang 3.10.0-SNAPSHOT
com_twelvemonkeys_imageio_imageio-core: imageio-core 3.10.0-SNAPSHOT
com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.10.0-SNAPSHOT
com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.10.0-SNAPSHOT
Loaded Shaderpack: (off)
NEC status: No NEC detected
Launched Version: fabric-loader-0.14.21-1.20.1
Backend library: LWJGL version 3.3.1 SNAPSHOT
Backend API: NVIDIA GeForce GTX 1080 Ti/PCIe/SSE2 GL version 3.2.0 NVIDIA 536.67, NVIDIA Corporation
Window size: 1920x958
GL Caps: Using framebuffer using OpenGL 3.2
GL debug messages:
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'
Type: Integrated Server (map_client.txt)
Graphics mode: fancy
Resource Packs: vanilla, file/blVanilla-Experiencer0.zip, fabric, cullleaves:smartleaves, visualoverhaul:rounddiscs (incompatible), betterbeds:connectedbeds (incompatible), betterbeds:fancybeds (incompatible), betterbeds:fancyconnectedbeds (incompatible), visualoverhaul:coloredwaterbucket (incompatible), file/§fAnimated §cR§aG§9B §fInv. GUI 1.20.0.zip, file/6lClassic3Dv15.2-1.20.zip, visualoverhaul:nobrewingbottles (incompatible), visualoverhaul:fancyfurnace (incompatible), file/Better+Lanterns&Chains+v1.1.1.zip, file/FreshAnimations_v1.8.1.zip (incompatible), file/BetterLeavesAdd-onV3.0-1.20.zip, file/Round-Trees-7.1-1.19.zip (incompatible)
Current Language: ru_ru
CPU: 16x Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz
Server Running: true
Player Count: 1 / 8; [class_3222['MindRyder'/1, l='ServerLevel[Новый мир2]', x=51.62, y=64.00, z=-103.43]]
Data Packs: vanilla, fabric
Enabled Feature Flags: minecraft:vanilla
World Generation: Stable

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.