Search found 17 matches

by hooktail154
Mon May 07, 2012 7:54 pm
Forum: Better Than Wolves Discussion
Topic: New Release! (BTW V3.62)
Replies: 57
Views: 10397

Re: New Release! (BTW V3.62)

Haha. This update fixed my lowest-of-the-low priority bug report from months ago about shaking while riding in minecarts. Thanks a ton. :D
by hooktail154
Tue Dec 27, 2011 3:00 am
Forum: Better Than Wolves Discussion
Topic: New Release! (BTW V3.45)
Replies: 80
Views: 10490

Re: New Release! (BTW V3.45)

This looks amazing. For someone who usually doesn't play legit, but hates instamining, this is perfect. Now I can always keep my tools around, without juggling my mechanical, redstone, and building supplies around. I'm installing it now. Yeah, the problem with 5X5 is I already have future plans for ...
by hooktail154
Mon Nov 21, 2011 7:27 pm
Forum: Off-Topic
Topic: Notch's Yogscast Angst
Replies: 1
Views: 508

Notch's Yogscast Angst

It sure seems like Notch has been having his fair share of issues with the Yogscast crew at Minecon. From his twitter: Wow. Hate, insults and threats are flooding in from Yogscast fans. I'll stop biting my tongue now. Yogscast repeatedly insulted people, talked behind their backs, refused to coopera...
by hooktail154
Mon Sep 26, 2011 8:45 pm
Forum: Better Than Wolves Discussion
Topic: Illegal modpack with BTW
Replies: 312
Views: 24930

Re: Illegal modpack with BTW

Welp, I'm clocking out of the comments on the video.

My brain may already be rotted. That was painful.
by hooktail154
Mon Sep 26, 2011 7:44 pm
Forum: Better Than Wolves Discussion
Topic: Illegal modpack with BTW
Replies: 312
Views: 24930

Re: Illegal modpack with BTW

Well crap...

If only there was a way to detect the exact configuration they use and purposefully crash minecraft if it's detected.
by hooktail154
Mon Aug 15, 2011 4:55 pm
Forum: Better Than Wolves Discussion
Topic: BTWorld - An open building project
Replies: 1
Views: 611

BTWorld - An open building project

A while back, I created a Minecraft world specifically to test and play with new BTW features. After a while, I started to do more automation, adding on to my existing creations. I decided that sharing this project, now dubbed BTWorld, would be beneficial to newcomers and people looking to add more ...
by hooktail154
Sun Aug 07, 2011 9:19 pm
Forum: BTW Bug Reports
Topic: Pistons don't push unfired pottery
Replies: 1
Views: 451

Pistons don't push unfired pottery

It makes automating a start-to-finish kiln a real challenge.

Also, a way to turn blocks like stone and pottery into their items would awesome.
by hooktail154
Thu Jul 14, 2011 4:31 pm
Forum: Better Than Wolves Discussion
Topic: Which .Class File Does What??
Replies: 8
Views: 1294

Re: Which .Class File Does What??

Based on Senjai's findings, overwriting these class files would do a few things. 1. The hibachi may behave funny (for instance, in rain) 2. You will not be able to get hemp seeds from tall grass. 3. Anything else Flower modifies those classes for (can't think of any off the top of my head) An easy w...
by hooktail154
Wed Jul 13, 2011 3:25 pm
Forum: Better Than Wolves Discussion
Topic: New Video!!! (Turntable)
Replies: 40
Views: 4233

Re: New Video!!! (Turntable)

this.mind = "blown";
by hooktail154
Tue Jul 12, 2011 8:21 pm
Forum: BTW Bug Reports
Topic: Jiggling while riding a minecart on a moving patform
Replies: 9
Views: 1791

Jiggling while riding a minecart on a moving patform

The screen jiggles up and down when you ride in a minecart on a moving platform. The minecart itself (while not riding) does not appear to jiggle. This happened with a minecart on a track, so I don't know if this happens without a track as well. My computer is too slow to get a video, and a screensh...
by hooktail154
Tue Jul 12, 2011 8:18 pm
Forum: BTW Bug Reports
Topic: Block Dispenser and Minecart on Slope
Replies: 4
Views: 885

Re: Block Dispenser and Minecart on Slope

It's probably not a bug. It just seems odd that a minecart overlapping with a block will be pulled into the BD instead of the block.

The 2 on the left are on, the one on the right is off: http://cl.ly/8OLY

Switched states: http://cl.ly/8OkY

Go ahead and close it if this is the desired affect.
by hooktail154
Fri Jul 08, 2011 4:58 am
Forum: Better Than Wolves Discussion
Topic: Who here makes their own mods?
Replies: 50
Views: 4996

Re: Who here makes their own mods?

Has anyone played with extending ItemMap yet? A class with just extending, no new overrides, spawns correctly but doesn't trigger the first person map when held. Can't seem to find where that's getting triggered, assuming it might be looking for the specific class. I'll check in the morning (heh, t...
by hooktail154
Thu Jul 07, 2011 4:36 am
Forum: Better Than Wolves Discussion
Topic: Who here makes their own mods?
Replies: 50
Views: 4996

Re: Who here makes their own mods?

(no, I don't pan on actually releasing that as a mod) . Was just happy to get MCP up and running properly on the Mac. Using Coda of all things. For the love of god, just use Eclipse. It's cross-platform and has anything and everything could want in an IDE (except doing the coding for you). Go to ec...
by hooktail154
Wed Jul 06, 2011 5:23 pm
Forum: Better Than Wolves Discussion
Topic: Who here makes their own mods?
Replies: 50
Views: 4996

Re: Who here makes their own mods?

If you're using ModLoader, you add texture overrides by calling: int texID = ModLoader.addOverride("/terrain.png","/path/to/yourfile.png"); You will have to insert yourfile.png in the right spot in the jar in MCP/jars/bin/minecraft.jar like you would install a mod. To make a bloc...
by hooktail154
Wed Jul 06, 2011 6:19 am
Forum: Better Than Wolves Discussion
Topic: Who here makes their own mods?
Replies: 50
Views: 4996

Re: Who here makes their own mods?

I have my own mod: http://www.minecraftforum.net/topic/410598-166redstone-indicatorswip/ I started programming in AppleScript (think LISP - parentheses + smalltalk + English). It was really limited so moved on to obj-c/cocoa. Then, one day, I decided mod minecraft. I picked up Java in ten minutes (i...
by hooktail154
Tue Jul 05, 2011 1:11 pm
Forum: Better Than Wolves Discussion
Topic: New MCP ETA
Replies: 5
Views: 1125

New MCP ETA

Searge over at #mcp just gave an ETA on MCP 4.2. He said it would it could be out within the next 1-2 hours. This means, depending on how long it takes Flower to get things running (which depends on how much he's added and how much things have changed), the next version of he mod could be out within...
by hooktail154
Mon Jul 04, 2011 10:44 pm
Forum: Better Than Wolves Discussion
Topic: Say hello!
Replies: 109
Views: 14471

Re: Say hello!

Hello all. This seems like a much happier place than that once shining forum thread I used to call home. Glad to be here. EDIT: Also, because this doesn't have the unnecessary visual flair of the Mc Gorums, I can compose a post on my iPod without it crashing. Thanks a million. EDIT 2: Also, more tha...