[Mod] Hoppers

User avatar
jordan4ibanez
Member
 
Posts: 1865
Joined: Tue Sep 27, 2011 18:44
GitHub: jordan4ibanez
IRC: jordan4ibanez
In-game: jordan4ibanez

[Mod] Hoppers

by jordan4ibanez » Mon Jun 01, 2015 06:10

It's just a clone of Minecraft hoppers, functions nearly identical to them minus mesecons making them stop and the way they're placed. I'm just releasing it now so you guys can mess around with it and have some fun.

Read this before you download

A hopper will use a chest as a reservoir. A hopper connected to a furnace from the top will put items in the source box and a hopper connected to the side will put it into the fuel. Now if you put one below the furnace, it will take smelted items out of it.
Image

You can use hoppers to transport items from chest to chest without worrying about them despawning.
Image

You can throw items into the top of hoppers. They'll get "sucked" into them.
Image

This is the recipe.
Image

Have fun.

https://www.dropbox.com/s/xn71v94evc0vn ... r.zip?dl=1

Clone it/probe it/mod it
https://github.com/jordan4ibanez/Hoppers

Video of it: https://youtu.be/Z_dYMjN75jE

Pointless development screenshots! http://imgur.com/a/UPmNA

License
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
                    Version 2, December 2004

 Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>

 Everyone is permitted to copy and distribute verbatim or modified
 copies of this license document, and changing it is allowed as long
 as the name is changed.

            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

  0. You just DO WHAT THE FUCK YOU WANT TO.
Last edited by jordan4ibanez on Fri Jul 15, 2016 03:10, edited 7 times in total.
 

User avatar
TenPlus1
Member
 
Posts: 1874
Joined: Mon Jul 29, 2013 13:38
GitHub: tenplus1

Re: [Mod] Hoppers

by TenPlus1 » Mon Jun 01, 2015 08:02

Nice one... been waiting for hoppers to come to Minetest :)

Would you mind adding a recipe to craft hopper:

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
minetest.register_craft({
   output = "hopper:hopper",
   recipe = {
      {"default:steel_ingot", "default:chest", "default:steel_ingot"},
      {"", "default:steel_ingot", ""},
   },
})
Last edited by TenPlus1 on Wed Nov 04, 2015 10:44, edited 1 time in total.
 

User avatar
jordan4ibanez
Member
 
Posts: 1865
Joined: Tue Sep 27, 2011 18:44
GitHub: jordan4ibanez
IRC: jordan4ibanez
In-game: jordan4ibanez

Re: [Mod] Hoppers

by jordan4ibanez » Mon Jun 01, 2015 19:20

TenPlus1 wrote:Nice one... been waiting for hoppers to come to Minetest :)

Would you mind adding a recipe to craft hopper:

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
minetest.register_craft({
   output = "hopper:hopper",
   recipe = {
      {"default:steel_ingot", "", "default:steel_ingot"},
      {"default:steel_ingot", "default:chest", "default:steel_ingot"},
      {"", "default:steel_ingot", ""},
   },
})


Thanks. Added a recipe. Also now you can place the hoppers with ease. I'm pretty sure this mod is finished now.
 

User avatar
DS-minetest
Member
 
Posts: 707
Joined: Thu Jun 19, 2014 19:49
GitHub: DS-Minetest
In-game: DS

Re: [Mod] Hoppers

by DS-minetest » Mon Jun 01, 2015 20:55

nice mod
please do not say it is a clone of minecraft, say it is inspired of minecraft
please use an other texture maybe steel block
Do not call me -minetest.
Call me DS or DS-minetest.
I am German, so you don't have to pm me English if you are also German.
The background is a lie.
 

User avatar
jordan4ibanez
Member
 
Posts: 1865
Joined: Tue Sep 27, 2011 18:44
GitHub: jordan4ibanez
IRC: jordan4ibanez
In-game: jordan4ibanez

Re: [Mod] Hoppers

by jordan4ibanez » Mon Jun 01, 2015 21:27

DS-minetest wrote:nice mod
please do not say it is a clone of minecraft, say it is inspired of minecraft
please use an other texture maybe steel block

