Mod Feedback [By Request] RotaryCraft Suggestions

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
The honeycomb is removed from the hive and the honey may be extracted from that, either by crushing or by using a honey extractor. The honey is then usually filtered to remove beeswax and other debris.

Source: Wikipedia page on Honey.

This is the best I could find.
 
Would thorum-based fission reactors be practical? Perhaps they could be a cleaner but less powerful alternative to uranium-based fission. I was initially considering suggesting inertial-confinement fusion, but I doubt the practicality of it compared to the already-implemented Tokamak.
 
Two minor UI requests:

Can you add the current power storage to the coil so you can see it when you right click it? Gears show realtime power passing through them. Maybe vs total or a percent?

Also regarding the coil can you please support hitting tab to change between fields and enter to close the dialog?
 
Can you add the current power storage to the coil so you can see it when you right click it? Gears show realtime power passing through them. Maybe vs total or a percent?
Why not just use the angular transducer?


Also regarding the coil can you please support hitting tab to change between fields and enter to close the dialog?
I doubt this to be possible with how MC works.
 
Why not just use the angular transducer?

it just spams the chat area. I noticed gears show their current power in the gui, and given the coil has one I thought it would be easy to add. I wouldn't think it worth the trouble on an item withou a gui already.



I doubt this to be possible with how MC works.

Yeah, it's not built for data entry. Worth a try though.
 
  • Like
Reactions: Pyure
It should be, but you have to implement it yourself (by handling '\t' and '\n' in onKeyTyped).
I would have to rewrite all of the GUI classes to have a LinkedList of GuiTextField elements, so while possible, it is a significant amount of work and makes a lot of the code access slower and fiddly, as all accesses will be something like list.get(index).
 
I would have to rewrite all of the GUI classes to have a LinkedList of GuiTextField elements, so while possible, it is a significant amount of work and makes a lot of the code access slower and fiddly, as all accesses will be something like list.get(index).

My god, that's painful.
 
  • Like
Reactions: abculatter_2
I would have to rewrite all of the GUI classes to have a LinkedList of GuiTextField elements, so while possible, it is a significant amount of work and makes a lot of the code access slower and fiddly, as all accesses will be something like list.get(index).

Are you using your own GUI base class for convenience then? Standard Minecraft has no way to register a GuiTextField; you tell it to draw, accept keys, focus, etc. yourself.

You could still override it for that particular GUI, if that's the only one people want to use <tab> and <enter> in.
 
Are you using your own GUI base class for convenience then? Standard Minecraft has no way to register a GuiTextField; you tell it to draw, accept keys, focus, etc. yourself.

You could still override it for that particular GUI, if that's the only one people want to use <tab> and <enter> in.

In this day and age, I still read my email in a terminal (mutt). I go into fits when people tell me GUIs are easier. Get off my lawn.
 
  • Like
Reactions: abculatter_2
Are you using your own GUI base class for convenience then? Standard Minecraft has no way to register a GuiTextField; you tell it to draw, accept keys, focus, etc. yourself.

You could still override it for that particular GUI, if that's the only one people want to use <tab> and <enter> in.
They all do extend a parent class.
 
Looking at jet engines and choking, does it only look at the block immediately in front of the engine?

Is choking a "good thing" that you might do instead of using an ECU?

Lastly the end of the choke code looks like it's estimating size based on microblocks for a fraction of blockage. Does that mean vanilla half slabs are a problem? Could you get creative to reduce the intake this way if it's a positive thing?
 
Looking at jet engines and choking, does it only look at the block immediately in front of the engine?

Is choking a "good thing" that you might do instead of using an ECU?

Lastly the end of the choke code looks like it's estimating size based on microblocks for a fraction of blockage. Does that mean vanilla half slabs are a problem? Could you get creative to reduce the intake this way if it's a positive thing?
No, choking has no effect on the fuel consumption, so your fuel efficiency drops.