DarkPacks / SevTech-Ages

SevTech: Ages is a massive Minecraft modpack packed with content and progression.
https://minecraft.curseforge.com/projects/sevtech-ages
GNU General Public License v3.0
228 stars 78 forks source link

Cannot load diesel fluid into the car fuel pump from Ultimate car mod #4433

Open Lockebone opened 3 years ago

Lockebone commented 3 years ago

Bug Description

Cannot load any fuel more specifically the fuel from the mod itself into the Fuel Pump, so as to load fuel into the cars produced by the Ultimate Car mod. ### Did this behavior use to work in the previous version? No idea ## Steps to Reproduce (for bugs) I follow all the wikis, and user videos in order to produce a working car, then followed all the mod pack owners instructions to produce diesel fuel specific to this mod. The fuel is supposed to be filtered into the fuel pump that is attached to a car workshop. The fuel will not load into the fuel pump. 1. 2. 3. ## Logs

Client Information

World Information

Server Information

KrisLucky7 commented 3 years ago

UPDATE PLEASE DISREGARD THIS COMMENT MY NEXT COMMENT EXPLAINS HOW TO FIX IT

Hey man!

Been having the same issue as well... I run a server with my friend and we just build all the Ultimate Car Mod stuff. Fuel pump won't pump nothing!

So far this is the only thing I was able to fix... and unfortunately created a new issue I'm still working on resolving!

In Sevtech's config files look for the config folder called "car"

From there open the "fuel_station.json" file you'll see this

{"valid_fluids": ["bio_diesel"]}

make it look like this {"valid_fluids": "bio_diesel"}

Now this is where I found a new issue... Now my car will not accept bio diesel when trying to pump...! I've gone through the car config and tried the same thing deleting brackets and that just caused my server to not start backup. So if you attempt to try it please backup the "car.json" If your server does not open revert back to the old config file again.

Fingers crossed I or someone else can figure this out!

KrisLucky7 commented 3 years ago

UPDATE!!!!!!! PROBLEM SOLVED

Here is EXACTLY WHAT TO DO

  1. Locate the main "Config" folder in the root of your Sevtech Ages server
  2. Inside the config folder locate another folder called "car"
  3. Inside there you should find 3 .json files. We only care about 2 of them and yes there is a 4th file in there but we don't care about that lol
  4. Open car.json and copy/replace it with this

{"cars": [ { "acceleration": 0.032, "reverseSpeed": 0.2, "id": "car_wood", "speed": 0.5, "fluids": [{ "efficiency": 0.3, "fluid": "bio_diesel" }]}, { "acceleration": 0.032, "reverseSpeed": 0.2, "id": "car_big_wood", "speed": 0.48, "fluids": [{ "efficiency": 0.2, "fluid": "bio_diesel" }]}, { "acceleration": 0.032, "reverseSpeed": 0.2, "id": "car_transporter", "speed": 0.4, "fluids": [{ "efficiency": 0.3, "fluid": "bio_diesel" }]}, { "acceleration": 0.04, "reverseSpeed": 0.2, "id": "car_sport", "speed": 0.65, "fluids": [{ "efficiency": 0.12, "fluid": "bio_diesel" }]} ]}

  1. Next save out of the car.json and open up "fuel_station.json"

  2. Copy/replace with this {"valid_fluids": ["bio_diesel"]} (IF THIS ONE DOES NOT WORK USE THE OTHER ONE) {"valid_fluids": "bio_diesel"} (USE THIS IF THE FIRST ONE DOES NOT WORK)

  3. You're all done now your pump should work and your car should take fuel!

The reason this doesn't seem to work at first is because in the config file for the car it was referring to "biodiesel" when it should say "bio_diesel". Not sure what happened here but this resolved my issues with the mod and has taken it from broken to 100% fixed!

Hope this helps everyone!

Lockebone commented 3 years ago

HEY THANKS! Man awesome! thank you for figuring this out! Your a champ and I appreciate the information a lot! Gonna totally finish my racetrack and have some fun with me and my family racing cars! HAH! awesome. totally awesome

KrisLucky7 commented 3 years ago

HEY THANKS! Man awesome! thank you for figuring this out! Your a champ and I appreciate the information a lot! Gonna totally finish my racetrack and have some fun with me and my family racing cars! HAH! awesome. totally awesome

Glad to help fam! Happy racing :)