This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
ds84182's profile picture

[MC 1.2.3 and Beta 1.2.5] [CC 1.3*] Thing Spawner! 1.1 - Defeat multiple Ender Dragons!

Started by ds84182, 15 April 2012 - 04:12 AM
ds84182 #1
Posted 15 April 2012 - 06:12 AM
NOTE: Uses block id 171, 172, 173
Download: Mediafire
You might want to use the ARP peripheral with it.
Adds 3 Different Blocks
Note:
Don't use non-existing BlockID's, they will crash Minecraft
Don't use non-existing ItemID's or Air, they will also crash Minecraft
Don't use non-existing EntityID's, they will crash Minecraft

Next Release:
Blocks now have models and a SUPER HARD RECIPE, Updated to 1.2.5.
Beta: Mediafire

Version: 1.1
Added Entity Spawner

Version: 1.0
First offical release
Renamed to Thing Spawner

Version: 1.0b
Added any item getter thinggy.
Made Cheat Block Transparent.

Version: 1.0a
Lets you get any block

Planned Features:
Block Spawner won't place non existing block IDs
Make real crafting recpies
Port to MC 1.2.4 and CC 1.32 (Can someone do this for me?)
Spawn Multiple Ender Dragons :)/>/>

Functions for Block Spawner(one smooth stone)
setBlockID(number BlockID)
Sets the BlockID to add.
addBlock()
Adds the selected BlockID above the peripheral

Functions for Item Spawner(one cobblestone)
setItemID(number ItemID)
Sets the ItemID to add. (BlockID work too)
spitItem()
Spits the item out from the top.

Functions for Entity Spawner(one stone brick)
setEntityID(number EntityID)
Sets the EntityID to add.
spawnEntity()
Adds the selected EntityID above the peripheral as an Entity
Cloudy #2
Posted 15 April 2012 - 04:54 PM
I'm sorry, but using an adf.ly link to a website is just money grabbing, and on a matter of principle I'm not even going to follow that link.
ds84182 #3
Posted 15 April 2012 - 05:06 PM
I'm sorry, but using an adf.ly link to a website is just money grabbing, and on a matter of principle I'm not even going to follow that link.
I'm sorry. Well I took it down. The download isn't available because my site is down.
cant_delete_account #4
Posted 15 April 2012 - 05:54 PM
Cheaty. :)/>/> But, I mean, if you want items, just download TMI. (or NEI)
vvenaya #5
Posted 18 April 2012 - 09:29 AM
If you dont have anything sensible to post, thesbros, please don't.

A peripheral that spawns items/Mobs is usefull
yoskaz01 #6
Posted 18 April 2012 - 10:53 AM
would be nicer if it was of a more "legit" nature…..
like take items from a chest or require some consumable resource/fuel/power/etc…
Dirkus7 #7
Posted 18 April 2012 - 08:20 PM
I tried it because it just sounds fun, but i made a little program that didn't work
here is the code:

s = peripheral.wrap('top')
s.setEntityID(90)
while true do
s.spawnEntity()
end
It returns: "spawn:2: attempt to call nil"
why doesn't it work?
thanks
ds84182 #8
Posted 18 April 2012 - 09:47 PM
I tried it because it just sounds fun, but i made a little program that didn't work
here is the code:

s = peripheral.wrap('top')
s.setEntityID(90)
while true do
s.spawnEntity()
end
It returns: "spawn:2: attempt to call nil"
why doesn't it work?
thanks
Odd, are you sure your using a Entity Spawner? Is it a monster spawner with a green glow?
cant_delete_account #9
Posted 18 April 2012 - 10:09 PM
If you dont have anything sensible to post, thesbros, please don't.

A peripheral that spawns items/Mobs is usefull
Yeah, I guess it is, for servers to give out tools at spawn, etc.
ds84182 #10
Posted 18 April 2012 - 10:37 PM
I tried it because it just sounds fun, but i made a little program that didn't work
here is the code:

s = peripheral.wrap('top')
s.setEntityID(90)
while true do
s.spawnEntity()
end
It returns: "spawn:2: attempt to call nil"
why doesn't it work?
thanks
Odd, are you sure your using a Entity Spawner? Is it a monster spawner with a green glow?
It works for me. And I checked the file dates and there all the same.
And the code… You might not want to do that. Spawned about 1,000 pigs.
Dirkus7 #11
Posted 18 April 2012 - 10:52 PM
I tried it because it just sounds fun, but i made a little program that didn't work
here is the code:

s = peripheral.wrap('top')
s.setEntityID(90)
while true do
s.spawnEntity()
end
It returns: "spawn:2: attempt to call nil"
why doesn't it work?
thanks
Odd, are you sure your using a Entity Spawner? Is it a monster spawner with a green glow?
Oow of course, i forgot to change my block spawner into an entity spawner.
Thanks for your help and quick response :)/>/>
Dirkus7 #12
Posted 18 April 2012 - 10:54 PM
I'm going to have so much fun spawning a few thousand creepers :)/>/>
ds84182 #13
Posted 29 April 2012 - 08:01 PM
As I feared,
Operator panel

took my idea and used it.
I'm so sad.
louitzie #14
Posted 30 April 2012 - 09:20 PM
i am sorry if you think that, but i was making something to get the hungergames in minecraft.

it is not a collection of your blocks
my panel can spawn at any position
can teleport players and is SMP compatible

but it can't spawn multiple enderdragons and it never will
Cloudy #15
Posted 30 April 2012 - 11:14 PM
As I feared,
Operator panel

took my idea and used it.
I'm so sad.

Get over yourself. Competition is good. Besides, his peripheral has different features to yours - it just has some similar concepts.
ds84182 #16
Posted 01 May 2012 - 10:59 AM
As I feared,
Operator panel

took my idea and used it.
I'm so sad.

Get over yourself. Competition is good. Besides, his peripheral has different features to yours - it just has some similar concepts.
True, I'm going to update the mod right now.
ds84182 #17
Posted 27 July 2012 - 03:53 PM
Update coming soon, I lost my ubuntu install for the 3rd time. I am recovering.
Plus, im working on porting forth to lua. I call it lorth, and it is compatible with regular lua and love2d. No CC support yet.