npo6ka / FNEI

Factorio NEI
https://mods.factorio.com/mods/npo6ka/FNEI
36 stars 21 forks source link

0.18.27 update #59

Closed Crow08 closed 4 years ago

Crow08 commented 4 years ago

Patch to make the mod run in 0.18.27. Some parent style names have changed and i changed them accordingly :

slot_button     -> compact_slot 
red_slot_button     -> red_slot
green_slot_button   -> green_slot
suhrmann commented 4 years ago

Is this still downward compatible? If not you should expect Factorio v0.18.27 in dependencies / info.json

Update

Just checked: Your changes break the mod on Factorio v0.18.26: Either check version and select parent accordingly or depend Factorio v0.18.27:

info.json - Updated version and dependencies:

{
  "name": "FNEI",
  "version": "0.3.3",
  "factorio_version": "0.18",
  "title": "FNEI",
  "author": "npo6ka",
  "contact": "https://forums.factorio.com/viewtopic.php?f=97&t=49461",
  "homepage": "https://github.com/npo6ka/FNEI",
  "description": "FNEI. All recipes for the item and usage this item",
  "dependencies": ["base >= 0.18.27"]
}
npo6ka commented 4 years ago

Fixed, Thanks Crow08!