Space Engineers

Space Engineers

[Mafoo] Yet Another Stone or Ice Grinder
45 条留言
α¯\_(ツ)_/¯Ω 2 月 26 日 上午 8:56 
mod will not be loadet
SunGod 2023 年 2 月 18 日 上午 8:58 
Throws a critical error on world load.

MOD_CRITICAL_ERROR: [Mafoo] Yet Another Stone or Ice Grinder, in file: Unknown
MOD PARTIALLY SKIPPED, LOADED ONLY 6/6 PHASES, Following Error occured:
Object reference not set to an instance of an object.
Sandbox.Game
at Sandbox.Definitions.MyDefinitionManager.LoadDefinitions(List`1 contexts, List`1 definitionSets, Boolean failOnDebug, Boolean isPreload)
kinngrimm 2023 年 2 月 10 日 上午 6:11 
similar to @watever63 said, a switch to optional produce gravel from stone would be nice, got a bunch of nice mods that use gravel, from early game gravel gattling, to gravel sifter which then may give a some better ressources over longer time to concrete mods using gravel as building material
phillybee 2022 年 10 月 5 日 上午 9:41 
can't seem to add ice to the grinder by hand, nor does it take automatically
phillybee 2022 年 10 月 5 日 上午 9:38 
not working nay more
watever63 2022 年 4 月 3 日 上午 10:04 
can you make this one do just gravel since gravel is such a pain to get rid of that would be awesome
GameMaster 2021 年 2 月 25 日 上午 10:18 
@NightDragon Add a sorter so that it only allows Stone
Shynthetic 2020 年 5 月 2 日 上午 9:00 
Why ice grinding ? It's needed for hydrogen thrusters ... In huge amount
Mafoo  [作者] 2019 年 11 月 19 日 上午 9:14 
Edik65 thank you for the update i will apply it soon(tm)
Edik65 2019 年 11 月 19 日 上午 5:49 
This section need to be added into BlueprintClasses.sbc. But this mod is legacy so you can do it by locally moving 954086927749594186_legacy.bin into local MOD directory and expanding with 7ZIP, then is possible to edit file. Local MOD directory is %APPDATA%\SpaceEngineers\Mods
Edik65 2019 年 11 月 19 日 上午 5:49 
[/noparse]
<Blueprints>
<Blueprint>
<Id>
<TypeId>BlueprintDefinition</TypeId>
<SubtypeId>IceOreToIngot</SubtypeId>
</Id>
<DisplayName>Ice To Dust</DisplayName>
<Icon>Textures\GUI\Icons\ingot\gravel_ingot.dds</Icon>
<Prerequisites>
<Item Amount="1" TypeId="Ore" SubtypeId="Ice" />
</Prerequisites>
<Result Amount="0.1" TypeId="Ingot" SubtypeId="Stone" />
<BaseProductionTimeInSeconds>0.01</BaseProductionTimeInSeconds>
</Blueprint>
</Blueprints>
[/noparse]
Edik65 2019 年 11 月 19 日 上午 5:48 

<Blueprints>
<Blueprint>
<Id>
<TypeId>BlueprintDefinition</TypeId>
<SubtypeId>StoneOreToIngot</SubtypeId>
</Id>
<DisplayName>Stone To Dust</DisplayName>
<Icon>Textures\GUI\Icons\ingot\nickel_ingot.dds</Icon>
<Prerequisites>
<Item Amount="1" TypeId="Ore" SubtypeId="Stone" />
</Prerequisites>
<Result Amount="0.1" TypeId="Ingot" SubtypeId="Stone" />
<BaseProductionTimeInSeconds>0.01</BaseProductionTimeInSeconds>
</Blueprint>
</Blueprints>
VS-lockon 2019 年 7 月 11 日 上午 10:00 
why destroy ice when you use it for food
Decton 2019 年 6 月 4 日 上午 8:19 
does it generate ice? or
spiritplumber 2019 年 2 月 6 日 上午 8:27 
thanks! Basically the ssue is that there's no IceToIngots recipe, you gotta make up a recipe.
Mafoo  [作者] 2019 年 2 月 6 日 上午 8:12 
@spiritplumber[FUG] all source models and code are linked in the description and you are free to modify as you wish within the same constrints keen place on the models.
For a bugfix you can either detail the fix in a issue request on github or make a pull request on github with the fix and i will be able to intergrate it
spiritplumber 2019 年 2 月 5 日 下午 4:18 
Should I upload a fix for this? I worked out why the ice wasn't working.
spiritplumber 2019 年 2 月 5 日 下午 12:48 
This is sweet! I'd like to reuse the model for a Stirling engine. Can I do so? (How do I remove the letters)
LongBow722 2019 年 1 月 12 日 上午 12:32 
Same problem with the ice grinder. Anyone have an idea?
Snoopydude 2018 年 12 月 31 日 上午 10:36 
Thanks for the mod. The stone grinder works well. Can't get ice to go into the ice grinder.
Would you consider increasing the inventory size? I know it makes it more OP but we use this type of mod to improve performance. If we have to make 10 of them to get excess materials gone quickly then it kind of defeats the purpose.
Mafoo  [作者] 2018 年 8 月 5 日 下午 1:08 
New Version
Zenduin
Added PCU of 75 to blocks and tweaked pair group to be correct
Zenduin  [作者] 2018 年 8 月 4 日 上午 9:26 
There are two problems with dumping stone using ejectors/connectors: First, there is usually a limit to how many floating objects that can be active at once, so the more people dumping stone the faster the oldest floating objects (almost always more valuable than stone) are deleted to make room. Second, you are using CPU time to calculate physics for all of these chunks of stone you are generating, multiply this by everyone mining on a server and you start to notice the performance loss. This could be lessened by reducing your floating object count, but that makes the first problem more pronounced.
Tiger 2018 年 5 月 11 日 下午 8:35 
These models are very nice, but this appears to be a solution in search of a problem. Stone is easy to just store in depots or dump.

