NCBPFluffyBear / FluffyMachines

A Slimefun4 addon that brings a variety of machines and tools to Slimefun
https://thebusybiscuit.github.io/builds/NCBPFluffyBear/FluffyMachines/master/
GNU General Public License v3.0
23 stars 39 forks source link

smart factory takes too much copper for heating coil and motor #136

Closed madhusudhansj closed 8 months ago

madhusudhansj commented 1 year ago

Description (Required)

smart factory takes 50 copper dust per heating coil and 26 copper dust per motor whereas just takes 8 copper for electromagnet , it's supposed to take 11 for motor and 14 for heating coil which makes more sense

Steps to reproduce the Issue (Required)

Expected behavior (Required)

Server Log / Error Report

Environment (Required)

NCBPFluffyBear commented 1 year ago

This might be because of incorrect calculations for copper wire.

However, since I can not test this right now, can you please go back and fill out all the questions in the issue template? These things may seem trivial to you, but I have no idea if your server has a a custom build of FluffyMachines or Slimefun, which will definitely affect your issue. Also, attaching screenshots of the Smart Factory's problematic recipes in the guide and videos of the issue are also useful sources for debugging.

Generally, all devs will want as detailed bug reports as possible, since it makes it less difficult to assist you.

madhusudhansj commented 1 year ago

2023-07-03_10 54 18 2023-07-03_10 54 14 2023-07-03_10 54 10

NCBPFluffyBear commented 8 months ago

I've put this issue on hold for too long.. but here is my solution: Since it takes less than 1 copper dust to create 1 copper wire, I will round it up to be 1 copper dust = 1 wire (vs the current implementation where 3 copper dust = 1 wire)