I'm very sorry, but I literally reverse engineered it into Minetest, haha.
 

User avatar
jordan4ibanez
Member
 
Posts: 1865
Joined: Tue Sep 27, 2011 18:44
GitHub: jordan4ibanez
IRC: jordan4ibanez
In-game: jordan4ibanez

Re: [Mod] Hoppers

by jordan4ibanez » Mon Jun 01, 2015 22:33

 

User avatar
cd2
Member
 
Posts: 552
Joined: Mon Jun 01, 2015 06:30
GitHub: cdqwertz
IRC: freenode - cd2 InchraNet - cd
In-game: cd cd2

Re: [Mod] Hoppers

by cd2 » Tue Jun 02, 2015 06:01

wow, nice video!
And the mod is really cool.
It is a bit like pipeworks (VanessaE)...
 

User avatar
cx384
Member
 
Posts: 249
Joined: Wed Apr 23, 2014 09:38
GitHub: cx384
IRC: cx384

Re: [Mod] Hoppers

by cx384 » Tue Jun 02, 2015 11:28

1+
Can your read this?
 

User avatar
TenPlus1
Member
 
Posts: 1874
Joined: Mon Jul 29, 2013 13:38
GitHub: tenplus1

Re: [Mod] Hoppers

by TenPlus1 » Tue Jun 09, 2015 19:36

Hoppers seem to have a bug that allows for automatic tool repair when used tools move through them... This has been fixed so here's the latest release:

DOWNLOAD REMOVED, use github link: https://github.com/tenplus1/hopper
Last edited by TenPlus1 on Wed Nov 04, 2015 10:45, edited 1 time in total.
 

User avatar
jbb
Member
 
Posts: 72
Joined: Tue Dec 09, 2014 17:16
GitHub: JBBgameich
IRC: JBB
In-game: JBB

Re: [Mod] Hoppers

by jbb » Sun Jun 14, 2015 11:36

Nice mod.

But i have a question: I tested the mod in creative mode and in the inventory there are to items named" I THINK YOU HAVE BROKEN SOMETHING". Why?

and why do you use the coal texture?
In the crafting is just steel. this isnt really logic.
Minetest runs better on Linux. So I'm using Linux.
 

User avatar
jbb
Member
 
Posts: 72
Joined: Tue Dec 09, 2014 17:16
GitHub: JBBgameich
IRC: JBB
In-game: JBB

Re: [Mod] Hoppers

by jbb » Fri Jun 26, 2015 17:27

Hi,
I changed the code a bit so some nodes wich have the descriptin "I think you broke something" arent shown in creative inverntory anymore.
I also changed the texture to default_steel_block, but if you dont like this you can easily change back this. I hope my init.lua can help you.
Attachments
hopper.zip
(3.24 KiB) Downloaded 196 times
Minetest runs better on Linux. So I'm using Linux.
 

dannyplaysminetest
Member
 
Posts: 37
Joined: Sun Jun 28, 2015 19:20
In-game: Danny

Re: [Mod] Hoppers

by dannyplaysminetest » Mon Jun 29, 2015 18:42

Thanks for this Mod, i love to build Machines in MineTest using Furnaces, Tubes, Mesecons, Digilines, Technic, etc the Hoppers fit in perfectly with the Tools i have already. ^_^

I just tested this mod works perfectly, a hopper above a chest (a perfect garbage collector) gonna use this in my city since i always throw items away, it´s a much faster way of storing items in a chest, just press Q several times for the items you want to drop (get rid of) while you stand on the hopper or next to it and like magic the Hopper stores it all in the chest.
Image

Realy cool and useful, it will also solve the problem i had before with overloading a Furnace with Fuel and or Raw materials when they are hooked up to other machines. :)
 

User avatar
Napiophelios
Member
 
Posts: 752
Joined: Mon Jul 07, 2014 01:14
GitHub: Napiophelios
IRC: Nappi
In-game: Nappi

Re: [Mod] Hoppers

by Napiophelios » Tue Aug 18, 2015 17:32

