1234567891011121314151617181920212223 |
- ---*- mode: lua -*-
- globals = {"advtrains_doc_integration"}
- read_globals = {
- "DIR_DELIM", "doc", "ItemStack", "minetest",
- "advtrains_attachment_offset_patch", "multi_component_liveries",
- advtrains = {
- fields = {
- coupler_types = {other_fields = true},
- register_wagon = {read_only = false},
- wagon_prototypes = {other_fields = true},
- }
- },
- dlxtrains = {
- fields = {
- update_livery = {read_only = false},
- },
- },
- table = {
- fields = {"copy"},
- },
- }
- ignore = {"631",}
|