GithubHelp home page GithubHelp logo

aroma1997 / compactwindmills Goto Github PK

View Code? Open in Web Editor NEW
14.0 14.0 16.0 1.1 MB

CompactWindmills - A addon for Industrialcraft 2

Home Page: http://forum.industrial-craft.net/index.php?page=Thread&threadID=9205

License: Other

Groovy 0.77% Java 99.23%

compactwindmills's People

Contributors

al1g8r avatar aroma1997 avatar crafteverywhere avatar gentlemanasshole avatar mazdallier avatar myeternity avatar noahp78 avatar sb023612 avatar shartte avatar sybershot avatar tambry avatar thekaynegame avatar toltol avatar vexatos avatar wasliebob avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

compactwindmills's Issues

UseIC2Stuff config option still requires rotors

I am running CompactWindmills on a server using IC2 Experimental Build# 254. When I set the configuration option "UseIC2Stuff=true" The windmills still require rotors but the rotor are uncraftable in the workbench. If no rotor is inserted the GUI reads 0 EU/t.

Many errors

Errors logging only to console. server.log is empty

2014-03-29 16:10:47 [WARNING] EnergyNet.removeTileEntity: aroma1997.compactwindmills.TileEntityWindmill@6760032f (aroma1997.compactwindmills.TileEntityWindmill@6760032f) wasn't found (added), skipping
1396095074-clip-155kb 1

Help me, what is it?

I am using Aroma1997Core_MC.1.6.4_v.1.0.1.5 and CompactWindmills MC.1.6.4 v.1.0.3.0

Build Issue

I am having trouble building this mod from source. I cloned the repo, downloaded AromaCore-1.0.2.8 and put it in a libs folder I created, and then ran "gradlew.bat build". That is when I saw this:
https://gist.github.com/kevinkjt2000/62c2749cbde073883d6f
Any suggestions on how to fix this? Unfortunately I have no idea what func_70302_i_ is supposed to do even after trying to search around for it. About all I can gather is that the function is needed for tile entities to work.

Infinite EU Bug with Windmills

Hallo Aroma.
Ich habe den bug schon gesehen als ich mir die jar bei dir runtergeladen habe und in den code geguckt habe.
Erstmal wollte ich nur wissen was der mod so hinzufügt (ist ne generelle vorsichtsmaßnahme um fehler beim modpack rauszufinden) Naja auf jedenfall ist der bug nur bei servern und auch nicht so schlimm. Ich sehe es als feature aber es zeigt auch wieviel ahnung du davon hast, zumindest bei diesen kleinigkeiten.
Das kommt zwar jetzt herablassend rüber aber bestimmt hast du es nur übersehen.
Unzwar wenn man eine windmill auf einem server nutzt (der rotor) kann nicht kaput gehen. Zumindest alles ab carbon. Das liegt daran das der Server die ItemDamage automatisch bei Short.MaxValue zurück setzt. Das liegt am Packet. Guck einfach mal in die ItemStack klasse unter Write ItemStack to NBT. Da wirst du sehen das die schadensvariable mit einem Short gespeichert wird. Und da dein Rotor einen Integer (Big Integer) nutzt der um die 2 Billionen kann wird das so ausgehen sobald der rotor die schadensanzahl erhöht (höher als 36564) wird sie auf -1 gesetzt. Was gleich zu 0 gemacht wird. Also ist es unendlich. Setzte einfach die Damage vom Rotor in die NBT das kannst du folgend machen da die ItemStack klasse die damage ins item bringt. Klingt komisch aber sie führen eine funktion aus. Daran kannst du dann sagen das er sie nicht im itemStack speichern soll sondern in der NBT data. Was dann alles für dich erledigt. Dieser bug wird übrigens in jeder version sein :/
Naja Grüße Speiger. Viel spaß mit deinen Anderen sachen. Ach ja deine Mods ziehen echt viel Datenvolumen auf sich (texturen und co) keine ahnung warum. Ist auch nicht dramatisch aber erwähnenswert.

Render Distance

Hello there,
can you please make the render distance of your windmill dynamic and increase to the max render distance setting. You got a great visual effect there, but it doesn't give any good, when it is not being rendered, if you place it too high.

Confusing: useIC2Stuff=true still adds rotors to the game

Hi,

