I made a mod review for this mod which includes all the crafting recipes. Hope you like it! Awesome Mod! If you are making another one, feel free to send it to me to review it
That was fantastic :)! Thanks! I'll be sure to put it on the OP when v1.4 is released. And yeah, i actually have another mod you can review. I'll PM you when it's released.
Im sorry! I made a new block, but decided not to include it in the pre-release, but still having the code in the mod files, which must be causing the error. I'll fix it when the v1.4 full version is released (very soon).
Putting two scanners facing each other one block away will create a field between them. Right-clicking either of the blocks will open a gui, which allows you to input item/block IDs. Whenever a player walks in that field with a block/item that has a ID matching any of the IDs you put in the gui, it will automatically delete it from the player's inventory. This allows you to regulate what a player has in his inventory before entering your house, for example. Sorry i haven't added the description in the OP yet, i will when v1.4 (the full version) is released .
I can't connect to servers either, i don't know whats doing it though.
optifine compatibility would be great, at least thats what i think is causing crashes. Shuts down completely when saving keyhole, crashes using doorbreaker or codebreaker. But great mod, and keep up the good work. This mod is one of the greater ones
"Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction." A quote from Albert Einstein.
Okay, so I am trying to get security craft to work for my server but everytime I start my server up i get this error I am using no other mods but when I put this into the mods folder it crashes here's the report.
at cpw.mods.fml.common.LoadController.transition(LoadController.java:156)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:700)
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:107)
at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:355)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:175)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.NoSuchMethodError: net.minecraft.block.Block.func_111023_E()Ljava/lang/String;
at net.minecraft.block.BlockFakeWall.<init>(BlockFakeWall.java:15)
at SecurityCraft.forge.network.ConfigurationHandler.setupAdditions(ConfigurationHandler.java:130)
at SecurityCraft.forge.mod_SecurityCraft.init(mod_SecurityCraft.java:169)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
Okay, so I am trying to get security craft to work for my server but everytime I start my server up i get this error I am using no other mods but when I put this into the mods folder it crashes here's the report. at cpw.mods.fml.common.LoadController.transition(LoadController.java:156) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:700) at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:107) at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:355) at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:175) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633) at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16) Caused by: java.lang.NoSuchMethodError: net.minecraft.block.Block.func_111023_E()Ljava/lang/String; at net.minecraft.block.BlockFakeWall.(BlockFakeWall.java:15) at SecurityCraft.forge.network.ConfigurationHandler.setupAdditions(ConfigurationHandler.java:130) at SecurityCraft.forge.mod_SecurityCraft.init(mod_SecurityCraft.java:169) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
It is a known bug that SecurityCraft v1.4pre doesn't work on servers (It's my fault D:). Sorry guys! I fixed it on the full v1.4 version of SecurityCraft being released in 1-2 days.
optifine compatibility would be great, at least thats what i think is causing crashes. Shuts down completely when saving keyhole, crashes using doorbreaker or codebreaker. But great mod, and keep up the good work. This mod is one of the greater ones
Could you post the error log? If it doesn't show it in-game, keep the launcher on while playing, it'll print the error log in there.
You Should add coded key cards and coded key card readers so that you can have many different key card readers. This is how it would work. If the code on the key card matched the code on the key card reader it would open. Also if a master key card it would work
This mod is amazing and I love it. But CCTV cameras would be great so i can watch everything that i have( I use lots of mods like IC2) but I Love the mod.
This mod is amazing and I love it. But CCTV cameras would be great so i can watch everything that i have( I use lots of mods like IC2) but I Love the mod.
i havent been following this mod for a while (trying to convince archimedes ships mod to have ability to move in ship in smp is difficult, might just wait for ships mod to update to aircrafts) so i would like to know if there are any new releases, news, or updates on this mod, and if i make one, can i use it in a modpack?
i havent been following this mod for a while (trying to convince archimedes ships mod to have ability to move in ship in smp is difficult, might just wait for ships mod to update to aircrafts) so i would like to know if there are any new releases, news, or updates on this mod, and if i make one, can i use it in a modpack?
Any new releases would be in the OP. If you are already using v1.4pre, your using the most recent version. And sure, feel free to use this mod in a modpack!
Reinforced Door error spam in console:
2013-12-15 18:28:31 [SEVERE] A TileEntity type SecurityCraft.forge.tileentity.TileEntityReinforcedDoor at world,-4322,42,4430 has throw an exception trying to write state. It will not persist. Report this to the mod author
java.lang.IllegalArgumentException: Empty string not allowed
> at net.minecraft.nbt.NBTTagString.<init>(NBTTagString.java:24)
> at net.minecraft.nbt.NBTTagCompound.func_74778_a(NBTTagCompound.java:145)
> at SecurityCraft.forge.tileentity.TileEntityReinforcedDoor.func_70310_b(TileEntityReinforcedDoor.java:22)
> at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75820_a(AnvilChunkLoader.java:424)
> at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75816_a(AnvilChunkLoader.java:215)
> at net.minecraft.world.gen.ChunkProviderServer.func_73242_b(ChunkProviderServer.java:353)
> at net.minecraft.world.gen.ChunkProviderServer.func_73151_a(ChunkProviderServer.java:430)
> at net.minecraft.world.WorldServer.func_73044_a(WorldServer.java:1262)
> at org.bukkit.craftbukkit.v1_6_R3.CraftWorld.save(CraftWorld.java:654)
> at org.bukkit.command.defaults.SaveCommand.execute(SaveCommand.java:30)
> at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:192)
> at org.bukkit.craftbukkit.v1_6_R3.CraftServer.dispatchCommand(CraftServer.java:532)
> at BoomerBR.ConsoleScheduler.ConsoleScheduler.runCommand(ConsoleScheduler.java:147)
> at BoomerBR.ConsoleScheduler.ConsoleScheduler$2.run(ConsoleScheduler.java:115)
> at org.bukkit.craftbukkit.v1_6_R3.scheduler.CraftTask.run(CraftTask.java:58)
> at org.bukkit.craftbukkit.v1_6_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:345)
> at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:825)
> at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:330)
> at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:780)
> at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:662)
> at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
That was fantastic :)! Thanks! I'll be sure to put it on the OP when v1.4 is released. And yeah, i actually have another mod you can review. I'll PM you when it's released.
Mapping and Modding rules | Global rules
I didn't get any lag and my computer's a dinosaur,also it requires forge
Favorite Map
Favorite Mod
java.lang.NoClassDefFoundError: SecurityCraft/forge/CreativeTabSCTechnical
at cpw.mods.fml.common.LoadController.transition(LoadController.java:156)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:700)
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:107)
at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:355)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:175)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.NoSuchMethodError: net.minecraft.block.Block.func_111023_E()Ljava/lang/String;
at net.minecraft.block.BlockFakeWall.<init>(BlockFakeWall.java:15)
at SecurityCraft.forge.network.ConfigurationHandler.setupAdditions(ConfigurationHandler.java:130)
at SecurityCraft.forge.mod_SecurityCraft.init(mod_SecurityCraft.java:169)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
It is a known bug that SecurityCraft v1.4pre doesn't work on servers (It's my fault D:). Sorry guys! I fixed it on the full v1.4 version of SecurityCraft being released in 1-2 days.
Could you post the error log? If it doesn't show it in-game, keep the launcher on while playing, it'll print the error log in there.
Some people have encountered this strange error, even i don't know what's causing it. I (hopefully) fixed it in the full version of SecurityCraft 1.4.
Sure, just PM me the download link for the pack when it's complete!
Mapping and Modding rules | Global rules
Thanks!
Mapping and Modding rules | Global rules
Yes, this is a known bug. I fixed it in v1.4, being released soon.
Mapping and Modding rules | Global rules
Any new releases would be in the OP. If you are already using v1.4pre, your using the most recent version. And sure, feel free to use this mod in a modpack!
Mapping and Modding rules | Global rules
2013-12-15 18:28:31 [SEVERE] A TileEntity type SecurityCraft.forge.tileentity.TileEntityReinforcedDoor at world,-4322,42,4430 has throw an exception trying to write state. It will not persist. Report this to the mod author
java.lang.IllegalArgumentException: Empty string not allowed
> at net.minecraft.nbt.NBTTagString.<init>(NBTTagString.java:24)
> at net.minecraft.nbt.NBTTagCompound.func_74778_a(NBTTagCompound.java:145)
> at SecurityCraft.forge.tileentity.TileEntityReinforcedDoor.func_70310_b(TileEntityReinforcedDoor.java:22)
> at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75820_a(AnvilChunkLoader.java:424)
> at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75816_a(AnvilChunkLoader.java:215)
> at net.minecraft.world.gen.ChunkProviderServer.func_73242_b(ChunkProviderServer.java:353)
> at net.minecraft.world.gen.ChunkProviderServer.func_73151_a(ChunkProviderServer.java:430)
> at net.minecraft.world.WorldServer.func_73044_a(WorldServer.java:1262)
> at org.bukkit.craftbukkit.v1_6_R3.CraftWorld.save(CraftWorld.java:654)
> at org.bukkit.command.defaults.SaveCommand.execute(SaveCommand.java:30)
> at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:192)
> at org.bukkit.craftbukkit.v1_6_R3.CraftServer.dispatchCommand(CraftServer.java:532)
> at BoomerBR.ConsoleScheduler.ConsoleScheduler.runCommand(ConsoleScheduler.java:147)
> at BoomerBR.ConsoleScheduler.ConsoleScheduler$2.run(ConsoleScheduler.java:115)
> at org.bukkit.craftbukkit.v1_6_R3.scheduler.CraftTask.run(CraftTask.java:58)
> at org.bukkit.craftbukkit.v1_6_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:345)
> at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:825)
> at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:330)
> at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:780)
> at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:662)
> at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
2013-12-15 18:46:38 [INFO] [STDERR] net.minecraft.util.ReportedException: Updating screen events
2013-12-15 18:46:38 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1625)
2013-12-15 18:46:38 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:961)
2013-12-15 18:46:38 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:889)
2013-12-15 18:46:38 [INFO] [STDERR] at net.minecraft.client.main.Main.main(SourceFile:101)
2013-12-15 18:46:38 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-12-15 18:46:38 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-12-15 18:46:38 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-12-15 18:46:38 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2013-12-15 18:46:38 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2013-12-15 18:46:38 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2013-12-15 18:46:38 [INFO] [STDERR] Caused by: java.lang.NumberFormatException: For input string: "2345789012"
2013-12-15 18:46:38 [INFO] [STDERR] at java.lang.NumberFormatException.forInputString(Unknown Source)
2013-12-15 18:46:38 [INFO] [STDERR] at java.lang.Integer.parseInt(Unknown Source)
2013-12-15 18:46:38 [INFO] [STDERR] at java.lang.Integer.parseInt(Unknown Source)
2013-12-15 18:46:38 [INFO] [STDERR] at SecurityCraft.forge.gui.GuiKeypad.checkCode(GuiKeypad.java:227)
2013-12-15 18:46:38 [INFO] [STDERR] at SecurityCraft.forge.gui.GuiKeypad.func_73869_a(GuiKeypad.java:106)
2013-12-15 18:46:38 [INFO] [STDERR] at net.minecraft.client.gui.inventory.GuiContainer.keyPress(GuiContainer.java:999)
2013-12-15 18:46:38 [INFO] [STDERR] at codechicken.nei.forge.GuiContainerManager.fixhandleKeyboardInput(GuiContainerManager.java:457)
2013-12-15 18:46:38 [INFO] [STDERR] at net.minecraft.client.gui.inventory.GuiContainer.func_73860_n(GuiContainer.java:1004)
2013-12-15 18:46:38 [INFO] [STDERR] at net.minecraft.client.gui.GuiScreen.func_73862_m(SourceFile:111)
2013-12-15 18:46:38 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1618)
2013-12-15 18:46:38 [INFO] [STDERR] ... 9 more