[mR] Forums
Tardis Mod MC1.1.0 Version 0.0001 is HERE! - Printable Version

+- [mR] Forums (https://mikes-revenge.net)
+-- Forum: Revenge Forums (https://mikes-revenge.net/forumdisplay.php?fid=5)
+--- Forum: All Games (https://mikes-revenge.net/forumdisplay.php?fid=53)
+---- Forum: Legit Survival (https://mikes-revenge.net/forumdisplay.php?fid=29)
+---- Thread: Tardis Mod MC1.1.0 Version 0.0001 is HERE! (/showthread.php?tid=1998)



Tardis Mod MC1.1.0 Version 0.0001 is HERE! - DaKakeIsALie - 02-23-2012

---Read the Whole Post First, not my fault if your game crashes because you don't read!---

Lol I've spent the weekend making this. I'm an amateur Java coder and it took me a while to get into the grove, but I've managed something meager to post.
Feel free to test/debug it as I'm sure I've failed in some spots.

So far you can fully craft the Tardis. You cannot place it or use it an any other way yet. My plans include a dimension like the Nether.

Possible bugs i think i worked out but idk:
Free iron panels every time you open the workbench

Known bugs not fixed:
you cannot craft iron panels, as they are the same recipe as iron bars *facepalm*
(just use creative mode please)
no item names: i cant find the damn class for them!
blue paint requires ink sacks not lapis lazuli


--------INSTALLATION INSTRUCTIONS PLEASE READ!!!---------

-Do NOT install modloader, it is designed to be a freestanding mod

(unless...)
-If the mod absolutely will not work, try modloader because i had it installed when i tested it regardless to the fact i didn't code for it.

-Do NOT use a texture pack, this will cause the items to be clear (and even more useless)

-Do NOT tell me you can not do anything with this mod, but craft, because i know that is why it is version 0.0001, it is a base to start from.

Do Comment and notify me of bugs.

IF you think you can do better icons than me, post a 16x16 pixel .png file of the icon you think is better, and i MIGHT use it

Remember to back up your saves!

you should be able to install this mod like any mod (probably best to delete META-INF)

THANK YOU FOR TRYING MY MOD (so far)


Recipes:

symbols:
dd = double door bd = blue door ip = iron panel bl = blue panel
tl = tardis light bp = blue paint ec = energy core cp = control panel
m = mainframe i = inside t= Tardis g = glass
o = glowstone s = stone ch = chest w = workbench
f = furnace d = dispenser r = repeater L = lever
b = button si = sign LL = ink sack sl = slimeball
di = diamond id = iron door bw = water bucket ii = iron ingot
if = iron fence

- = nothing

format: first "- - -" = top row of workbench 2nd is middle3rd is bottom.

blue paint "- LL -" "- sb -" "- wb -"
double door "- - -" "- id -" "- - -"
blue door "- - -" "si dd -" "- bp -"
iron panel "ii ii ii" "ii ii ii" "- - -"
blue panel "- - -" "- ip -" "- bp -"
tardis light "- g -" "g o g" "s s s"
energy core "g o g" "o di o" "g o g"
control panel "r b r" "l ec l" "r b r"
mainframe "ip if ip" "if m if" "ip if ip"
inside "w ch w" "ch m ch" "f d f"
Tardis "- tl -" "bd i bl" "bl bl bl"

Read these carefully I'm sure they are easy to confuse... maybe ill make a image in ms paint or something to help you.

Download:




RE: Tardis Mod MC1.1.0 Version 0.0001 is HERE! - mIKe - 02-23-2012

This is pretty cool! I'll check it out as soon as I can...


RE: Tardis Mod MC1.1.0 Version 0.0001 is HERE! - bmanrules - 02-23-2012

Is it for 1.0 or 1.1? If you need to update it it shouldn't take that long, but I remember your post about that, and I think it is going to be good. If you need help with anything you ask me or michielcx, and we will be glad to help( I think mich will). If you want to name items then you do the following:

Work out the name of the item ie Item.Tardis ( see craftingmanager for it if you forget)
In minecraft or MCP locate the En_lang file. Open it in notepad or whatever you use and scroll to the end. You should see things like Item.*** = *** Itemdesc = blank. Copy these two lines and change Item.Whatever it is to Item.Tardis = Tardis. Install the mod and the item will be called Tardis


RE: Tardis Mod MC1.1.0 Version 0.0001 is HERE! - DaKakeIsALie - 02-23-2012

It is for 1.1.0 as that is what I imported to eclipse. The en_lang file ill have to check out when i get home but it sounds promising. Thanks for the advice and offer for help.


RE: Tardis Mod MC1.1.0 Version 0.0001 is HERE! - DaKakeIsALie - 02-23-2012

I shal have the real version 0.1 out tonight probably