Could you use these models (or just the big one) as a "uranium centrifuge", like that great mod of old once gave us?
Primal_DLove 2018 年 4 月 22 日 下午 8:53 
These models look amazing, would be nice to have a version that gives an output.
Kagee 2018 年 3 月 9 日 下午 1:33 
Nice! Thanks!
Mafoo  [作者] 2018 年 3 月 9 日 上午 9:59 
I have added a pair of ice grinders
Mafoo  [作者] 2018 年 3 月 9 日 上午 3:03 
i will see what can be done!
Kagee 2018 年 3 月 9 日 上午 1:29 
Nice Mod! But what would I have to change to destroy ice as well? Actually I'm sitting on a big lake and I don't need that much ice.
Mafoo  [作者] 2017 年 12 月 12 日 上午 2:02 
@luckotheirish that is what this mod does 'Modified Refinery that grinds stone down with 0% efficiency' aka destroys stone
JERMS 2017 年 12 月 11 日 下午 6:52 
is this broken? my stone just vanishes..
Mafoo  [作者] 2017 年 9 月 30 日 上午 6:06 
You might want to consider using 'Taleden's Inventory Manager' to manage inventories
Mafoo  [作者] 2017 年 9 月 30 日 上午 5:59 
Xurik 2017 年 9 月 29 日 上午 3:37 
Ever Considered doing a model for Hex's Uranium centrifuge?
Mafoo  [作者] 2017 年 9 月 24 日 上午 7:11 
i had copied Zenduin's original setup. Not sure what a reasonable rate would be
The Deathdrop 2017 年 9 月 24 日 上午 5:47 
Nice models but to fast !
🍔 Mentally Tribbled 🍔 2017 年 9 月 24 日 上午 4:11 
Yeah i get what you mean there mate, the amount of stone this game generates within it which literally has very little to no practical use is a bit extreme and stuff like this sifter and moisture reclaimer are defo must haves for the space engineers gaming experience. I hope that some of this stone converting mods get put into the game as vanilla at some point (but know our dumb probably won't). Anyways like I said love the models for this, very nicely done. ummmm i think i might check out the sifter one. Currently playing lone survivor and something like that sounds sweet as. Thanks again for the know how there
Mafoo  [作者] 2017 年 9 月 24 日 上午 2:29 
There is also the gravel sifter that give you Iron, Nickel etc for grinding stone. My point being is it's down to immersion this although breaking immersion by making stone vanish, it deals with the excess stone encountered when large scale mining. All though i like the sifter i think it would make me lazy when mining as i wouldn't bother going for seams of material if i can get them (all be it gradually) by sifting stone.
Personally i would like to be able to make a machine that you feed in stone and it updates the nearby voxel as a massive stone pile
🍔 Mentally Tribbled 🍔 2017 年 9 月 23 日 下午 2:43 
nice idea for it clearing out inventory, but personally i use the moisture reclaimer myself, gets rid of stone and converts it into ice. a better one in my opinion but still sweet models
Mafoo  [作者] 2017 年 9 月 21 日 上午 7:08 
New Version
Added basic construction models
spiritplumber 2017 年 9 月 20 日 上午 8:44 
Sweet model!!!
Mafoo  [作者] 2017 年 9 月 17 日 上午 11:57 
NewVersion
Added to production Blocks, Large Blocks and Small Blocks Groups in 'G' Menu
Red-Phoenix 2017 年 9 月 16 日 下午 2:40 
Crystal-clear; thanks!
Mafoo  [作者] 2017 年 9 月 16 日 上午 8:28 
clears inventory (to nothing hence efficiency 0%)
Red-Phoenix 2017 年 9 月 16 日 上午 1:27 
Does it grind the stone down to ores/ice or just clears up my inventory?
d_valroth 2017 年 9 月 15 日 下午 1:04 
"Furnace" :)
Nice models!