Jump to content




[1.48 or 1.5] Advanced Printers *Now with Ink Cartridges*


  • You cannot reply to this topic
24 replies to this topic

#1 Shnupbups

  • Members
  • 596 posts
  • LocationThat place over there. Y'know. The one where I am.

Posted 23 October 2012 - 09:51 PM

I propose in version 1.47/1.5 to add advanced printers.
Posted Image
Remove the function of the old printers that you could put any colour ink in it and have it print in that colour, and make it so that you can only use ink sacks for normal printers. Advanced printers would have the user put in magenta dye, cactus green, cyan dye and ink sacks as well as paper, and you would be able to print more than one colour onto a page. You would be able to print paintings made with paint, code WITH the syntax highlighting, and things like:
printer.setTextColour(colours.COLOUR)
printer.setPageColour(colours.COLOUR) *
^ them could be added.
*Note, may be hard to implement

An idea some people posted below were, rather than putting in all the dyes, you could use ink cartridges. That is a better idea than I had thought of! They could be made like:
Posted Image
and that would make an Empty Ink Cartridge. Combine that with magenta, cactus green, cyan and ink sacks and you would get a Filled Ink Cartridge. This would be used in an advanced printer instead of putting in all inks. As you use it, it gets a durability bar like tools would. After 30 prints (or 50 if you only use black and white) it will turn back into an Empty Ink Cartridge.

Thank you for taking your time to read,

Shnup ^_^/>


TL;DR: Advanced printers print in colours when used with colour dye or ink cartridges

#2 faubiguy

  • Members
  • 213 posts

Posted 23 October 2012 - 10:05 PM

I like this idea. We need colored printers without having to cycle through dyes with a turtle.

#3 Shnupbups

  • Members
  • 596 posts
  • LocationThat place over there. Y'know. The one where I am.

Posted 23 October 2012 - 10:25 PM

View Postfaubiguy, on 23 October 2012 - 10:05 PM, said:

I like this idea. We need colored printers without having to cycle through dyes with a turtle.
^_^/> thanks!

#4 HWDexperte

  • New Members
  • 2 posts

Posted 30 October 2012 - 11:25 AM

This is a AWESOME Idea ....
We need this really

#5 BigSHinyToys

  • Members
  • 1,001 posts

Posted 30 October 2012 - 12:53 PM

I think an ink cartridge made like

Posted Image

That could be laded into the printer and would have possibly between 50 - 1000 uses for each of the four colors. colors that are combinations would use some of etch color. color levles could be checked with a function like printer.getYellowLevel() printer.getBlackLevel()

printing one character would use one usage on that colors ink weather it was as background or text color.

http://en.wikipedia....MYK_color_model

optional re-crafting a cartridge with dye would increase that colors level in the cartridge.

#6 Orwell

    Self-Destructive

  • Members
  • 1,091 posts

Posted 30 October 2012 - 02:55 PM

This would be awesome. I'm not sure about the colored background, as it's a real big change. But multicolored text would be very handy.

Until then you could also try using this API, it's definitely not as handy though: http://www.computerc...rinter-api-mcp/

#7 matejdro

  • Members
  • 324 posts

Posted 02 November 2012 - 11:25 PM

View PostBigSHinyToys, on 30 October 2012 - 12:53 PM, said:

I think an ink cartridge made like

...

I really like that idea! Just don't complicate with different color durability. Simply make it last for X amount of characters, regardless of their color.

#8 kintick

  • Members
  • 23 posts
  • LocationComputer Craft Forum Derr.

Posted 03 November 2012 - 01:12 AM

Love the idea, was about to post it myself.

