TeamDman / SuperFactoryManager

Mozilla Public License 2.0
49 stars 19 forks source link

forge_energy problem #125

Closed Killeurdu137 closed 4 months ago

Killeurdu137 commented 4 months ago

yo this is my code

name "Farm"

every 20 ticks do 
    input forge_energy:: from cube top side
    output forge_energy:: to phyto
end

every 20 ticks do 
    input fluid:: from sink
    output fluid:: to phyto
    if every phyto has = 0 *seed* then
    input *seeds* from coffre
    input bone_meal from fertilizeur
    output 1 to each phyto
    end
    forget
    input from phyto slots 2-5
    output to coffre                   
end

and at the begging i cannot put every 1 ticks do cause it is not fe:: but forge_energy:: and on ALLTHEMODS 9 they use the 4.14.1 version any suggestion

TeamDman commented 4 months ago

That functionality was introduced in SFM 4.15.0