Jump to content

Recommended Posts

Posted

hello there

i am new to the forums so if i put this in the wrong thread than sorry

 

i am trying to build a .mine craft folder (1.3.2) with the following mods

 

(1.3.2)ReiMinimap_v3.2_05

buildcraft-A-3.2.0pre9

forestry-A1.5.0.2

Railcraft_6.1.1.0

TFCraft-Universal-core-B2-Build52e

TrainModUniversal_v3.1.8

industrialcraft-2_1.106

MC 1.3.2 - player API client 1.7

minecraftforge-universal-4.2.5.303

 

i tryed installing in different ways but i get item id errors

i ve tryed to fix these errors but i continue to get crashes at start up

 

is there any way someone could help me create config files to allow these mods to work correctly ?

 

(i understand that IC2 and other ores taht are not from TFCraft will not spawn in world)

 

any help here would be really appreciated

 

Posted

ALL mods should have configs that let you manually change the block ID's, or you could delete trouble configs one by one until they all get reassigned(if it was coded right).

 

If the mod does not have configurable block id's... it is not worth using. Sorry, that's my opinion. It takes no effort and makes me lose my entire confidence in the mod.

Posted

thanks for the reply

 

the configs are not the issue.

 

i have mods taht use the same item ids, but when i change them i get a crash which tells me that the id i changed is already in use

 

i ve gone through each mods configs and listed there ids

 

here they are

 

 

 

 

train mod 1.3.2

 

251

252

253

254

255

193

194

195 - being used by forestry

197 - being used by forestry

198 - being used by forestry

199

200

201 - being used by forestry

 

 

buildcraft 1.3.2 V3

 

158

170

152

168

157

151

161

155

160

172

169

154

150

162

163

171

166

164

153

167

165

 

railcraft 1.3.2

 

457

450

455

451

452

453

458

456

454

 

IC2

 

231

230

217

228

218

229

236

235

227

232

222

246

240

239

216

226

219

250

223

224

245

244

237

249

248

247

225

233

242

241

243

234

220

221

 

 

forestry 1.3.2

 

1382

199 - being used by trains mod

1378

204

1385

202 

203

1384

205

208

1375

1380

201 - being used by trains mod

198 - being used by trains mod

1376

1386

1387

197 - being used by trains mod

4095

1379

1383

 

TerraFirma Craft

 

2011

2010

2014

2007

2006

2016

192

193

194

195

190

191

218

219

2015

2005

2013

2004

196

197

178

179

2009

2008

213

214

215

180

181

216

217

2012

2003

2017

211

188

200

184

209

186

198

182

212

189

201

185

210

187

199

183

208

2021

2200

2019

2020

202

203

2018

224

174

173

175

2001

2000

2002

177

176

 

 

 

 

i can t find any left over block ids that work (most give me a very odd crash involving a block id error but no number to allow me to correct it)

 

 

Posted

Block ID's cannot surpass the ID of 4095.  Usually Item ID's are assigned beyond 4096 and as high as 31999.

 

If you cannot for the life of you get everything behaving, you could use ID Resolver, but be warned, this could break mods that do not address the instance's blockID's and instead use the block and Item ID's the config returned. It can also make server play extremely annoying, as well as breaking your maps everytime you add or remove a mod.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • https://mclo.gs/46Xf7Sq thanks
    • That seems to have fixed it, thank you!
    • I am having some issues starting an RLCraft server on a minimal install of Debian 12. I have Java installed and I'm able to start the vanilla Minecraft server jar no problem and people can join and play without any issues, as soon as I try to create a new directory with the Forge jar the initial install with the INSTALLER jar works when I use the java command with the --installServer flag, but as soon as I try to start the server using the forge jar that is NOT labelled with installer I get the following error: A problem occurred running the Server launcher.java.lang.reflect.InvocationTargetException         at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)         at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)         at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)         at java.base/java.lang.reflect.Method.invoke(Method.java:569)         at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:70)         at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:34) Caused by: java.lang.ClassCastException: class jdk.internal.loader.ClassLoaders$AppClassLoader cannot be cast to class java.net.URLClassLoader (jdk.internal.loader.ClassLoaders$AppClassLoader and java.net.URLClassLoader are in module java.base of loader 'bootstrap')         at net.minecraft.launchwrapper.Launch.<init>(Launch.java:34)         at net.minecraft.launchwrapper.Launch.main(Launch.java:28)         ... 6 more   I have tried using newer versions of Java directly from Oracle as well. Has anybody been successful in starting and running a RLCraft server from the terminal on a Linux machine? I cannot figure out why it doesn't want to work but the vanilla jar works without issue. Thank you in advance!
    • This is my latest attempt :  public class ManaScreen extends Screen { Mana mana = new Mana(); boolean removeManaBar = false; ResourceLocation manaBar = ResourceLocation.fromNamespaceAndPath(RSGArmoury.MOD_ID, "/textures/block/spawnable_arena_wall.png"); public ManaScreen() { super(Component.literal("Mana")); } @Override protected void init() { super.init(); Minecraft.getInstance().setScreen(this); } @Override public boolean isPauseScreen() { return false; } @Override public void render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) { pGuiGraphics.blit(manaBar, 10, -10, 0, 0, mana.getMana(), 10, mana.getMana(), 10); if (removeManaBar) { this.onClose(); return; } super.render(pGuiGraphics, pMouseX, pMouseY, pPartialTick); } public void addManaBar() { removeManaBar = false; Minecraft.getInstance().setScreen(new ManaScreen()); } public boolean removeManaBar() { return removeManaBar = true; } }
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.