Code Monkey home page Code Monkey logo

usefulnullifiers's Introduction

-------------------------------------------
Source installation information for modders
-------------------------------------------
This code follows the Minecraft Forge installation methodology. It will apply
some small patches to the vanilla MCP source code, giving you and it access 
to some of the data and functions you need to build a successful mod.

Note also that the patches are built against "unrenamed" MCP source code (aka
srgnames) - this means that you will not be able to read them directly against
normal code.

Source pack installation information:

Standalone source installation
==============================

Step 1: Open your command-line and browse to the folder where you extracted the zip file.

Step 2: Once you have a command window up in the folder that the downloaded material was placed, type:

Windows: "gradlew setupDecompWorkspace"
Linux/Mac OS: "./gradlew setupDecompWorkspace"

Step 3: After all that finished, you're left with a choice.
For eclipse, run "gradlew eclipse" (./gradlew eclipse if you are on Mac/Linux)

If you preffer to use IntelliJ, steps are a little different.
1. Open IDEA, and import project.
2. Select your build.gradle file and have it import.
3. Once it's finished you must close IntelliJ and run the following command:

"gradlew genIntellijRuns" (./gradlew genIntellijRuns if you are on Mac/Linux)

Step 4: The final step is to open Eclipse and switch your workspace to /eclipse/ (if you use IDEA, it should automatically start on your project)

If at any point you are missing libraries in your IDE, or you've run into problems you can run "gradlew --refresh-dependencies" to refresh the local cache. "gradlew clean" to reset everything {this does not effect your code} and then start the processs again.

Should it still not work, 
Refer to #ForgeGradle on EsperNet for more information about the gradle environment.

Tip:
If you do not care about seeing Minecraft's source code you can replace "setupDecompWorkspace" with one of the following:
"setupDevWorkspace": Will patch, deobfusicated, and gather required assets to run minecraft, but will not generated human readable source code.
"setupCIWorkspace": Same as Dev but will not download any assets. This is useful in build servers as it is the fastest because it does the least work.

Tip:
When using Decomp workspace, the Minecraft source code is NOT added to your workspace in a editable way. Minecraft is treated like a normal Library. Sources are there for documentation and research purposes and usually can be accessed under the 'referenced libraries' section of your IDE.

Forge source installation
=========================
MinecraftForge ships with this code and installs it as part of the forge
installation process, no further action is required on your part.

LexManos' Install Video
=======================
https://www.youtube.com/watch?v=8VEdtQLuLO0&feature=youtu.be

For more details update more often refer to the Forge Forums:
http://www.minecraftforge.net/forum/index.php/topic,14048.0.html

usefulnullifiers's People

Contributors

bartz24 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

usefulnullifiers's Issues

Mekanism and Immersive Engineering fluid pipes will not connect to the Fluid Nullifier

When using Mekanism mechanical pipes and Immersive Engineering fluid pipes, the pipes will not connect for whatever reason. I tested this with Ender IO and Thermal Dynamics fluid pipes and they seem to work just fine though.

Using current versions of each mod as of the date of posting this.

Also a quick side note, Mekanism item pipes don’t connect to Item Nullifiers either it seems

Server crash 1.10.2

While connecting an item nullifier to an advanced generator item output port and also from a chest using an item conduit (ender io) from a chest to the nullifier caused a server crash where we had to remove the mod and re add it back in to be able to enter the area. Attached is the crash log.

crash-2016-07-23_21.12.50-server.txt

CraftTweaker can not remove recipes.

I just tried changing recipes for some of the nullifiers by using CraftTweaker. It adds recipes but refuses to remove them. I assume like that is because the recipes in this mod are not in .json like the new vanilla recipes etc.. Sadly I am not a modder and have no confirmation for that, but I hope it is possible to solve this issue as I really would like to nerf the Overflow Nullifier...

EDIT: Forgot to write down the versions.

UseNull: usefulnullifiers-1.4.1
Forge: 2575 for 1.12

Energy Nullifier can be filled up

I needed a dumping ground for testing my Draconic Evolution Reactor and found that the Energy Nullifiers fill up at 2.1GRF, which doesn't take long with the Reactor outputting over 500k RF/t while testing. :)

Ideally the Energy Nullifier, like the Item Nullifier, could accept an infinite amount of "stuff" and never fill up (sends to /dev/null).

Server crash when trying to nullify water

Attempted to pick up/nullify a block of water, server AND client crashed.

Version: UCHIJAAAA usefulnullifiers{1.3.3} [Useful Nullifiers] (useful-nullifiers.jar)
Forge: FML: MCP 9.38 Powered by Forge 13.20.0.2226 145 mods loaded, 145 mods active

Player crash: http://pastebin.com/XtfirTZH
Server crash: http://pastebin.com/Zju62KFi

Snippet of server crash:
Description: Ticking player

java.lang.NoSuchMethodError: mcjty.lib.tools.ItemStackList.get(I)Lnet/minecraft/item/ItemStack;
at com.bartz24.usefulnullifiers.inventory.FluidVoidInventory.func_70301_a(FluidVoidInventory.java:50)
at net.minecraft.inventory.Slot.func_75211_c(Slot.java:60)
at net.minecraft.inventory.Container.func_75142_b(Container.java:75)
at net.minecraft.entity.player.EntityPlayerMP.func_70071_h_(EntityPlayerMP.java:280)
at net.minecraft.world.World.func_72866_a(World.java:1961)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:840)
at net.minecraft.world.World.func_72870_g(World.java:1931)
at net.minecraft.world.WorldServer.func_184147_l(WorldServer.java:650)
at net.minecraft.world.World.func_72939_s(World.java:1723)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:621)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:720)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:384)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
at java.lang.Thread.run(Thread.java:745)

Error running under 1.10.2

Hi,

I just installed v 1.0.2 and I get the following error: http://pastebin.com/DbzxZR1k

I'm running FTB Unstable 1.10 with a few other mods. Let me know if there's anything else I can provide to help troubleshoot.

Forge Mod Loader version 12.18.0.2000
Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_91, running on Windows 10:amd64:10.0

Energy Nullifier causes a crash if IC2 is not installed

The Energy Nullifier is crashing with an AbstractMethodError when placed if IC2 is not installed, as it implements ITickable, but that method is removed via Optional with a check on the IC2 modid.

The easy fix is to use Optional to strip the ITickable interface when IC2 is not present.

java.lang.AbstractMethodError
        at net.minecraft.world.World.func_72939_s(World.java:1804)
        at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:619)
        at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
        at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
        at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
        at java.lang.Thread.run(Thread.java:745)

Dupe exploit

Hey mate, there is a dupe with your nullifiers.

  1. Put an item in ur nullifiers
  2. Drop the nullifier by pressing Q. (The GUI will stay open and you can take out ur item)
  3. Pick up the nullifier again and take out ur duped item.

Maybe you should add a check if the item gets dropped to close the GUI or block dropping it while GUI is open to fix this

-Tazz

Console spam with Hwyla

Hwyla adds a capability handler for IFluidHandler. An NPE is reached here since you return null in getTankProperties() here. This method isn't nullable and should return new IFluidTankProperties[0] instead.

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.