Mod Discovery

was this interesting?


  • Total voters
    78

Fixided

New Member
Jul 29, 2019
315
0
0
I found 2 new mods! (Posted in What's New With Modded Minecraft thread too)

DimStorage (Dimensional Storage)
1mca21s6m1jutdcfg.jpg




I'm currently working on 1.7 version!

DimStorage add an improved and technologic version of Vanilla Ender Chests with more functionalities:
- chest owner selection
- inventory frequence selection
- lock system for private usage !

Dimensional Chest:
Allow player to access storage for configured owner and frequency.

“Frequency” is a number choose by player and who allow to identify the chest content.
Sample:
A public DimChest with frequency 5 share his inventory with others DimChest who are publics and with the same frequency.
A private DimChest with frequency 5 doen’t share his inventory with previous DimChest because he’s public !
Same way if frequencies are differents !

The “locked” mode allow access interdiction for players who are not the DimChest owner.
Hoppers or other piping system are disabled when “locked” mode is active !

- Dimensional Chest UI:

4uylaoc7vd4j36mfg.jpg


- ComputerCraft usage:

ComputerCraft see DimChest as peripheral so you can attach a computer and access to DimChest functions:
- String getOwner(): return DimChest owner name (default is “public”)
- int getFreq(): return the DimChest frequency.
- setOwner(String owner): allow computer to change DimChest owner (not possible when DimChest is locked) .
- setPublic(): allow computer to change DimChest owner for “public” (not possible when DimChest is locked) .
- setFreq(int freq): allow computer to change DimChest frequency (not possible when DimChest is locked) .

- Code sample:
Code:
local dimchest = peripheral.wrap(“right”)

print(“Owner:“..dimchest.getOwner())
print(“Freq:“..dimchest.getFreq())

if dimchest.isLocked()then
  print(“DimChestisLocked!”)
else
  print(“DimChestisnot locked, changing frequence”)
  dimchest.setFreq(10)
  print(“NewFreq:“..dimchest.getFreq())
end

Simple Lock - Protect your land
Kinda like PnC's (PneumaticCraft) Security Station but no way to hack in
SimpleLock1_zps66e7c947.png
SimpleLock2_zps2f9ff4af.png
SimpleLock3_zps8e114786.png
 

Not_Steve

Over-Achiever
Oct 11, 2013
1,482
3,264
293
  • Like
Reactions: _Nobody_ and Pyure

Qazplm601

Lord of the Tumbleweeds
Sep 21, 2013
2,754
3,282
308
Where else?
i am expecting it to work like those old cool crafting tables in old versions of tekkit classic. (haven't tested yet)
 

Geometry

New Member
Jul 29, 2019
468
0
1
I've already seen the majority of the mods posted here, but I'm glad that they're getting more recognition. Some mods can be useful in other ways as well, like SimpleFluidTanks. There isn't any form of a quantum tank for 1.6.4, with the exception of GregTech which I don't use, so I downloaded SimpleFluidTanks. I configured it to the maximum capacity possible, and I changed the recipe to be something appropriate for its value and I got myself a quantum tank :)
 
  • Like
Reactions: Not_Steve

L0NExW0LF

New Member
Jul 29, 2019
118
0
0
A couple mods that I've known about for a while that I would like to bring up.

The first being the Plant Mega Pack. It's been gaining popularity recently, but I think more people should know about it.

And the second is called Modular Flower Pots. It's a mod that adds, well modular flower pots. These pots also allow you to grow miniature versions of trees and it's fully (or almost fully) compatible with Biomes O' Plenty.
 

Vasa

New Member
Jul 29, 2019
532
0
1
I thought this would be cool to post here. So this guy called Grim3212 has ported 67 mods to 1.7.2

Here is his wiki which contains all the mods: http://grim3212.wikispaces.com/

He only ports mods he has permission to and most of them were mods from Minecraft 1.2 and before. There are a lot of gems in there and its definitely worth checking out
5eee53e587.png

ooooh my god! o.o
my jaw fell off.
 
  • Like
Reactions: Not_Steve

Vasa

New Member
Jul 29, 2019
532
0
1
what do you mean "broken mechanic"? also as long as you have it open how does it work with unstackables? does it stack them out does it just break? I want to know.
if some people thing that dartcraft was op...
it works with anything that can be crafted in vanilla workbench, i didnt try unstable ingots but that would be kinda dangerous...
so if you craft any kind of pickaxe you will get them stacked.
 

Qazplm601

Lord of the Tumbleweeds
Sep 21, 2013
2,754
3,282
308
Where else?
if some people thing that dartcraft was op...
it works with anything that can be crafted in vanilla workbench, i didnt try unstable ingots but that would be kinda dangerous...
so if you craft any kind of pickaxe you will get them stacked.
imagine... use that with the twilight forest uncrafting table.
 

Pyure

Not Totally Useless
Aug 14, 2013
8,334
7,191
383
Waterloo, Ontario
Here is a new one you guys might like. It is called Electrical Age mod. It got released 3 days ago and it pretty much as all the features from the start. Lots of content in this one
http://www.minecraftforum.net/topic/2741783-
Looks fantastic.

As a fan of ElectriCraft, I wonder how they compare. I love Reika's electrical system, and stuff like resistors and relays and whatnot. But a few quibbles persist, such as an inability to run resistors in series/parallel with expected results, and the lack of any kind of microblock support.