Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

jesmores/HoloInventory

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HoloInventory

Adds Holographic inventory screen for all blocks with an inventory.

Screenshots & Downloads Make sure to check the config file for options!

Based on idea of this reddit thread by aleqsio.

If you find spelling mistakes, let me know!

(c) Copyright Dries007.net 2013

Donate

If you want to donate to me (dries007), you can paypal or patreon me.

Video makers:

My name is Dutch, that means the "ie" is pronounced like a long i. Click for an example, thanks Google. Make sure you use the latest version of the mod (and mention wich one you are using), and that you have a link (to this page or the MCForums) in the video discription.

Modpacks:

All modpacks can distribute this mod on one condition: You use the official versions (provided by the download link above).

Setup dev env:

  • Install gradle
  • Run "gradle setupDevWorkspace" in the git repo (some steps seem to take forever, namely getAssets)
  • Import folder with Intellij or Eclipse
  • Make changes
  • Use the run configurations below
  • Run "gradle build" to make a jar, see "build/libs" for output
  • Test your changes
  • Make a PR!

Intellij run configurations:

Don't forget to make "minecraft/jars".

Client:

  • net.minecraft.launchwrapper.Launch
  • -Djava.library.path=../natives -XX:-UseSplitVerifier
  • --version 1.6 --tweakClass cpw.mods.fml.common.launcher.FMLTweaker --username Dries007
  • $MODULE_DIR$/minecraft/jars

Server:

  • cpw.mods.fml.relauncher.ServerLaunchWrapper
  • -XX:-UseSplitVerifier
  • (empty)
  • $MODULE_DIR$/minecraft/jars

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%