This is a very handy mod :)

I added textures to TenPlus1's version 4.0
to keep up with the 32px texture pack I use.
Also added inventory images.

Here it is if anyone wants to check it out.
hopper-0.4_[modified].zip
added 32px textures
(11.72 KiB) Downloaded 189 times


Image
Attachments
hoppers.png
hoppers.png (229.49 KiB) Viewed 8153 times
Last edited by Napiophelios on Tue Aug 18, 2015 19:37, edited 1 time in total.
 

User avatar
TenPlus1
Member
 
Posts: 1874
Joined: Mon Jul 29, 2013 13:38
GitHub: tenplus1

Re: [Mod] Hoppers

by TenPlus1 » Tue Aug 18, 2015 19:00

Nice textures dude...
 

User avatar
Napiophelios
Member
 
Posts: 752
Joined: Mon Jul 07, 2014 01:14
GitHub: Napiophelios
IRC: Nappi
In-game: Nappi

Re: [Mod] Hoppers

by Napiophelios » Tue Aug 18, 2015 19:38

Thanks man. I cant code worth a crap
but I am picking up some M$Paint skillz :P
 

User avatar
TenPlus1
Member
 
Posts: 1874
Joined: Mon Jul 29, 2013 13:38
GitHub: tenplus1

Re: [Mod] Hoppers

by TenPlus1 » Wed Nov 04, 2015 10:42

Updated to version 0.8:

  • Added Napiophelios' new textures (optimized)
  • Hoppers hold half as much (won't affect current hoppers)
  • Can be dug using wooden axe
  • Recipe changed to use only 3 steel ingots
  • Fixed rotational bug causing minetest to crash
  • Tweaked and tidied code

https://github.com/tenplus1/hopper
 

User avatar
philipbenr
Member
 
Posts: 1665
Joined: Fri Jun 14, 2013 01:56
GitHub: philipbenr
IRC: philipbenr
In-game: WisdomFire or philipbenr

Re: [Mod] Hoppers

by philipbenr » Wed Nov 04, 2015 22:14

Napiophelios wrote:Thanks man. I cant code worth a crap
but I am picking up some M$Paint skillz :P


LOL, do you really use M$paint???
 

User avatar
Napiophelios
Member
 
Posts: 752
Joined: Mon Jul 07, 2014 01:14
GitHub: Napiophelios
IRC: Nappi
In-game: Nappi

Re: [Mod] Hoppers

by Napiophelios » Wed Nov 04, 2015 23:38

HAHA No Of course not :)
I use Photofiltre 7 by Antonio DaCruz
 

User avatar
mbb
Member
 
Posts: 162
Joined: Sat Jan 17, 2015 17:47
GitHub: mbblp
IRC: mBb
In-game: MBB

Re: [Mod] Hoppers

by mbb » Sat Nov 14, 2015 11:09

i like this mod but jbbs is coooler
I like trains....and: minetest, blender, gaming, linux, cats, computers
 

User avatar
wilkgr76
Member
 
Posts: 680
Joined: Wed Feb 18, 2015 02:44
GitHub: wilkgr76
IRC: wilkgr
In-game: wilkgr

Re: [Mod] Hoppers

by wilkgr76 » Wed Nov 25, 2015 05:18

mbb wrote:i like this mod but jbbs is coooler

Is that where your name comes from?
I do not care.
 

User avatar
TenPlus1
Member
 
Posts: 1874
Joined: Mon Jul 29, 2013 13:38
GitHub: tenplus1

Re: [Mod] Hoppers

by TenPlus1 » Wed Nov 25, 2015 10:58

Updated to version 0.9:

  • Added protection checks
  • Added support for wine mod's wine barrel

https://github.com/tenplus1/hopper
 

User avatar
TenPlus1
Member
 
Posts: 1874
Joined: Mon Jul 29, 2013 13:38
GitHub: tenplus1

Re: [Mod] Hoppers

by TenPlus1 » Tue Feb 16, 2016 20:54

Updated to 1.0:

- New node timer furnaces don't work properly so reverted back to abm one's instead

https://github.com/tenplus1/hopper
 