in resonantRise, useIC2Stuff is set to true for your mod. This works correctly, as no rotors are required for the windmills to output power and the rotors are not crafteable.

However, we just had a fair amount of confusion in the channel because the rotors are still added as items and findeable with NEI, but they are uncrafteable and not needed.

I'd suggest to make the addition of the rotor items depend on the useIC2Stuff flag so the rotors aren't even provided as items if they are not needed. Additionally, though this might be a separate issue due to size, it would be cool if the rotors would be rendered all the time if useIC2Stuff is set to true so I can get the fancy visuals :)

Hi Aroma1997, IC2(1.7.10, ic2 experimental 828) incompatible with DynamicSurrounding

Sorry for the wrong repo.. because I have no method to contact you other than this one..(Sorry!)

I tried DynamicSurrounding and IC2 installed, and log warns IC2 Audio unavailable.
DynamicSurrounding is ASM patching SoundManager so IC2 reflection cannot get the right field.

I found a solution by Inserting the next line into the top of the method "getField(class,class)" in ic2.core.util.ReflectionUtil

if(clazz.getName().endsWith("SoundManagerReplacement") && type.getName().endsWith("SoundSystem")) clazz = clazz.getSuperclass();

Waiting for your reply and waiting IC2 experimental #829 with the incompatibility solved.🙋

[BUG] Rotors not craftable in CW 1.0.2.3

Last issue was closed prematurely, and users do not have option to re-open

None of the rotors have recipes in NEI in version 1.0.2.3

I found an ftbwiki (http://ftbwiki.org/Carbon_Rotor) page that listed recipes and tried those; carbon plate around basic casing does not craft carbon rotor nor does or adv alloy craft an alloy rotor. 4 sticks around iron plate does not craft wood rotor.

These did not work in my "pack" so I loaded only CW and IC2, same issue.

CW 1.0.2.3
IC2 2.0.397
Minecraft 1.6.4

You mentioned a setting. I am using IC2 stuff (True) in the config, so it uses the advanced alloy, basic machine casing, etc.

What setting am I missing?

http://paste.ubuntu.com/7814658/

What is incorrect in this config?

Overlapping Windmill Entities

I have very little context to figure out why this is happening let alone how to reproduce it, but this appears to frequently spam my chat. I would speculate that it is when a player moves near a windmill thus loading the chunk.

Here's a dump of all information i can find about this issue:

13:34:49 [WARNING] EnergyNet.addTileEntity:
aroma1997.compactwindmills.TileEntityLV@5b1a57 (aroma1997.compactwindmills.TileEntityLV@5b1a57) is conflicting with aroma1997.compactwindmills.TileEntityLV@3267753b using the same position (already added, prev. te not removed, overlapping), aborting

[BUG] Rotors not craftable in CW 1.0.2.3

None of the rotors have recipes in NEI in version 1.0.2.3

I found an ftbwiki (http://ftbwiki.org/Carbon_Rotor) page that listed recipes and tried those; carbon plate around basic casing does not craft carbon rotor nor does or adv alloy craft an alloy rotor. 4 sticks around iron plate does not craft wood rotor.

These did not work in my "pack" so I loaded only CW and IC2, same issue.

CW 1.0.2.3
IC2 2.0.397
Minecraft 1.6.4

Update

Please update for Minecraft 1.7.10.
P.S.
Thanks.

crash on 1.7.10

on 1.7.10 compact windmills crashes with ic2 error

java.lang.AbstractMethodError: aroma1997.compactwindmills.TileEntityEV.getSourceTier()I

any news on a 1.7.10 version?

de_DE Lang-File coding

It seems that the coding from de_DE is wrong.
Its "ANSI" instead of "UTF-8 without BOM" like all the other lang files.
Because of this, its an absolutly ugly font and with Optifine unreadable.
Sorry for my bad english! :)

EnergyNet issue

[Server] WARNING EnergyNet.addTileEntity: aroma1997.compactwindmills.TileEntityHV@778fe9fd (aroma1997.compactwindmills.TileEntityHV@778fe9fd) is conflicting with aroma1997.compactwindmills.TileEntityHV@2dd1c07 using the same position (already added, prev. te not removed, overlapping), aborting

gets spammed at the server.

block on top

whenever i put a block on top of any of the compact windmill blocks it stops producing energy.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.