Futurepack Mod - Now with flyable Spaceships!

Futurepack Mod - Now with flyable Spaceships!

1M Downloads

Feature Request - Please add a config to disable spawner chest

ProsperCraft opened this issue ยท 13 comments

commented

I don't want spawners moved on my server, so I have blocks that move them disabled, would you please add a config option to disable the spawner chest, or its ability to move spawners?

commented

I believe the default meta from crafttweaker is 0, but even changing all the items to have :0 didn't make a difference.

commented

Hmm

commented

Ok I added the config, but a test build will take time, because we currently rewrite alot of our researches to prevent the "EScanner recipes differenrs from aktual recipe" issue.

commented

In the mean time you can try to use crafttweaker to remove the assembly recipe (if that is possible)

commented

We tried but it wouldn't cooperate, I think Rev said it had something to do with the fact that it wasn't a crafting table recipe or something.

commented

well we have crafttwekaer support so it should be possible.

commented

I tried to remove the spawner chest with crafttweaker, but with this script it is still craftable.

import crafttweaker.item.IItemStack;

val array1 = [<minecraft:chest>] as IItemStack[];

mods.futurepack.assembly.remove(array1);

I also tried the other two items as the "input item", and it still didn't work.

commented

try "minecraft:slime_ball", minecraft:chest and fp:chip, meta 0. The order is important.

commented

I changed it, but it still doesn't work.

import crafttweaker.item.IItemStack;

val array1 = [<minecraft:slime_ball>, <minecraft:chest>, <fp:chip:0>] as IItemStack[];

mods.futurepack.assembly.remove(array1);
commented

does the log print something ? because if the recipe exist in will get deleted, how to you check if it does work ?

commented

I don't see anything in the logs and crafttweaker doesn't report any syntax errors. I've been testing by just logging into a single player world and trying the recipe again.

commented

hmm maybe try to add to the slime_ball and chest a :0, I dont know what the default meta from crafttweaker is.

commented

Ok it is now stable enough for you to test (the research rewrite) 26.3.137