User avatar
jordan4ibanez
Member
 
Posts: 1865
Joined: Tue Sep 27, 2011 18:44
GitHub: jordan4ibanez
IRC: jordan4ibanez
In-game: jordan4ibanez

Re: [Mod] Hoppers

by jordan4ibanez » Wed Feb 17, 2016 04:04

TenPlus1 wrote:Updated to 1.0:

- New node timer furnaces don't work properly so reverted back to abm one's instead

https://github.com/tenplus1/hopper


That's pretty awesome. Could you reimplement the auto place of side and normal hoppers based on the pointed_thing.above when you place a hopper?
If you can think it, you can make it.
 

K1ck
Member
 
Posts: 13
Joined: Wed Feb 17, 2016 17:12
GitHub: k1ckcyph3r

Re: [Mod] Hoppers

by K1ck » Thu Feb 18, 2016 03:13

Hi guys,

Sorry for the silly question, but I'm not a minecraft player and I barely have 2 weeks playing testcraft. Today I installed the mod (the version from tenplus1) but I can't connect connectir from the sides.

I tried to do something like the image in the first post, I can place it in a side of the furnance (shift+r_click) but it does not connect neither one to each other. The only way it works for me is when they are one in the top of the other, in the top or bottom of the chests.

Any idea about what I'm doing wrong?

Regards
 

User avatar
TenPlus1
Member
 
Posts: 1874
Joined: Mon Jul 29, 2013 13:38
GitHub: tenplus1

Re: [Mod] Hoppers

by TenPlus1 » Thu Feb 18, 2016 07:53

Place a hopper into the crafting grid and it becomes a 'side' hopper, place side-hopper and use a screwdriver tool (1 stick with 1 steel on top) to rotate the hopper until connected with chest or furnace etc.
 

K1ck
Member
 
Posts: 13
Joined: Wed Feb 17, 2016 17:12
GitHub: k1ckcyph3r

Re: [Mod] Hoppers

by K1ck » Thu Feb 18, 2016 08:13

Thanks, that worked
 

User avatar
TenPlus1
Member
 
Posts: 1874
Joined: Mon Jul 29, 2013 13:38
GitHub: tenplus1

Re: [Mod] Hoppers

by TenPlus1 » Mon Mar 28, 2016 10:14

Updated to 1.1:

- Hoppers now work with abm timed Furnaces
- Reduced Abm's needed
- Tidied and tweaked code

https://github.com/tenplus1/hopper
 

User avatar
azekill_DIABLO
Member
 
Posts: 3458
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO

Re: [Mod] Hoppers

by azekill_DIABLO » Mon Mar 28, 2016 17:57

is it possible to make them interact with mesecons mod?

exemple: mese on >> hopper locked
mese off >>hopper ok

or: mese on>>>>super fast hopper
mese off>>>>normal hopper

I ho(p)pe(r) you will add it!
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
Hi, my username is azekill_DIABLO and i'm an exelent bug-maker(yeah...i know...i have a bad reputation)

azekill_DIABLO said: Mineyoshi+ABJ+Baggins= TOPIC HIJACKED.
My Mods and Stuff | Voxellar | VoxBox on GITHUB | M.I.L.A Monster engine
WEIRD MODDING CONTEST !!!
 

User avatar
TenPlus1
Member
 
Posts: 1874
Joined: Mon Jul 29, 2013 13:38
GitHub: tenplus1

Re: [Mod] Hoppers

by TenPlus1 » Mon Mar 28, 2016 18:14

Will have to look at mesecon functions and maybe have it so that mesecon ON disabled hopper.
 

Rate85
New member
 
Posts: 5
Joined: Tue Mar 22, 2016 19:31
In-game: Rate85

Re: [Mod] Hoppers

by Rate85 » Mon May 30, 2016 16:41

2 Questions
1: Can You Make It Have a Smaller Inventory Like The Minecraft Ones
2: Do I Need To Update To Make It Look Like Steel Blocks?
 

Next

Return to Mod Releases

Who is online

Users browsing this forum: No registered users and 29 guests

cron