Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Charge too slowly #12

Closed
SkeletonCold opened this issue Apr 1, 2021 · 5 comments · Fixed by #13
Closed

Charge too slowly #12

SkeletonCold opened this issue Apr 1, 2021 · 5 comments · Fixed by #13

Comments

@SkeletonCold
Copy link
Contributor

SkeletonCold commented Apr 1, 2021

Put any Terminal into Charger.Them charge slowly....
(I paint the texture for WCT,I'm not good at painting.....)
2021-04-01_14 57 47
ummm.....another problem here.(so i need to open 2 issues?)
When you put Infinity Booster Card into terminal.Them will cost more energy(may this is your setting)
When you put out the card.Terminal still cost more energy.
And player stay in the range of Wireless Access Point, the "terminal with Infinity Booster Card" still cost more energy.
Sorry,my english is not very good....

@SkeletonCold
Copy link
Contributor Author

The second problem may you put in the card,they will add a NBT on terminal.
when you put out the card,they can't take the NBT away form terminal.

@Mari023
Copy link
Owner

Mari023 commented Apr 1, 2021

The second problem may you put in the card,they will add a NBT on terminal.
when you put out the card,they can't take the NBT away form terminal.

this is because it stores the actual itemStack.
when you take out the item, it will store the empty ItemStack

@Mari023
Copy link
Owner

Mari023 commented Apr 1, 2021

ummm.....another problem here.(so i need to open 2 issues?)
When you put Infinity Booster Card into terminal.Them will cost more energy(may this is your setting)
When you put out the card.Terminal still cost more energy.
And player stay in the range of Wireless Access Point, the "terminal with Infinity Booster Card" still cost more energy.
I very recently did some changes to the power usage (it was way of from where it should be)

It should now work like this:
when in range of a wireless access point: draw the same amount of power as the wireless terminal
when out of range: draw twice the amount of power as the wireless Terminal at maximum range (512 blocks)

there is still a bug with how it draws this power, but it should on average work like this

@SkeletonCold
Copy link
Contributor Author

SkeletonCold commented Apr 1, 2021

@Mari023 Thanks your work,sir.
And though my test,
THOSE NUMBER IS NOT 100% RIGHT.

no the card:
In the range of Wireless Access Point:32AE
Out of the range:5AE
512 blocks away fo the range:5AE

put in card:
In the range of Wireless Access Point:24AE
Out of the range:11616AE
512 blocks away fo the range:11616AE

put out the card:
In the range of Wireless Access Point:39AE
Out of the range:5AE
512 blocks away fo the range:5AE

ummm....those may help you.
At the last,I ONLY test on the latest version.not do test on the version before you change some things about power.

@Mari023
Copy link
Owner

Mari023 commented Apr 1, 2021

So I did some testing myself, and for me it worked like expected:
if in range of an access point it draws exactly the same amount of power like the wireless terminal from ae2
if out of range it draws twice the amount of power it would draw if it were at 512 blocks away

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants