A few questions on how to manipulate the game

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Blue

New Member
Jul 29, 2019
223
0
0
im wanting to make a adventure pack for a friend so he can play through it, got some questions hoping i can get answered here.

How do you control craft recipes. like in jadecat in argian skies changed recipes but i dont see a mod like craft manager in there, Craft manager has been buggy for me.

can I lock a mod from being available till an event is triggered, all its craft recipes?

can i lock craft recipes till an event is triggered or another item craft

is there a mod out there like command block for 1.7.x

is there a mod out there that lets me have player detect and give off redstone signal

is there a mod out there that has player detect and lets me script a series events.
I remember a bukkit plugin long ago that let me script very advance events and it could trigger admin commands, example of how it could work
player stepped in air block and triggered a event
Event happens once only
/set weather storm
wait 5 secs
/say "you notice the weather is getting fierce seek shelter"
/lighting
wait 30 secs
/spawn zombie x 10
/trigger wireless redstone 123

Ill be using using HQM mod also
 
im wanting to make a adventure pack for a friend so he can play through it, got some questions hoping i can get answered here.

How do you control craft recipes. like in jadecat in argian skies changed recipes but i dont see a mod like craft manager in there, Craft manager has been buggy for me.

can I lock a mod from being available till an event is triggered, all its craft recipes?

can i lock craft recipes till an event is triggered or another item craft

is there a mod out there like command block for 1.7.x

is there a mod out there that lets me have player detect and give off redstone signal

is there a mod out there that has player detect and lets me script a series events.
I remember a bukkit plugin long ago that let me script very advance events and it could trigger admin commands, example of how it could work
player stepped in air block and triggered a event
Event happens once only
/set weather storm
wait 5 secs
/say "you notice the weather is getting fierce seek shelter"
/lighting
wait 30 secs
/spawn zombie x 10
/trigger wireless redstone 123

Ill be using using HQM mod also

commandblocks are already for 1.7.10.
If you are not affraid of coding in lua, command computers can do a lot, especially if you have some add ons for computercraft.
crafting recipes can be eddited using minetweaker and mod tweaker
 
Crafting recipes can easily be changed with MineTweaker and ModTweaker.
 
commandblocks are already for 1.7.10.
If you are not affraid of coding in lua, command computers can do a lot, especially if you have some add ons for computercraft.
crafting recipes can be eddited using minetweaker and mod tweaker
the vanilia command block, thought that was 1.8 ill have a look for it again

and ya computer craft i can never get a handle on
 
Take a gander at Progression. It'll help lock recipes behind other items.

Sent from my Puzzle Box of Yogg-Saron using Tapatalk 2
 
Take a gander at Progression. It'll help lock recipes behind other items.

Sent from my Puzzle Box of Yogg-Saron using Tapatalk 2
thank you this seems to be a very helpful mod for what i would like to do :)