With cartridges, you should be able to put them into a printer (advanced or normal, I don't mind) and they should have a crafting recipe:

cartridge:
1 x ingot

then similar to printed pages, you have 1 cartridge and 1 of each dye you want to add so it fills the cartridge up.

I think that we need a max of 64 for each ink,
or if space is small
16 for each ink (maybe a large cartridge has 64 of each)

cartridge has NBT data for number of colour
C:
M:
Y
K:
so that we can fill certain ones up that are empty

we will need some api calls such as

printer.getinklevel().C()
printer.getinklevel().M()
printer.getinklevel().Y()
printer.getinklevel().K()

so we can do stuff like:

if printer.getInkLevel().C() < 1 then
	print( "Please Refill Cyan Ink!" )
end

if printer.getInkLevel().M() < 1 then
	print( "Please Refill Magenta Ink!" )
end

if printer.getInkLevel().Y() < 1 then
	print( "Please Refill Magenta Ink!" )
end

if printer.getInkLevel().K() < 1 then
	print( "Please Refill Black Ink!" )
end

Nice idea though, waht to see this implemented in some form

#9 waffles05

  • New Members
  • 15 posts
  • LocationThe Overworld

Posted 03 November 2012 - 01:47 AM

View PostBigSHinyToys, on 30 October 2012 - 12:53 PM, said:

I think an ink cartridge made like

Posted Image

That could be laded into the printer and would have possibly between 50 - 1000 uses for each of the four colors. colors that are combinations would use some of etch color. color levles could be checked with a function like printer.getYellowLevel() printer.getBlackLevel()

printing one character would use one usage on that colors ink weather it was as background or text color.

http://en.wikipedia....MYK_color_model

optional re-crafting a cartridge with dye would increase that colors level in the cartridge.

Don't mean to be Mr. Smarty Pants but the Ink Cartridge Image is bigger than 16x16 :-/

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Anyway, I really like this idea and you could then make multi-coloured newspapers and stuff!
With this you could also print off Images from the paint application (Thank you NitrogenFingers !) and have books with coloured images!

It's like a whole new game!

#10 Shnupbups

  • Members
  • 596 posts
  • LocationThat place over there. Y'know. The one where I am.

Posted 07 November 2012 - 11:09 PM

Sounds all like good ideas people! Make sure to support so Cloudy and dan can see this!

#11 BigSHinyToys

  • Members
  • 1,001 posts

Posted 08 November 2012 - 10:42 AM

View Postwaffles05, on 03 November 2012 - 01:47 AM, said:

Don't mean to be Mr. Smarty Pants but the Ink Cartridge Image is bigger than 16x16 :-/
I never said "use this texture" I was just demonstrating a possible option.

#12 Shnupbups

  • Members
  • 596 posts
  • LocationThat place over there. Y'know. The one where I am.

Posted 08 November 2012 - 06:13 PM

Updated post with crafting ideas, ink cartridge info and a few bits and pieces here and there.

#13 Shnupbups

  • Members
  • 596 posts
  • LocationThat place over there. Y'know. The one where I am.

Posted 08 November 2012 - 08:45 PM

Bump! Tweaked the title a bit more.

#14 Cranium

    Ninja Scripter

  • Moderators
  • 4,031 posts
  • LocationLincoln, Nebraska

Posted 09 November 2012 - 06:04 AM

I do like this idea. I haven't really found a reason to use printers yet, but I think this is a well thought out idea right along with how advanced computers were upgraded.

#15 Shnupbups

  • Members
  • 596 posts
  • LocationThat place over there. Y'know. The one where I am.

Posted 09 November 2012 - 07:45 PM

View PostCranium, on 09 November 2012 - 06:04 AM, said:

I do like this idea. I haven't really found a reason to use printers yet, but I think this is a well thought out idea right along with how advanced computers were upgraded.
OK, got BigSHinyToys, got Orwell, got Cranium, now for MechaTallon, PixelToast, dan200, Cloudy and just a few more... until it gets added!

#16 BigSHinyToys

  • Members
  • 1,001 posts

Posted 09 November 2012 - 08:17 PM

View PostShnupbups100, on 09 November 2012 - 07:45 PM, said:

OK, got BigSHinyToys, got Orwell, got Cranium, now for MechaTallon, PixelToast, dan200, Cloudy and just a few more... until it gets added!
at the moment mojang is going "bug fix crazy" ™ and releasing a new candidate every few days. until minecraft "stabilizes" I cant see many moder adding new features. also just because something is popular doesn't mean that it will be added. Minecraft mods are made by people that are giving free stuff to us if they don't want to spend the time on something they won't. Witch is totally understandably they do this as hobby not a job to expect anything is to be a rude house guest.

So yes some people like the idea (I am one of them) but in the end it is up to dan200 / cloudy. most likely they have seen this thread and made there mides up as to wether they like it or not. if they do My bet would be that it would be included in the update to minecraft print("1.4."..tostring(math.random(1,9)))

#17 Shnupbups

  • Members
  • 596 posts
  • LocationThat place over there. Y'know. The one where I am.

Posted 09 November 2012 - 10:31 PM

View PostBigSHinyToys, on 09 November 2012 - 08:17 PM, said:

at the moment mojang is going "bug fix crazy" ™ and releasing a new candidate every few days. until minecraft "stabilizes" I cant see many moder adding new features. also just because something is popular doesn't mean that it will be added. Minecraft mods are made by people that are giving free stuff to us if they don't want to spend the time on something they won't. Witch is totally understandably they do this as hobby not a job to expect anything is to be a rude house guest.

So yes some people like the idea (I am one of them) but in the end it is up to dan200 / cloudy. most likely they have seen this thread and made there mides up as to wether they like it or not. if they do My bet would be that it would be included in the update to minecraft print("1.4."..tostring(math.random(1,9)))
I was (kind of) being stupid/sarcastic you know. I know things aren't added based on popularity, but by whether it's actually a good idea or not.

#18 Tiin57

    Java Lunatic

  • Members
  • 1,412 posts
  • LocationIndiana, United States

Posted 10 November 2012 - 01:21 AM

View PostShnupbups100, on 09 November 2012 - 07:45 PM, said:

View PostCranium, on 09 November 2012 - 06:04 AM, said:

I do like this idea. I haven't really found a reason to use printers yet, but I think this is a well thought out idea right along with how advanced computers were upgraded.
OK, got BigSHinyToys, got Orwell, got Cranium, now for MechaTallon, PixelToast, dan200, Cloudy and just a few more... until it gets added!
MechaTallon and PixelToast are just trolls. You'd honestly do better with me, Sjele, or Cruor. :unsure:/>

#19 Shnupbups

  • Members
  • 596 posts
  • LocationThat place over there. Y'know. The one where I am.

Posted 15 November 2012 - 10:40 AM

BUMP! (I made it say 1.48 as well)

#20 Orwell

    Self-Destructive

  • Members
  • 1,091 posts

Posted 15 November 2012 - 11:05 PM

Still, except for the background colors, it is already possible to print in multiple colors. It's just a bit of a hassle.. :P/>





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users