So I'm working my way through. I've killed about 10 red dragons (no eggs), and just killed the ender dragon. I use a superium bow with infinity enchant, all green dragonscale armor, and an armored jetpack.
I can produce ender eyes via agriculture. I want to goto the underneath, but I've never even seen a wither skeleton, let alone collect 3 of their skulls.
Any tips on how to get a nether star?
Also, torch thrower is the greatest invention ever.
Trying to spawn the wither with either method (soul sand, soul soil) makes the War Wither (which is totally ass to fight btw) spawn, and it doesn't drop anything but the heart. I've already unlocked The Great Below so this isn't very useful, and the only thing JEI has as a method for obtaining it are Bumblezone trades. I really, really do not want to have to do that. Is there an alternative?
Also, speaking of the Great Below, how do I open the gateway into the Great Beyond? I'm not very smart.
What are people using to farm nether stars in this pack? aka wither farms how are they being set up?
I haven't set one up but it seems like since wither seeds are disabled in the config, that making a wither mob farm and either manually killing withers or setting up a mob grinder for killing withers is the easiest way...
I'm a modded noob and since we don't have draconic evolution I'm honestly unsure how to farm them myself
Industrial foregoing mob killer + wither builder is the way to go. EnderIO has witherproof blocks to build killbox with. Place it somewhere, it doesnt matter that blocks around it can get destroyed, cause Wither spawning...
You could also use RFTools Shield projectors to box in and kill Withers, will need lots more power to run though.
According to JEI and the quest book I'll get it if I complete the Millionaire quest for which I have to have 3.5 mil coins. How do I get that much money? Is there a block to which I pour valuable materials and they are transformed into coins? How does this work?
Thanks in advance
Here is a solution which has three steps. Use the testforblock command to test for the nether stars, then the tp command to teleport the player, then the setblock command to reset the chest contents.
A nice thing about this system, it doesn't care if there are other items in the chest. They will be eliminated whenever the chest has 4 nether stars placed into it.
Command blocks:
The first is a Repeat Unconditional Always Active block with command:
testforblock <x1> <y1> <z1> minecraft:chest -1 {Items:[{id:"minecraft:nether_star",Count:4b}]}
The second is a Chain Conditional Always Active block with command:
tp @p[x=x1,y=y1,z=z1] <x2> <y2> <z2>
The third is a Chain Conditional Always Active block with command:
setblock <x1> <y1> <z1> minecraft:chest
Replace <x1> <y1> <z1> with the coordinates of the chest. In the second command, replace x1, y1, and z1 with the coordinates of the chest and replace <x2> <y2> <z2> with the coordinates that the player is to be teleported to.
The command blocks have to be loaded in order to function. They can either be placed near the chest, preferably in the same chunk, or they can be placed in the spawn chunks where they will always be loaded.
System weaknesses:
The player has to put a stack of exactly 4 nether stars into the chest for this to work. If the 4 stars are split into multiple stacks or the player places a stack larger then 4, it will not function.
If a player places 4 stars into the chest while there is another player closer to the chest, the player closest to the chest will be teleported instead of the player who put the stars into the chest.
To detect the nether star, in my opinion it is best to make an item sorter. This can be made to only accept one type of item (in your case a nether star). If you place a repeater against a hopper, it will generate a signal whenever there is an item going through it. You can use this item to control a command block.
The command to teleport someone to a given location (if you know the coordinates) is /tp @p <x> <y> <z>, with @p denoting the player who is the closest to the command block. You replace <x> <y> and <z> by the coordinates you want the player to teleport to.
To clear the inventory of a player, you use the following command: /clear @p. In the same way as the last command, it will clear the inventory of the player who is the closest to the command block.
Source: https://minecraft.wiki and a 5 minute Google search
I’m trying to make this item for the achievement but the culinary construct ‘sandwich station’ won’t let me place nether stars in any of its slots. Anyone have a solution for this?
Hey guys, I'm new to modded and I'm playing FTB academy for the first time. I'm currently getting into draconic evolution and need a lot of nether stars. Is there an easy way to kill the wither or what way would yous recommend going about it ? Any help would be greatly appreciated