Giter Site home page Giter Site logo

ionaru / mattermegadrive Goto Github PK

View Code? Open in Web Editor NEW

This project forked from simeonradivoev/matteroverdrive

3.0 3.0 4.0 33.66 MB

Continuation of MatterOverdrive for 1.7.10

Home Page: https://minecraft.curseforge.com/projects/matter-megadrive

License: GNU General Public License v3.0

Java 99.98% CSS 0.01% GLSL 0.01%
java minecraft minecraft-1-7-10 sci-fi star-trek

mattermegadrive's Introduction

Hi there, I'm Jeroen ๐Ÿ‘‹

Full-stack developer, Scrum Master, Frontend specialty.

LinkedIn StackOverflow Discord Steam


I'm an ambitious full-stack developer and Scrum Master from the Netherlands that specialises in frontend, however I do not shy away from non-web programming.

About me

Timezone: Europe/Amsterdam



  • ๐Ÿ”ญ I'm currently working on: Migrating a legacy JS codebase to modern ESM
  • ๐ŸŒฑ I'm currently learning: How microservices communicate with each other.
  • ๐Ÿ’ฌ My interests: Board games, transportation, hiking in the mountains
  • ๐Ÿ“ซ How to reach me: LinkedIn or Discord


My favourite languages, frameworks, databases and tools

HTML5 CSS3 Sass JavaScript Typescript PHP Python
Angular Vue.js Jest Ionic NestJS Laravel
MySQL SQLite PostgreSQL Redis Mongo DB
Visual Studio Code IntelliJ IDEA Ultimate Git GitHub Docker



mattermegadrive's People

Contributors

adaptivity avatar blackace21 avatar gitter-badger avatar ionaru avatar joccob avatar mazdallier avatar shadowfacts avatar sheynandr avatar simeonradivoev avatar tyra314 avatar webmilio avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

mattermegadrive's Issues

An error is logged when opening the GUI of an unlinked Matter Scanner

Brief explanation of the problem
When a player attempts to open the GUI of a unlinked Matter Scanner, an error is printed to the log.

Steps to reproduce

  1. Get an new Matter Scanner
  2. Open the GUI
  3. An error was printed to the log.

Error message

[01:49:19] [Client thread/ERROR] [Matter Overdrive]: There was a problem while trying to open Matter Scanner GUI
java.lang.NullPointerException
	at matteroverdrive.gui.pages.PageScanInfo.setItemNBT(PageScanInfo.java:111) ~[PageScanInfo.class:?]
	at matteroverdrive.gui.GuiMatterScanner.updateSelected(GuiMatterScanner.java:87) ~[GuiMatterScanner.class:?]
	at matteroverdrive.gui.GuiMatterScanner.registerPages(GuiMatterScanner.java:62) ~[GuiMatterScanner.class:?]
	at matteroverdrive.gui.GuiMatterScanner.<init>(GuiMatterScanner.java:38) ~[GuiMatterScanner.class:?]
	at matteroverdrive.items.MatterScanner.DisplayGuiScreen(MatterScanner.java:231) [MatterScanner.class:?]
	at matteroverdrive.handler.KeyHandler.onKeyInput(KeyHandler.java:47) [KeyHandler.class:?]
	at cpw.mods.fml.common.eventhandler.ASMEventHandler_1543_KeyHandler_onKeyInput_KeyInputEvent.invoke(.dynamic) [?:?]
	at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) [ASMEventHandler.class:?]
	at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140) [EventBus.class:?]
	at cpw.mods.fml.common.FMLCommonHandler.fireKeyInput(FMLCommonHandler.java:540) [FMLCommonHandler.class:?]
	at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1873) [bao.class:?]
	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973) [bao.class:?]
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) [bao.class:?]
	at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_92]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_92]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_92]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_92]
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]

Matter Megadrive version
0.4.4

[request] weapon configuration

First I must say it's great that someone is continuing MO for 1.7.10. I always wanted to use it more but it was just too incomplete.

I would really appreciate it if the statistics of weapons of android abilities were more configurable. I think weapon damage is too low by default and I also want to make them endgame weapons in a modpack.

Optimization

is this mod a lot better optimized than matter overdrive?

enchantment id conflict

Brief explanation of the problem

a duplicate enchantment id

Steps to reproduce

add witching gadgets version and it depences
https://minecraft.curseforge.com/projects/witching-gadgets/files/2262119

and download this version of matter mega drive
https://minecraft.curseforge.com/projects/matter-megadrive/files/2514503

**Crash report **
BluSunrize/WitchingGadgets#126

crash-2019-03-12_12.25.35-client.txt

Matter Megadrive version
https://minecraft.curseforge.com/projects/matter-megadrive/files/2514503

currently getting help from this mod creator
https://github.com/fewizz/NotEnoughIDs/issues/87

Player is kicked from server when opening the Matter Scanner GUI

Brief explanation of the problem
When a player attempts to opens the GUI of a Matter Scanner in certain situations, then then player is kicked from the server,

Steps to reproduce

  1. Get an new Matter Scanner
  2. Link Matter Scanner to empty Pattern Storage (No drives!)
  3. Scan a block
  4. Open the GUI
  5. Player was kicked from the server and is returned to the server browser (even when in SP).

Error message

[01:39:54] [Client thread/ERROR] [FML]: There was a critical exception handling a packet on channel mo_channel
io.netty.handler.codec.EncoderException: java.lang.NullPointerException
	at io.netty.handler.codec.MessageToMessageEncoder.write(MessageToMessageEncoder.java:107) ~[MessageToMessageEncoder.class:?]
	at io.netty.handler.codec.MessageToMessageCodec.write(MessageToMessageCodec.java:116) ~[MessageToMessageCodec.class:?]
	at io.netty.channel.DefaultChannelHandlerContext.invokeWrite(DefaultChannelHandlerContext.java:644) ~[DefaultChannelHandlerContext.class:?]
	at io.netty.channel.DefaultChannelHandlerContext.write(DefaultChannelHandlerContext.java:698) ~[DefaultChannelHandlerContext.class:?]
	at io.netty.channel.DefaultChannelHandlerContext.writeAndFlush(DefaultChannelHandlerContext.java:688) ~[DefaultChannelHandlerContext.class:?]
	at io.netty.channel.DefaultChannelHandlerContext.writeAndFlush(DefaultChannelHandlerContext.java:717) ~[DefaultChannelHandlerContext.class:?]
	at io.netty.channel.DefaultChannelPipeline.writeAndFlush(DefaultChannelPipeline.java:893) ~[DefaultChannelPipeline.class:?]
	at io.netty.channel.AbstractChannel.writeAndFlush(AbstractChannel.java:239) ~[AbstractChannel.class:?]
	at cpw.mods.fml.common.network.simpleimpl.SimpleNetworkWrapper.sendToServer(SimpleNetworkWrapper.java:236) ~[SimpleNetworkWrapper.class:?]
	at matteroverdrive.network.PacketPipeline.sendToServer(PacketPipeline.java:101) ~[PacketPipeline.class:?]
	at matteroverdrive.gui.GuiMatterScanner.<init>(GuiMatterScanner.java:43) ~[GuiMatterScanner.class:?]
	at matteroverdrive.items.MatterScanner.DisplayGuiScreen(MatterScanner.java:231) ~[MatterScanner.class:?]
	at matteroverdrive.handler.KeyHandler.onKeyInput(KeyHandler.java:47) ~[KeyHandler.class:?]
	at cpw.mods.fml.common.eventhandler.ASMEventHandler_1543_KeyHandler_onKeyInput_KeyInputEvent.invoke(.dynamic) ~[?:?]
	at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
	at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140) ~[EventBus.class:?]
	at cpw.mods.fml.common.FMLCommonHandler.fireKeyInput(FMLCommonHandler.java:540) ~[FMLCommonHandler.class:?]
	at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1873) [bao.class:?]
	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973) [bao.class:?]
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) [bao.class:?]
	at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_92]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_92]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_92]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_92]
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.lang.NullPointerException
	at matteroverdrive.network.packet.bi.PacketMatterScannerGetDatabase.toBytes(PacketMatterScannerGetDatabase.java:49) ~[PacketMatterScannerGetDatabase.class:?]
	at cpw.mods.fml.common.network.simpleimpl.SimpleIndexedCodec.encodeInto(SimpleIndexedCodec.java:11) ~[SimpleIndexedCodec.class:?]
	at cpw.mods.fml.common.network.simpleimpl.SimpleIndexedCodec.encodeInto(SimpleIndexedCodec.java:7) ~[SimpleIndexedCodec.class:?]
	at cpw.mods.fml.common.network.FMLIndexedMessageToMessageCodec.encode(FMLIndexedMessageToMessageCodec.java:51) ~[FMLIndexedMessageToMessageCodec.class:?]
	at io.netty.handler.codec.MessageToMessageCodec$1.encode(MessageToMessageCodec.java:67) ~[MessageToMessageCodec$1.class:?]
	at io.netty.handler.codec.MessageToMessageEncoder.write(MessageToMessageEncoder.java:89) ~[MessageToMessageEncoder.class:?]
	... 26 more

Matter Megadrive version
0.4.4

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.