Minecraft Mods

[1.5.2] Arrow Golems!

  • 68,529 views, 2 today
  • 14,089 downloads, 0 today
  • 104
  • 29
  • 128
sed11's Avatar sed11
Retired Moderator
Level 66 : High Grandmaster Hero
385
NOTE: You DO NOT need a HD Texture Fix (Even though the texture is larger than a regular default mob's.)

This mod adds a new mob called the Arrow Golem.
Risugami's ModLoader is also needed because of the mod_ file.(I used ModLoader methods in the code.)
The Arrow Golem is a Golem that you can spawn with a Spawn Egg in creative mode, or just create the statue needed to spawn it.It does not spawn by itself.

The statue that turns into the Golem that you need to build: S=Stone, L=Log (Any), C=Cobblestone, D=Dispenser.

D
LSL
C

(Like how you build an Iron Golem, except different blocks.)
Notice: In 1.5.2, the statue must be facing from east to west or west to east. It won't work from north to south or south to north, for some reason. It's not a very big problem though. I'm not sure how to fix this, but until then, keep this in mind.

The Arrow Golem will shoot arrows at any Monster, except for Creepers and Ghasts.(Becuse Creepers would explode on the golem, and the Ghast would shoot exploding fireballs at it.)

The Arrow Golem will also leave a trail of RedStone Dust, like Snow Golems leave a trail of Snow.

Arrow Golem Stats:
Health: 32
Attack: Uses Arrows

Its useful for RedStone farming.

The Redstone may seem overpowered, but if you think about it, you'll need to mine 8 cobblestone for a furnace, chop down 2 logs, smelt 1 cobblestone in the furnace, get some more logs for planks and a crafting table, turn some planks into sticks, use cobble for a pickaxe, mine 3 iron, smelt it, use the iron for a pickaxe, and travel into a deep cave searching for atleast 1 redstone, get some more cobble, and either kill a skeleton for a bow or kill spiders for 3 silk and have atleast 3 sticks for a bow, then you can make the Dispenser needed.

Installation (Also found in the READ ME.txt file.):
Windows Only, if you know how to install mods on a MAC/Other(Windows too though.), you should be ok with installing.

1.Get winRAR or 7ZIP, or any other program that can open .jar files and make archive files.
2.Goto Start Menu and type %appdata% in the search box.
3.Open Roaming folder, then .minecraft folder, then bin folder.
4.Open minecraft.jar (It may just be minecraft) with your archiving program. (winRAR, 7ZIP, etc.)
5.Drag the mob folder and the .class files into the .jar, DO NOT install the .txt file.(I'm not sure if it will do anything
though.)Also install Risugami's ModLoader by dragging its .class files into the .jar.
6.When you're done, close all the files, then run your Minecraft.exe, Log In, then play the game.
7.Have fun!

If your game crashes, its probably another mod, but report the crash to me with the error and I'll see if I know how to fix it.It is most-likely another mod though if you installed any others, or you installed it wrong.

NOTE: This mod will be incompatible with any mod that edits the BlockDispenser code, or alv.class.

Thanks to Skydaz for the Mod Installer, although it is not updated yet.I'll say when he's updated it.You can keep going to the page though to see if Skydaz has updated it: http://www.skydaz.com/arrow-golems-mod-installer-for-minecraft-1-3-2/

Thanks for the How To Install video by Zinger Gaming/XHIPHOPNATHX:
https://www.youtube.com/watch?v=-j32JKdaGm4

Thanks for the Mod Reviews by ChronoFury, Sorenus/Soren3131, 23scurtu, SCMowns, PahrakCraft, RyanVM, IronwoodWB, and CIA99:
ChronoFury's Review: http://www.youtube.com/watch?v=1yEn9wCTeUE&feature=plcp

Soren3131's Review: http://www.youtube.com/watch?v=bQbY1ElDeS4

23scurtu'sReview: http://www.youtube.com/watchv=PgjFjDZvy2E&list=UUl_vLDICof7rZDSYZHld3Tg&index=1&feature=plcp

SCMowns's Review (With 2 other mods included in his video.): http://www.youtube.com/watch?v=aRPj3DL_flA

PahrakCraft's Review: http://www.youtube.com/watchv=iEWOxPoMWLg

RyanVM's Review: http://www.youtube.com/watchv=2ypjN8tLPsE

IronwoodWB'sReview: http://www.youtube.com/watchv=QRZ1H_Bd4SA&feature=plcp

CIA99/MrBlurbGaming's Review: http://www.youtube.com/watch?v=aR60DXofoEY

Thanks for the Italian Mod Review by IShockInfinity (I don't speak Italian but he made a review and it would be useful for people who speak Italian and not English.):

http://www.youtube.com/watch?v=E_Rjv3KWEUw

"Mod made by Cjw12/Sed11.Do not re-distribute without permission!!!"
CreditSkydaz for the Mod Installer.Everyone who made a video.
Progress100% complete
Game VersionMinecraft 1.5
Tags

4 Update Logs

Update #4 : by sed11 05/03/2013 8:32:19 pmMay 3rd, 2013

  • Updated to Minecraft 1.5.2
LOAD MORE LOGS

Create an account or sign in to comment.

1
09/29/2013 5:33 pm
Level 24 : Expert Architect
proxwarrior33
proxwarrior33's Avatar
what about 1.6.4
1
08/18/2013 2:44 pm
Level 24 : Expert Architect
proxwarrior33
proxwarrior33's Avatar
are you going to do 1.6.2
1
08/18/2013 8:26 pm
Level 66 : High Grandmaster Hero
sed11
sed11's Avatar
Maybe someday....
1
08/05/2013 2:21 pm
Level 1 : New Explorer
koriander
koriander's Avatar
100 Diamond
1
06/25/2013 9:13 pm
Level 37 : Artisan Wolf
RedShades23
RedShades23's Avatar
Hey, I'm trying to make a mod that includes a golem. Can you please tell me where and how to alter the crafting for the golem? I dont think it is the same as regular crafting... I searched for a while through the packages, but no luck in finding something resembling a recipe... Please help, and thank you. BTW I'm using forge and its 1.5.2
1
06/25/2013 9:55 pm
Level 66 : High Grandmaster Hero
sed11
sed11's Avatar
You can find golem-creation code in the BlockPumpkin code. You will also need to look in the EntityIronGolem or the EntitySnowman code. You would use code from those files, also using the creation code from the Pumpkin in a new block. The rest of the code would be the normal mob code. If you want the golem to shoot something, you will need to use EntityAIArrowAttack code from SnowGolem. (Snowballs) Use code from Skeleton for arrows, and from Witch for potions, I think. Not sure if you can use any other items/entities aside from snowballs, arrows, and potions. You can probably do any item as long as it has an Entity file. (Like the snowball) However, not sure about fireballs.
1
06/25/2013 10:43 pm
Level 37 : Artisan Wolf
RedShades23
RedShades23's Avatar
thank you. I was looking for this for hours :)
1
06/09/2013 11:13 pm
Level 8 : Apprentice Crafter
DaedricSheep
DaedricSheep's Avatar
can i just drop this in my mods folder?
1
06/10/2013 3:59 pm
Level 66 : High Grandmaster Hero
sed11
sed11's Avatar
It will add the mob, however you won't be able to build it, because it won't load the edited base class. If you want to be able to make it appear by building the structure, it must go directly into the .jar.
1
06/11/2013 10:03 am
Level 8 : Apprentice Crafter
DaedricSheep
DaedricSheep's Avatar
wow, that's awesome that you know that! Thank you oh Grandmaster Creeper! :P
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome